Fix Debianization.
[getdate-python] / debian / control
... / ...
CommitLineData
1Source: python-getdate
2Section: libs
3Priority: extra
4Build-Depends: python
5Maintainer: Mark Wooding <mdw@distorted.org.uk>
6Standards-Version: 3.1.1
7
8Package: python-getdate
9Architecture: all
10Depends: ${python:Depends}
11Description: 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
15Package: python2.3-getdate
16Architecture: any
17Depends: ${shlibs:Depends}, ${python:Depends}
18Description: 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
22Package: python2.4-getdate
23Architecture: any
24Depends: ${shlibs:Depends}, ${python:Depends}
25Description: 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