[Python-modules-commits] r27921 - in packages/pyexiv2/trunk/debian (4 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Tue Feb 25 11:08:58 UTC 2014


    Date: Tuesday, February 25, 2014 @ 11:08:57
  Author: nijel
Revision: 27921

Use debhelper 9.

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

Modified: packages/pyexiv2/trunk/debian/changelog
===================================================================
--- packages/pyexiv2/trunk/debian/changelog	2014-02-25 00:52:52 UTC (rev 27920)
+++ packages/pyexiv2/trunk/debian/changelog	2014-02-25 11:08:57 UTC (rev 27921)
@@ -6,6 +6,7 @@
 
   [ Michal ÄŒihaÅ™ ]
   * Bump standards to 3.9.5.
+  * Use debhelper 9.
 
  -- Jakub Wilk <jwilk at debian.org>  Mon, 27 May 2013 21:11:51 +0200
 

Modified: packages/pyexiv2/trunk/debian/compat
===================================================================
--- packages/pyexiv2/trunk/debian/compat	2014-02-25 00:52:52 UTC (rev 27920)
+++ packages/pyexiv2/trunk/debian/compat	2014-02-25 11:08:57 UTC (rev 27921)
@@ -1 +1 @@
-7
+9

Modified: packages/pyexiv2/trunk/debian/control
===================================================================
--- packages/pyexiv2/trunk/debian/control	2014-02-25 00:52:52 UTC (rev 27920)
+++ packages/pyexiv2/trunk/debian/control	2014-02-25 11:08:57 UTC (rev 27921)
@@ -3,7 +3,7 @@
 Priority: optional
 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),
     python-all-dbg, 

Modified: packages/pyexiv2/trunk/debian/rules
===================================================================
--- packages/pyexiv2/trunk/debian/rules	2014-02-25 00:52:52 UTC (rev 27920)
+++ packages/pyexiv2/trunk/debian/rules	2014-02-25 11:08:57 UTC (rev 27921)
@@ -3,9 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-
 PYVERSIONS=$(shell pyversions -v -r)
 
 override_dh_auto_configure:
@@ -41,27 +38,5 @@
 override_dh_compress:
 	dh_compress -X.txt -X.js -X.ico
 
-build: build-arch build-indep
-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 install
-	dh --with python2 binary-indep
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh --with python2 binary-arch
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%: 
+	dh $@ --with python2




More information about the Python-modules-commits mailing list