Merge branch 'upstream' master
authorBenjamin Mako Hill <mako@atdot.cc>
Sun, 13 Feb 2011 16:04:24 +0000 (11:04 -0500)
committerBenjamin Mako Hill <mako@atdot.cc>
Sun, 13 Feb 2011 16:04:24 +0000 (11:04 -0500)
debian/.git-dpm [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644 (file)
index 0000000..9757380
--- /dev/null
@@ -0,0 +1,8 @@
+# see git-dpm(1) from git-dpm package
+b9fb2a729cda6442da7aa4c2a9cdddd1b38a8409
+b9fb2a729cda6442da7aa4c2a9cdddd1b38a8409
+b9fb2a729cda6442da7aa4c2a9cdddd1b38a8409
+b9fb2a729cda6442da7aa4c2a9cdddd1b38a8409
+mw_0.1.20110212.orig.tar.gz
+5e3c19c0eb8a7210bb77f0d895e8ec67bab095c3
+14160
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..bb206cf
--- /dev/null
@@ -0,0 +1,5 @@
+mw (0.1~20110213-1) unstable; urgency=low
+
+  * Initial packaging.
+
+ -- Benjamin Mako Hill <mako@debian.org>  Thu, 10 Feb 2011 23:37:14 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..3491349
--- /dev/null
@@ -0,0 +1,22 @@
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..c162527
--- /dev/null
@@ -0,0 +1,31 @@
+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.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..f0a45b3
--- /dev/null
@@ -0,0 +1,9 @@
+#!/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.
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)

Benjamin Mako Hill || Want to submit a patch?