[Python-modules-commits] r9320 - in packages/python-django/trunk/debian (changelog rules)

lamby at users.alioth.debian.org lamby at users.alioth.debian.org
Fri Aug 14 07:12:56 UTC 2009


    Date: Friday, August 14, 2009 @ 07:12:53
  Author: lamby
Revision: 9320

Override clean target correctly.

Modified:
  packages/python-django/trunk/debian/changelog
  packages/python-django/trunk/debian/rules

Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog	2009-08-14 07:12:46 UTC (rev 9319)
+++ packages/python-django/trunk/debian/changelog	2009-08-14 07:12:53 UTC (rev 9320)
@@ -1,6 +1,7 @@
 python-django (1.1-2) UNRELEASED; urgency=low
 
   * Use "--with quilt" over specifying $(QUILT_STAMPFN)/unpatch dependencies.
+  * Override clean target correctly.
 
  -- Chris Lamb <lamby at debian.org>  Fri, 14 Aug 2009 08:00:09 +0100
 

Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules	2009-08-14 07:12:46 UTC (rev 9319)
+++ packages/python-django/trunk/debian/rules	2009-08-14 07:12:53 UTC (rev 9320)
@@ -8,9 +8,9 @@
 %:
 	dh --with quilt $@
 
-clean:
-	dh $@
+override_dh_auto_clean:
 	rm -rf docs.debian
+	dh_auto_clean
 
 override_dh_auto_build:
 	dh_auto_build




More information about the Python-modules-commits mailing list