X-Git-Url: https://git.distorted.org.uk/~mdw/getdate-python/blobdiff_plain/3c6748cd7904154ac802202e8e0f43f9eb8304ae..6ee0e7aaa65bcf9d1ec082fae7a710a809c02778:/debian/control diff --git a/debian/control b/debian/control index ef6f036..6489aac 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,27 @@ -Source: getdate-python -Section: libs +Source: python-getdate +Section: python Priority: extra -Maintainer: Mark Wooding +Build-Depends: python, python2.3, python2.4 +Maintainer: Mark Wooding 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.