Merge branch 'upstream'
[mw] / debian / control
1 Source: mw
2 Section: python
3 Priority: extra
4 Maintainer: Benjamin Mako Hill <mako@debian.org>
5 Build-Depends: cdbs, debhelper (>= 7.0.50~), python (>= 2.6), python-support
6 Standards-Version: 3.9.1
7 Homepage: https://github.com/ianweller/mw
8 XS-Python-Version: >= 2.6
9
10 Package: mw
11 Architecture: all
12 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
13 Provides: ${python:Provides}
14 Description: VCS-like interface to MediaWiki websites
15   VCS-like interface to MediaWiki websites. Working within an empty
16  directory, the system lets users initialize a directory, authenticate
17  against a copy of MediaWiki using the MW API, pull either particular
18  articles or all articles beloning to a particular category, provide
19  status information on whether pages have been changed, diff local
20  versions against remote ones, run a merge tool to help resolve
21  conflicts, and committe or write changes to the remote version of
22  MediaWiki.

Benjamin Mako Hill || Want to submit a patch?