debianized package
[python-iso8601.debian] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..cbf45ec
--- /dev/null
@@ -0,0 +1,20 @@
+Source: python-iso8601
+Section: devel
+Priority: extra
+Maintainer: Benjamin Mako Hill <mako@debian.org>
+Build-Depends: cdbs, debhelper (>= 7.0.50~), python-support
+Standards-Version: 3.8.4
+Homepage: https://code.google.com/p/pyiso8601
+XS-Python-Version: all
+
+Package: python-iso8601
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: python module to parse ISO 8601 dates
+ Many file formats and standards use the ISO 8601 date format
+ (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
+ unambiguous manner. This simple Python module parses the most common
+ forms encountered and returns Python datetime objects.
+
+

Benjamin Mako Hill || Want to submit a patch?