[Python-apps-commits] r10550 - in packages/clustershell/trunk/debian (changelog rules)

phantez-guest at users.alioth.debian.org phantez-guest at users.alioth.debian.org
Thu Feb 20 09:53:43 UTC 2014


    Date: Thursday, February 20, 2014 @ 09:53:42
  Author: phantez-guest
Revision: 10550

Enhance cleaning process; now able to build twice in a row

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

Modified: packages/clustershell/trunk/debian/changelog
===================================================================
--- packages/clustershell/trunk/debian/changelog	2014-02-20 06:26:09 UTC (rev 10549)
+++ packages/clustershell/trunk/debian/changelog	2014-02-20 09:53:42 UTC (rev 10550)
@@ -1,5 +1,11 @@
-clustershell (1.6-3) unstable; urgency=low
+clustershell (1.6-4) unstable; urgency=low
 
+  * Remove lib/ClusterShell.egg-info after build. Closes: #671188
+
+ -- Stéphan Gorget <phantez at gmail.com>  Wed, 20 Feb 2014 07:00:00 +0100
+
+clustershell (1.6-3) UNRELEASED; urgency=low
+
   * Move recommends to suggests
   * Debian policy 3.9.5
 

Modified: packages/clustershell/trunk/debian/rules
===================================================================
--- packages/clustershell/trunk/debian/rules	2014-02-20 06:26:09 UTC (rev 10549)
+++ packages/clustershell/trunk/debian/rules	2014-02-20 09:53:42 UTC (rev 10550)
@@ -8,5 +8,5 @@
 
 clean:
 	dh $@
-	rm -rf scripts/nodeset scripts/clush scripts/clubak 
+	rm -rf scripts/nodeset scripts/clush scripts/clubak lib/ClusterShell.egg-info
 




More information about the Python-apps-commits mailing list