[Python-modules-commits] r26643 - in packages/python-formencode/trunk/debian (rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Dec 2 20:35:52 UTC 2013


    Date: Monday, December 2, 2013 @ 20:35:51
  Author: piotr
Revision: 26643

typo

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

Modified: packages/python-formencode/trunk/debian/rules
===================================================================
--- packages/python-formencode/trunk/debian/rules	2013-12-02 20:32:30 UTC (rev 26642)
+++ packages/python-formencode/trunk/debian/rules	2013-12-02 20:35:51 UTC (rev 26643)
@@ -7,5 +7,5 @@
 
 override_dh_auto_install:
 	dh_auto_install --buildsystem=pybuild
-	find debian/python-formencode/ -type d -name i18n --print0 | xargs --null --no-run-if-empty rm -rf
+	find debian/python-formencode/ -type d -name i18n -print0 | xargs --null --no-run-if-empty rm -rf
 	dh_install -X.po -X.py formencode/i18n/* /usr/share/locale/




More information about the Python-modules-commits mailing list