[Python-modules-commits] r23564 - in packages/python-odf/trunk/debian (rules)

toabctl-guest at users.alioth.debian.org toabctl-guest at users.alioth.debian.org
Sun Feb 24 08:07:42 UTC 2013


    Date: Sunday, February 24, 2013 @ 08:07:40
  Author: toabctl-guest
Revision: 23564

Build manpages from source

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

Modified: packages/python-odf/trunk/debian/rules
===================================================================
--- packages/python-odf/trunk/debian/rules	2013-02-23 22:49:12 UTC (rev 23563)
+++ packages/python-odf/trunk/debian/rules	2013-02-24 08:07:40 UTC (rev 23564)
@@ -17,3 +17,10 @@
 
 override_dh_auto_test: $(PYTHON2:%=test-python%)
 endif
+
+override_dh_auto_build:
+	for D in "csv2ods mailodf odf2xhtml odf2mht odf2xml odfimgimport odflint odfmeta odfoutline odfuserfield xml2odf" ; do \
+		cd $$D; \
+		make; \
+	done
+	dh_auto_build




More information about the Python-modules-commits mailing list