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

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed Jan 6 09:45:28 UTC 2010


    Date: Wednesday, January 6, 2010 @ 09:45:26
  Author: nijel
Revision: 11008

Drop quilt from debian/rules and build depends (I know I should've done
this before).

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

Modified: packages/pyexiv2/trunk/debian/changelog
===================================================================
--- packages/pyexiv2/trunk/debian/changelog	2010-01-05 12:36:13 UTC (rev 11007)
+++ packages/pyexiv2/trunk/debian/changelog	2010-01-06 09:45:26 UTC (rev 11008)
@@ -1,8 +1,9 @@
 pyexiv2 (0.1.3-6) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Drop quilt from debian/rules and build depends (I know I should've done
+    this before).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 05 Jan 2010 13:36:02 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 06 Jan 2010 10:44:55 +0100
 
 pyexiv2 (0.1.3-5) unstable; urgency=low
 

Modified: packages/pyexiv2/trunk/debian/control
===================================================================
--- packages/pyexiv2/trunk/debian/control	2010-01-05 12:36:13 UTC (rev 11007)
+++ packages/pyexiv2/trunk/debian/control	2010-01-06 09:45:26 UTC (rev 11008)
@@ -9,8 +9,7 @@
     python-all-dbg, 
     scons, 
     libexiv2-dev (>= 0.18), 
-    libboost-python-dev,
-    quilt (>= 0.40)
+    libboost-python-dev
 Standards-Version: 3.8.3
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/pyexiv2/trunk

Modified: packages/pyexiv2/trunk/debian/rules
===================================================================
--- packages/pyexiv2/trunk/debian/rules	2010-01-05 12:36:13 UTC (rev 11007)
+++ packages/pyexiv2/trunk/debian/rules	2010-01-06 09:45:26 UTC (rev 11008)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
@@ -32,11 +30,11 @@
 
 build: build-stamp
 
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh clean
 
 install: build




More information about the Python-modules-commits mailing list