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

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Mon Feb 16 19:03:30 UTC 2009


    Date: Monday, February 16, 2009 @ 19:03:30
  Author: dottedmag-guest
Revision: 7588

Added missing clean: unpatch dependency.

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

Modified: packages/python-openid/trunk/debian/changelog
===================================================================
--- packages/python-openid/trunk/debian/changelog	2009-02-16 19:03:13 UTC (rev 7587)
+++ packages/python-openid/trunk/debian/changelog	2009-02-16 19:03:30 UTC (rev 7588)
@@ -5,6 +5,7 @@
     - Debian packaging is under Apache-2.0 as well.
   * debian/rules:
     - replaced deprecated dh_clean -k with dh_prep.
+    - clean target now unpatches the source code.
 
  -- Mikhail Gusarov <dottedmag at dottedmag.net>  Tue, 17 Feb 2009 00:56:25 +0600
 

Modified: packages/python-openid/trunk/debian/rules
===================================================================
--- packages/python-openid/trunk/debian/rules	2009-02-16 19:03:13 UTC (rev 7587)
+++ packages/python-openid/trunk/debian/rules	2009-02-16 19:03:30 UTC (rev 7588)
@@ -7,7 +7,7 @@
 
 build: patch
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




More information about the Python-modules-commits mailing list