debian: Fix package sections.
[getdate-python] / debian / control
index ef6f036..6489aac 100644 (file)
@@ -1,26 +1,27 @@
-Source: getdate-python
-Section: libs
+Source: python-getdate
+Section: python
 Priority: extra
-Maintainer: Mark Wooding <mdw@nsict.org>
+Build-Depends: python, python2.3, python2.4
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
 Standards-Version: 3.1.1
 
 Package: python-getdate
 Architecture: all
-Depends: python
+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.