various packaging fixups in debian dir
[python-simplemediawiki.debian] / debian / control
index ccc95badca4ba359d1a4cdb779798079eefd3850..e6149d13914db10545c107f34e9dcfc4f799e837 100644 (file)
@@ -1,17 +1,25 @@
 Source: python-simplemediawiki
-Section: unknown
+Section: python
 Priority: extra
 Maintainer: Benjamin Mako Hill <mako@debian.org>
-Build-Depends: cdbs, debhelper (>= 7.0.50~)
-Standards-Version: 3.8.4
-Homepage: <insert the upstream URL, if relevant>
+Build-Depends: cdbs, debhelper (>= 7.0.50~), python (>=2.6), python-support
+Standards-Version: 3.9.1
+Homepage: https://github.com/ianweller/python-simplemediawiki
 XS-Python-Version: >= 2.6
-#Vcs-Git: git://git.debian.org/collab-maint/python-simplemediawiki.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-simplemediawiki.git;a=summary
 
 Package: python-simplemediawiki
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: extremely low-level Python wrapper to the MediaWiki API
+ SimpleMediawiki is an extremely low-level wrapper to the MediaWiki
+ API. It automatically handles cookies and gzip compression so that
+ you can make basic calls to the API in the easiest way possible. It
+ also provides a few functions to make day-to-day API access easier.
+ .
+ To use this module, instantiate a MediaWiki object, passing it the
+ URL of api.php for the wiki you want to work with. Calls go through
+ MediaWiki.call(). A generic login wrapper as well as functions to
+ determine limits and get a list of namespaces are provided for your
+ convenience.

Benjamin Mako Hill || Want to submit a patch?