--- /dev/null
+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.
+
+
--- /dev/null
+This work was packaged for Debian by:
+
+ Benjamin Mako Hill <mako@debian.org> on Fri, 11 Feb 2011 00:40:18 -0500
+
+It was downloaded from:
+
+ https://code.google.com/p/pyiso8601/
+
+Upstream Author:
+
+ Michael Twomey <micktwomey+iso8601@gmail.com>
+
+Copyright:
+
+ Copyright (C) 2007 Michael Twomey
+ Released under the MIT license.
+
+License:
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+The Debian packaging is:
+
+ Copyright (C) 2011 Benjamin Mako Hill <mako@debian.org>
+