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


    Date: Monday, February 16, 2009 @ 19:03:13
  Author: dottedmag-guest
Revision: 7587

replaced dh_clean -k with dh_prep

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 18:58:08 UTC (rev 7586)
+++ packages/python-openid/trunk/debian/changelog	2009-02-16 19:03:13 UTC (rev 7587)
@@ -3,6 +3,8 @@
   * debian/copyright:
     - Replaced (C) with ©, as suggested by Lintian.
     - Debian packaging is under Apache-2.0 as well.
+  * debian/rules:
+    - replaced deprecated dh_clean -k with dh_prep.
 
  -- 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 18:58:08 UTC (rev 7586)
+++ packages/python-openid/trunk/debian/rules	2009-02-16 19:03:13 UTC (rev 7587)
@@ -19,7 +19,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 	python setup.py install --no-compile --root $(CURDIR)/debian/$(PACKAGE_NAME)
 




More information about the Python-modules-commits mailing list