[Python-modules-commits] r25126 - in packages/tagpy/trunk/debian (4 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed Jul 10 08:48:18 UTC 2013


    Date: Wednesday, July 10, 2013 @ 08:48:14
  Author: nijel
Revision: 25126

Use debhelper 9.

Modified:
  packages/tagpy/trunk/debian/changelog
  packages/tagpy/trunk/debian/compat
  packages/tagpy/trunk/debian/control
  packages/tagpy/trunk/debian/rules

Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog	2013-07-09 17:47:30 UTC (rev 25125)
+++ packages/tagpy/trunk/debian/changelog	2013-07-10 08:48:14 UTC (rev 25126)
@@ -7,6 +7,7 @@
   * New upstream release.
   * Updated patches.
   * Bump standards to 3.9.4.
+  * Use debhelper 9.
 
  -- Michal ÄŒihaÅ™ <nijel at debian.org>  Thu, 06 Jun 2013 12:14:55 +0200
 

Modified: packages/tagpy/trunk/debian/compat
===================================================================
--- packages/tagpy/trunk/debian/compat	2013-07-09 17:47:30 UTC (rev 25125)
+++ packages/tagpy/trunk/debian/compat	2013-07-10 08:48:14 UTC (rev 25126)
@@ -1 +1 @@
-7
+9

Modified: packages/tagpy/trunk/debian/control
===================================================================
--- packages/tagpy/trunk/debian/control	2013-07-09 17:47:30 UTC (rev 25125)
+++ packages/tagpy/trunk/debian/control	2013-07-10 08:48:14 UTC (rev 25126)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50),
+Build-Depends: debhelper (>= 9),
     dpkg-dev (>= 1.16.1~),
     python-all-dev (>= 2.6.6-3~),
     libtag1-dev, 

Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules	2013-07-09 17:47:30 UTC (rev 25125)
+++ packages/tagpy/trunk/debian/rules	2013-07-10 08:48:14 UTC (rev 25126)
@@ -3,8 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
+%:
+	dh $@ --with python2 build
 
 PYVERSIONS=$(shell pyversions -v -r)
 
@@ -30,28 +30,3 @@
 
 override_dh_auto_clean:
 	rm -rf build* siteconf*.py *.pyc
-
-build: build-stamp
-build-arch: build-stamp
-build-indep: build-stamp
-
-build-stamp:
-	dh --with python2 build
-	touch $@
-
-clean:
-	dh --with python2 clean
-
-install: build
-	dh --with python2 install
-
-# Build architecture-independent files here.
-binary-indep: build-indep install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build-arch install
-	dh --with python2 binary-arch
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install




More information about the Python-modules-commits mailing list