[Python-modules-commits] r7433 - in packages/deliciousapi/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Feb 4 10:13:52 UTC 2009


    Date: Wednesday, February 4, 2009 @ 10:13:51
  Author: morph
Revision: 7433

* New upstream release
* debian/rules
  - merged 'rm' call into 'dh_clean' one
  - moved removal of 'build/' dir after "python setup.py clean" call

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

Modified: packages/deliciousapi/trunk/debian/changelog
===================================================================
--- packages/deliciousapi/trunk/debian/changelog	2009-02-03 21:49:18 UTC (rev 7432)
+++ packages/deliciousapi/trunk/debian/changelog	2009-02-04 10:13:51 UTC (rev 7433)
@@ -1,3 +1,12 @@
+deliciousapi (1.5.9-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules
+    - merged 'rm' call into 'dh_clean' one
+    - moved removal of 'build/' dir after "python setup.py clean" call
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 04 Feb 2009 11:13:17 +0100
+
 deliciousapi (1.5.5-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/deliciousapi/trunk/debian/rules
===================================================================
--- packages/deliciousapi/trunk/debian/rules	2009-02-03 21:49:18 UTC (rev 7432)
+++ packages/deliciousapi/trunk/debian/rules	2009-02-04 10:13:51 UTC (rev 7433)
@@ -14,14 +14,14 @@
 clean:
 	dh_testdir
 	dh_testroot
-	[ ! -d build ] || rm -rf build
-	-rm -r build-stamp
 
 	# Add here commands to clean up after the build process.
 	python setup.py clean 
 
-	dh_clean 
+	[ ! -d build ] || rm -rf build
 
+	dh_clean build-stamp
+
 install: build
 	dh_testdir
 	dh_testroot




More information about the Python-modules-commits mailing list