[Python-modules-commits] r27900 - in packages/python-pika/trunk/debian (4 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Sun Feb 23 22:59:28 UTC 2014


    Date: Sunday, February 23, 2014 @ 22:59:27
  Author: jandd
Revision: 27900

* debian/compat: bump to 9
* debian/control:
  - bump Standards-Version to 3.9.5 (no changes)
  - switch to pybuild, add dh-python to Build-Depends, add X-Python-Version
  - bump debhelper version to (>= 9)
  - run wrap-and-sort
* debian/rules:
  - simplify rules to use pybuild defaults

Modified:
  packages/python-pika/trunk/debian/changelog
  packages/python-pika/trunk/debian/compat
  packages/python-pika/trunk/debian/control
  packages/python-pika/trunk/debian/rules

Modified: packages/python-pika/trunk/debian/changelog
===================================================================
--- packages/python-pika/trunk/debian/changelog	2014-02-23 22:45:50 UTC (rev 27899)
+++ packages/python-pika/trunk/debian/changelog	2014-02-23 22:59:27 UTC (rev 27900)
@@ -1,6 +1,14 @@
 python-pika (0.9.13-2) UNRELEASED; urgency=medium
 
   * repair debian/watch file
+  * debian/compat: bump to 9
+  * debian/control:
+    - bump Standards-Version to 3.9.5 (no changes)
+    - switch to pybuild, add dh-python to Build-Depends, add X-Python-Version
+    - bump debhelper version to (>= 9)
+    - run wrap-and-sort
+  * debian/rules:
+    - simplify rules to use pybuild defaults
 
  -- Jan Dittberner <jandd at debian.org>  Sun, 23 Feb 2014 23:45:01 +0100
 

Modified: packages/python-pika/trunk/debian/compat
===================================================================
--- packages/python-pika/trunk/debian/compat	2014-02-23 22:45:50 UTC (rev 27899)
+++ packages/python-pika/trunk/debian/compat	2014-02-23 22:59:27 UTC (rev 27900)
@@ -1 +1 @@
-7
+9

Modified: packages/python-pika/trunk/debian/control
===================================================================
--- packages/python-pika/trunk/debian/control	2014-02-23 22:45:50 UTC (rev 27899)
+++ packages/python-pika/trunk/debian/control	2014-02-23 22:59:27 UTC (rev 27900)
@@ -3,23 +3,25 @@
 Priority: optional
 Maintainer: Jan Dittberner <jandd at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               netbase,
                python (>= 2.6.5~),
+               python-mock,
+               python-nose,
                python-setuptools,
+               python-tornado,
                python-twisted,
-               python-tornado,
-               python-yaml,
-               python-nose,
-               python-mock,
-               netbase
-Standards-Version: 3.9.4
+               python-yaml
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
 Homepage: http://pika.github.com/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pika/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pika/trunk/
 
 Package: python-pika
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: AMQP client library
  Pika is a pure-Python implementation of the AMQP-0-9-1 protocol that tries to
  stay fairly independent of the underlying network support library. Pika was

Modified: packages/python-pika/trunk/debian/rules
===================================================================
--- packages/python-pika/trunk/debian/rules	2014-02-23 22:45:50 UTC (rev 27899)
+++ packages/python-pika/trunk/debian/rules	2014-02-23 22:59:27 UTC (rev 27900)
@@ -1,22 +1,9 @@
 #!/usr/bin/make -f
 
-PYVERS :=  $(shell pyversions -r)
+PYBUILD_NAME=python-pika
 
 %:
-	dh --with python2 --buildsystem=python_distutils $@
+	dh $@ --with python2 --buildsystem=pybuild
 
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -ex; \
-	for py in $(PYVERS); do \
-		$$py setup.py test; \
-	done
-endif
-
-
-override_dh_auto_clean:
-	rm -rf dist build setup.cfg PKG-INFO pika.egg-info
-	find -name '*\.py[co]' -delete
-
 override_dh_compress:
 	dh_compress -X.py




More information about the Python-modules-commits mailing list