[Python-apps-commits] r2411 - in packages/s3cmd/trunk/debian (changelog rules)

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


    Date: Monday, February 16, 2009 @ 19:35:17
  Author: dottedmag-guest
Revision: 2411

deprecated dh_clean -k replaced with dh_prep.

Modified:
  packages/s3cmd/trunk/debian/changelog
  packages/s3cmd/trunk/debian/rules

Modified: packages/s3cmd/trunk/debian/changelog
===================================================================
--- packages/s3cmd/trunk/debian/changelog	2009-02-16 19:33:19 UTC (rev 2410)
+++ packages/s3cmd/trunk/debian/changelog	2009-02-16 19:35:17 UTC (rev 2411)
@@ -5,6 +5,8 @@
     taken into consideration.
   * debian/control:
     - package description expanded, as suggested by Lintian.
+  * debian/rules:
+    - deprecated dh_clean -k replaced with dh_prep.
 
  -- Mikhail Gusarov <dottedmag at dottedmag.net>  Tue, 17 Feb 2009 01:27:27 +0600
 

Modified: packages/s3cmd/trunk/debian/rules
===================================================================
--- packages/s3cmd/trunk/debian/rules	2009-02-16 19:33:19 UTC (rev 2410)
+++ packages/s3cmd/trunk/debian/rules	2009-02-16 19:35:17 UTC (rev 2411)
@@ -25,7 +25,7 @@
 install: patch
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 	S3CMD_PACKAGING=1 python setup.py install --no-compile --root $(CURDIR)/debian/$(PACKAGE_NAME)
 	rm -rf debian/$(PACKAGE_NAME)/usr/lib/python*/site-packages/*.egg-info




More information about the Python-apps-commits mailing list