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

ucko at users.alioth.debian.org ucko at users.alioth.debian.org
Wed Jan 27 03:06:56 UTC 2010


    Date: Wednesday, January 27, 2010 @ 03:06:51
  Author: ucko
Revision: 11348

debian/rules: minimize further.

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

Modified: packages/python-dsv/trunk/debian/changelog
===================================================================
--- packages/python-dsv/trunk/debian/changelog	2010-01-27 03:00:21 UTC (rev 11347)
+++ packages/python-dsv/trunk/debian/changelog	2010-01-27 03:06:51 UTC (rev 11348)
@@ -10,6 +10,7 @@
     - Note (preexisting) compliance with Policy version 3.8.3.
   * debian/examples: retire (contents no longer shipped upstream).
   * debian/NEWS (new): note minor incompatible API change.
+  * debian/rules: minimize further.
 
   [Carlos Galisteo]
   * debian/control:
@@ -19,7 +20,7 @@
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Aaron M. Ucko <ucko at debian.org>  Tue, 26 Jan 2010 22:00:12 -0500
+ -- Aaron M. Ucko <ucko at debian.org>  Tue, 26 Jan 2010 22:06:39 -0500
 
 python-dsv (1.4.0-7) unstable; urgency=low
 

Modified: packages/python-dsv/trunk/debian/rules
===================================================================
--- packages/python-dsv/trunk/debian/rules	2010-01-27 03:00:21 UTC (rev 11347)
+++ packages/python-dsv/trunk/debian/rules	2010-01-27 03:06:51 UTC (rev 11348)
@@ -1,16 +1,7 @@
 #!/usr/bin/make -f
 include /usr/share/quilt/quilt.make
+%:
+	dh $@
 
 build: patch
-	dh build
-
 clean: unpatch
-	dh clean
-
-install: build
-	dh install --with=python-support
-
-binary-indep: install
-	dh binary-indep
-
-binary: binary-indep




More information about the Python-modules-commits mailing list