[Python-modules-commits] r21775 - in packages/pyexiv2/trunk/debian (control rules)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed May 16 13:22:30 UTC 2012


    Date: Wednesday, May 16, 2012 @ 13:22:29
  Author: nijel
Revision: 21775

Properly use dpkg flags

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

Modified: packages/pyexiv2/trunk/debian/control
===================================================================
--- packages/pyexiv2/trunk/debian/control	2012-05-16 13:14:51 UTC (rev 21774)
+++ packages/pyexiv2/trunk/debian/control	2012-05-16 13:22:29 UTC (rev 21775)
@@ -4,6 +4,7 @@
 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),
+    dpkg-dev (>= 1.16.1~),
     python-all-dev (>= 2.6.6-3),
     python-all-dbg, 
     python-sphinx,

Modified: packages/pyexiv2/trunk/debian/rules
===================================================================
--- packages/pyexiv2/trunk/debian/rules	2012-05-16 13:14:51 UTC (rev 21774)
+++ packages/pyexiv2/trunk/debian/rules	2012-05-16 13:22:29 UTC (rev 21775)
@@ -3,6 +3,9 @@
 # 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:




More information about the Python-modules-commits mailing list