[Python-modules-commits] r9319 - 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:51 UTC 2009


    Date: Friday, August 14, 2009 @ 07:12:46
  Author: lamby
Revision: 9319

Use "--with quilt" over specifying $(QUILT_STAMPFN)/unpatch dependencies.

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-13 23:22:37 UTC (rev 9318)
+++ packages/python-django/trunk/debian/changelog	2009-08-14 07:12:46 UTC (rev 9319)
@@ -1,3 +1,9 @@
+python-django (1.1-2) UNRELEASED; urgency=low
+
+  * Use "--with quilt" over specifying $(QUILT_STAMPFN)/unpatch dependencies.
+
+ -- Chris Lamb <lamby at debian.org>  Fri, 14 Aug 2009 08:00:09 +0100
+
 python-django (1.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules	2009-08-13 23:22:37 UTC (rev 9318)
+++ packages/python-django/trunk/debian/rules	2009-08-14 07:12:46 UTC (rev 9319)
@@ -1,20 +1,16 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
 include /usr/share/python/python.mk
 
 PREFIX = debian/python-django
 DJANGO_DIR = $(PREFIX)/$(call py_libdir_sh,`pyversions -d`)/django
 
 %:
-	dh $@
+	dh --with quilt $@
 
-build: $(QUILT_STAMPFN)
+clean:
 	dh $@
-
-clean: unpatch
 	rm -rf docs.debian
-	dh $@
 
 override_dh_auto_build:
 	dh_auto_build




More information about the Python-modules-commits mailing list