chiark / gitweb /
Fix Debianization.
[getdate-python] / debian / control
index 6e4cdf8af5a60bf687e271773cc8c90e34377573..7c9ed6b84bf98d98f7e4c68c4aeea0d8ac11f7e6 100644 (file)
@@ -1,26 +1,27 @@
-Source: getdate-python
+Source: python-getdate
 Section: libs
 Priority: extra
-Maintainer: Mark Wooding <mdw@nsict.org>
+Build-Depends: python
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
 Standards-Version: 3.1.1
 
 Package: python-getdate
 Architecture: all
-Depends: python, python2.3-getdate
+Depends: ${python:Depends}
 Description: Python binding for date parser
  This is a dummy package for making sure you have the right package for the
  default Debian Python installation.
 
 Package: python2.3-getdate
 Architecture: any
-Depends: ${shlibs:Depends}, python2.3
+Depends: ${shlibs:Depends}, ${python:Depends}
 Description: Python binding for date parser
  This is a dummy package for making sure you have the right package for the
  default Debian Python installation.
 
 Package: python2.4-getdate
 Architecture: any
-Depends: ${shlibs:Depends}, python2.4
+Depends: ${shlibs:Depends}, ${python:Depends}
 Description: Python binding for date parser
  This is a dummy package for making sure you have the right package for the
  default Debian Python installation.