[Python-modules-commits] [python-gnutls] 06/08: Switch to pybuild, remove hardcoded deps and add myself in uploaders

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Sun Apr 10 16:04:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

oorestisime-guest pushed a commit to branch master
in repository python-gnutls.

commit 73bd879e62248cb8e40d27a963505230d2163357
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Sun Mar 27 21:17:12 2016 +0200

    Switch to pybuild, remove hardcoded deps and add myself in uploaders
---
 debian/control | 25 +++++++++++++++++++------
 debian/rules   |  7 +------
 2 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 05b7c7b..87aab16 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,31 @@ Source: python-gnutls
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Bernd Zeimetz <bzed at debian.org>, Dan Pascu <dan at ag-projects.com>
-Build-Depends: debhelper (>= 7~), python-all-dev (>= 2.6.6-3~), libgnutls28-dev (>= 2.4.1)
-Standards-Version: 3.8.3
+Uploaders:
+ Bernd Zeimetz <bzed at debian.org>,
+ Dan Pascu <dan at ag-projects.com>,
+ Orestis Ioannou <orestis at oioannou.com>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ libgnutls-deb0-28 (>= 3.2) | libgnutls30,
+ python-all-dev (>= 2.6.6-3~),
+Standards-Version: 3.9.7
 Homepage: http://cheeseshop.python.org/pypi/python-gnutls
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-gnutls.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-gnutls.git
 
 Package: python-gnutls
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, libgnutls-deb0-28
-Recommends: python-twisted-core
-Provides: ${python:Provides}
+Depends:
+ libgnutls-deb0-28 (>= 3.2) | libgnutls30,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+Recommends:
+ python-twisted-core,
+Provides:
+ ${python:Provides},
 Description: Python wrapper for the GNUTLS library
  This package provides a high level object oriented wrapper around
  libgnutls, as well as low level bindings to the GNUTLS types and
diff --git a/debian/rules b/debian/rules
index 62f6f89..ecd2737 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
-
-clean:
-	rm -rf dist MANIFEST
-	dh $@ --with python2
-
+	dh $@ --with python2 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gnutls.git



More information about the Python-modules-commits mailing list