debian: Fix package sections.
[getdate-python] / debian / control
1 Source: python-getdate
2 Section: python
3 Priority: extra
4 Build-Depends: python, python2.3, python2.4
5 Maintainer: Mark Wooding <mdw@distorted.org.uk>
6 Standards-Version: 3.1.1
7
8 Package: python-getdate
9 Architecture: all
10 Depends: ${python:Depends}
11 Description: Python binding for date parser
12 This is a dummy package for making sure you have the right package for the
13 default Debian Python installation.
14
15 Package: python2.3-getdate
16 Architecture: any
17 Depends: ${shlibs:Depends}, ${python:Depends}
18 Description: Python binding for date parser
19 This is a dummy package for making sure you have the right package for the
20 default Debian Python installation.
21
22 Package: python2.4-getdate
23 Architecture: any
24 Depends: ${shlibs:Depends}, ${python:Depends}
25 Description: Python binding for date parser
26 This is a dummy package for making sure you have the right package for the
27 default Debian Python installation.
28