--- /dev/null
+mw (0.1~20110213-1) unstable; urgency=low
+
+ * Initial packaging.
+
+ -- Benjamin Mako Hill <mako@debian.org> Thu, 10 Feb 2011 23:37:14 -0500
--- /dev/null
+Source: mw
+Section: python
+Priority: extra
+Maintainer: Benjamin Mako Hill <mako@debian.org>
+Build-Depends: cdbs, debhelper (>= 7.0.50~), python (>= 2.6), python-support
+Standards-Version: 3.9.1
+Homepage: https://github.com/ianweller/mw
+XS-Python-Version: >= 2.6
+
+Package: mw
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: VCS-like interface to MediaWiki websites
+ VCS-like interface to MediaWiki websites. Working within an empty
+ directory, the system lets users initialize a directory, authenticate
+ against a copy of MediaWiki using the MW API, pull either particular
+ articles or all articles beloning to a particular category, provide
+ status information on whether pages have been changed, diff local
+ versions against remote ones, run a merge tool to help resolve
+ conflicts, and committe or write changes to the remote version of
+ MediaWiki.
--- /dev/null
+This work was packaged for Debian by:
+
+ Benjamin Mako Hill <mako@debian.org> on Thu, 10 Feb 2011 23:37:14 -0500
+
+It was downloaded from:
+
+ https://github.com/ianweller/mw
+
+Upstream Author(s):
+
+ Ian Weller <ian@ianweller.org>
+
+Copyright:
+
+ Copyright (C) 2011 Ian Weller <ian@ianweller.org> and others
+
+License:
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+On Debian systems, the complete text of the GNU General Public License
+version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+The Debian packaging is:
+
+ Copyright (C) 2011 Benjamin Mako Hill <mako@debian.org> and is
+ licensed under the GPL version 2 or any later version, see above.
+
--- /dev/null
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+#include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+# Add here any variable or target overrides you need.