[Python-modules-commits] r25909 - in packages/python-babel/trunk/debian (rules)

wrar-guest at users.alioth.debian.org wrar-guest at users.alioth.debian.org
Fri Sep 20 19:23:26 UTC 2013


    Date: Friday, September 20, 2013 @ 19:23:25
  Author: wrar-guest
Revision: 25909

Remove built docs in the clean target.

Modified:
  packages/python-babel/trunk/debian/rules

Modified: packages/python-babel/trunk/debian/rules
===================================================================
--- packages/python-babel/trunk/debian/rules	2013-09-20 11:32:59 UTC (rev 25908)
+++ packages/python-babel/trunk/debian/rules	2013-09-20 19:23:25 UTC (rev 25909)
@@ -10,6 +10,10 @@
 	dh_auto_build
 	make -C docs html
 
+override_dh_auto_clean:
+	dh_auto_clean
+	make -C docs clean
+
 override_dh_auto_install:
 	dh_auto_install
 	rm -rf debian/python-babel/usr/lib/python*/dist-packages/babel/localedata




More information about the Python-modules-commits mailing list