[Python-modules-commits] r21717 - in packages/soya/trunk/debian (changelog rules)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sat May 12 09:50:11 UTC 2012


    Date: Saturday, May 12, 2012 @ 09:50:09
  Author: bernat
Revision: 21717

Remove whole build directory on clean. Closes: #671331.

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

Modified: packages/soya/trunk/debian/changelog
===================================================================
--- packages/soya/trunk/debian/changelog	2012-05-12 09:48:52 UTC (rev 21716)
+++ packages/soya/trunk/debian/changelog	2012-05-12 09:50:09 UTC (rev 21717)
@@ -1,3 +1,9 @@
+soya (0.15~rc1-8) unstable; urgency=low
+
+  * Remove whole build directory on clean. Closes: #671331.
+
+ -- Vincent Bernat <bernat at debian.org>  Sat, 12 May 2012 11:28:09 +0200
+
 soya (0.15~rc1-7) unstable; urgency=low
 
   * Depends on libpng-dev instead of libpng12-dev. Closes: #662510.

Modified: packages/soya/trunk/debian/rules
===================================================================
--- packages/soya/trunk/debian/rules	2012-05-12 09:48:52 UTC (rev 21716)
+++ packages/soya/trunk/debian/rules	2012-05-12 09:50:09 UTC (rev 21717)
@@ -45,3 +45,4 @@
 clean::
 	rm -f debian/pycompat
 	rm -f _soya.c
+	rm -rf build




More information about the Python-modules-commits mailing list