chiark / gitweb /
Initial checkin.
[getdate-python] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..f0af776
--- /dev/null
@@ -0,0 +1,27 @@
+Source: getdate-python
+Section: libraries
+Priority: extra
+Maintainer: Mark Wooding <mdw@nsict.org>
+Standards-Version: 3.1.1
+
+Package: python-getdate
+Architecture: all
+Depends: python
+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
+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
+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.
+