X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/0e6d26af0a3d7e1baca899daedfd65e3a2f80d1c..e4ca6107fdb72b690cef9e6bacf438c5278d00b7:/debian/control diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3491349 --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: mw +Section: python +Priority: extra +Maintainer: Benjamin Mako Hill +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.