[Python-apps-commits] r8770 - in packages/debomatic/trunk/debian (changelog rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat May 26 16:37:35 UTC 2012


    Date: Saturday, May 26, 2012 @ 16:37:33
  Author: dktrkranz
Revision: 8770

Delete docs/_build directory during clean phase (Closes: #671163)

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

Modified: packages/debomatic/trunk/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog	2012-05-26 16:30:51 UTC (rev 8769)
+++ packages/debomatic/trunk/debian/changelog	2012-05-26 16:37:33 UTC (rev 8770)
@@ -1,3 +1,10 @@
+debomatic (0.10-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Delete docs/_build directory during clean phase (Closes: #671163).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 26 May 2012 18:36:27 +0200
+
 debomatic (0.10-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/debomatic/trunk/debian/rules
===================================================================
--- packages/debomatic/trunk/debian/rules	2012-05-26 16:30:51 UTC (rev 8769)
+++ packages/debomatic/trunk/debian/rules	2012-05-26 16:37:33 UTC (rev 8770)
@@ -5,7 +5,7 @@
 
 clean:
 	dh $@ --with python2
-	rm -fr build locale
+	rm -fr build locale docs/_build
 	dh_clean debian/init debian/default
 
 override_dh_auto_install:




More information about the Python-apps-commits mailing list