[Python-modules-commits] r19954 - in packages/python-bitbucket/trunk/debian (control rules)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Mon Jan 9 17:17:43 UTC 2012


    Date: Monday, January 9, 2012 @ 17:17:42
  Author: davidvilla-guest
Revision: 19954

several fixes in debian/control

Modified:
  packages/python-bitbucket/trunk/debian/control
  packages/python-bitbucket/trunk/debian/rules

Modified: packages/python-bitbucket/trunk/debian/control
===================================================================
--- packages/python-bitbucket/trunk/debian/control	2012-01-09 16:15:03 UTC (rev 19953)
+++ packages/python-bitbucket/trunk/debian/control	2012-01-09 17:17:42 UTC (rev 19954)
@@ -1,31 +1,19 @@
 Source: python-bitbucket
-Maintainer: David Villa Alises <David.Villa at uclm.es>
 Section: python
 Priority: optional
+Maintainer: David Villa Alises <David.Villa at uclm.es>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
 Standards-Version: 3.9.2
+Homepage: https://github.com/ericof/python-bitbucket
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-bitbucket
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-bitbucket/trunk
 
+
 Package: python-bitbucket
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Description: python library for bitbucket API access
- python-bitbucket
- ----------------
- .
+Description: Python bindings for the bitbucket.org REST API
  A simple python library to access the BitBucket API.  API Coverage is not
  that high at the moment as the API has not been officially released and is
  still in a state of flux.  Right now only read (GET) calls are supported.
- .
- usage
- =====
- .
- API Usage all stems from the ``BitBucket`` object.  You can instantiate one
- easily::
- .
-     >>> import bitbucket
-     >>> bb = bitbucket.BitBucket()
-     >>> bb
-     <BitBucket API>
- .
- Certain areas of bitbucket's API require authentication or promise to provide
- more data if you are authenticated.  Authentication lives on the ``BitBucket``

Modified: packages/python-bitbucket/trunk/debian/rules
===================================================================
--- packages/python-bitbucket/trunk/debian/rules	2012-01-09 16:15:03 UTC (rev 19953)
+++ packages/python-bitbucket/trunk/debian/rules	2012-01-09 17:17:42 UTC (rev 19954)
@@ -8,7 +8,7 @@
 EXCLUDE=$(addprefix --exclude=, debian \*~ .hg .svn .git \*.pyc)
 
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
+	dh $@ --with python2
 
 
 get-orig-source:




More information about the Python-modules-commits mailing list