[Python-modules-commits] r19926 - in packages/python-gnutls/trunk/debian (5 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Jan 8 14:36:10 UTC 2012


    Date: Sunday, January 8, 2012 @ 14:36:09
  Author: bzed
Revision: 19926

* New upstream version.
* Migrato to dh_python2. 

Modified:
  packages/python-gnutls/trunk/debian/changelog
  packages/python-gnutls/trunk/debian/compat
  packages/python-gnutls/trunk/debian/control
  packages/python-gnutls/trunk/debian/rules
Deleted:
  packages/python-gnutls/trunk/debian/pycompat

Modified: packages/python-gnutls/trunk/debian/changelog
===================================================================
--- packages/python-gnutls/trunk/debian/changelog	2012-01-08 12:47:51 UTC (rev 19925)
+++ packages/python-gnutls/trunk/debian/changelog	2012-01-08 14:36:09 UTC (rev 19926)
@@ -1,3 +1,10 @@
+python-gnutls (1.2.2-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+  * Migrato to dh_python2. 
+
+ -- Bernd Zeimetz <bzed at debian.org>  Sun, 08 Jan 2012 15:35:57 +0100
+
 python-gnutls (1.2.0-2) unstable; urgency=low
 
   * Depend on libgnutls26 as the library is used via ctypes now.

Modified: packages/python-gnutls/trunk/debian/compat
===================================================================
--- packages/python-gnutls/trunk/debian/compat	2012-01-08 12:47:51 UTC (rev 19925)
+++ packages/python-gnutls/trunk/debian/compat	2012-01-08 14:36:09 UTC (rev 19926)
@@ -1 +1 @@
-5
+7

Modified: packages/python-gnutls/trunk/debian/control
===================================================================
--- packages/python-gnutls/trunk/debian/control	2012-01-08 12:47:51 UTC (rev 19925)
+++ packages/python-gnutls/trunk/debian/control	2012-01-08 14:36:09 UTC (rev 19926)
@@ -3,9 +3,8 @@
 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: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.5), python-support, libgnutls-dev (>= 2.4.1)
+Build-Depends: debhelper (>= 7~), python-all-dev (>= 2.6.6-3~), libgnutls-dev (>= 2.4.1)
 Standards-Version: 3.8.3
-XS-Python-Version: >= 2.5
 Homepage: http://cheeseshop.python.org/pypi/python-gnutls
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gnutls/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-gnutls/trunk/

Deleted: packages/python-gnutls/trunk/debian/pycompat
===================================================================
--- packages/python-gnutls/trunk/debian/pycompat	2012-01-08 12:47:51 UTC (rev 19925)
+++ packages/python-gnutls/trunk/debian/pycompat	2012-01-08 14:36:09 UTC (rev 19926)
@@ -1 +0,0 @@
-2

Modified: packages/python-gnutls/trunk/debian/rules
===================================================================
--- packages/python-gnutls/trunk/debian/rules	2012-01-08 12:47:51 UTC (rev 19925)
+++ packages/python-gnutls/trunk/debian/rules	2012-01-08 14:36:09 UTC (rev 19926)
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
-DEB_COMPRESS_EXCLUDE := .py
+%:
+	dh $@ --with python2
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-clean::
+clean:
 	rm -rf dist MANIFEST
+	dh $@ --with python2
 




More information about the Python-modules-commits mailing list