r2776 - in zope.event/trunk/debian (changelog compat control rules)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Tue Jun 17 14:47:47 UTC 2014


    Date: Tuesday, June 17, 2014 @ 14:47:46
  Author: menesis-guest
Revision: 2776

debian/control, debian/rules: switch to pybuild.

Modified:
  zope.event/trunk/debian/changelog
  zope.event/trunk/debian/compat
  zope.event/trunk/debian/control
  zope.event/trunk/debian/rules

Modified: zope.event/trunk/debian/changelog
===================================================================
--- zope.event/trunk/debian/changelog	2014-06-17 14:33:04 UTC (rev 2775)
+++ zope.event/trunk/debian/changelog	2014-06-17 14:47:46 UTC (rev 2776)
@@ -4,6 +4,7 @@
 
   [ Gediminas Paulauskas ]
   * New upstream release. (Closes: #706213)
+  * debian/control, debian/rules: switch to pybuild.
   * Add support for Python 3
   * debian/tests: remove, too simple package to bother.
   * debian/control: use canonical URI for Vcs-Svn and Vcs-Browser.
@@ -12,7 +13,7 @@
   * debian/clean: remove to make sure all files are installed.
   * debian/source/options: ignore .egg-info directory.
 
- -- Gediminas Paulauskas <menesis at pov.lt>  Thu, 04 Jul 2013 02:45:19 +0300
+ -- Gediminas Paulauskas <menesis at pov.lt>  Tue, 17 Jun 2014 17:45:17 +0300
 
 zope.event (3.5.1-1) unstable; urgency=low
 

Modified: zope.event/trunk/debian/compat
===================================================================
--- zope.event/trunk/debian/compat	2014-06-17 14:33:04 UTC (rev 2775)
+++ zope.event/trunk/debian/compat	2014-06-17 14:47:46 UTC (rev 2776)
@@ -1 +1 @@
-7
+8

Modified: zope.event/trunk/debian/control
===================================================================
--- zope.event/trunk/debian/control	2014-06-17 14:33:04 UTC (rev 2775)
+++ zope.event/trunk/debian/control	2014-06-17 14:47:46 UTC (rev 2776)
@@ -4,12 +4,13 @@
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Brian Sutherland <brian at vanguardistas.net>,
            Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 8),
+               dh-python,
                python-all (>= 2.6.6-14~),
                python3-all,
                python-setuptools,
                python3-setuptools
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.event/trunk

Modified: zope.event/trunk/debian/rules
===================================================================
--- zope.event/trunk/debian/rules	2014-06-17 14:33:04 UTC (rev 2775)
+++ zope.event/trunk/debian/rules	2014-06-17 14:47:46 UTC (rev 2776)
@@ -1,27 +1,7 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@ --with python2 --with python3
+#export DH_VERBOSE=1
+export PYBUILD_NAME=zope.event
 
-package=python-zope.event
-package3=python3-zope.event
-
-override_dh_auto_build:
-	for pyvers in $(shell pyversions -vr); do \
-		python$$pyvers setup.py build; \
-	done
-	for pyvers in $(shell py3versions -vs); do \
-		python$$pyvers setup.py build; \
-	done
-
-override_dh_auto_install:
-	set -x; \
-	for pyvers in $(shell pyversions -vr); do \
-		python$$pyvers setup.py install --install-layout=deb \
-			--root $(CURDIR)/debian/$(package); \
-	done
-	set -x; \
-	for pyvers in $(shell py3versions -vs); do \
-		python$$pyvers setup.py install --install-layout=deb \
-			--root $(CURDIR)/debian/$(package3); \
-	done
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the pkg-zope-developers mailing list