[Python-modules-commits] r9017 - in packages/pyparted/trunk/debian (rules)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Sat Jul 11 09:13:52 UTC 2009


    Date: Saturday, July 11, 2009 @ 09:13:48
  Author: dktrkranz-guest
Revision: 9017

Use --with quilt in clean target too

Modified:
  packages/pyparted/trunk/debian/rules

Modified: packages/pyparted/trunk/debian/rules
===================================================================
--- packages/pyparted/trunk/debian/rules	2009-07-09 21:40:08 UTC (rev 9016)
+++ packages/pyparted/trunk/debian/rules	2009-07-11 09:13:48 UTC (rev 9017)
@@ -6,9 +6,8 @@
 	dh --with quilt $@
 
 clean:
-	dh_quilt_unpatch
 	rm -fr build
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_configure:
 	for pyvers in ${PYTHONS}; do \




More information about the Python-modules-commits mailing list