[Python-apps-commits] r4649 - in packages/ibid/trunk/debian (rules)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Wed Feb 3 17:41:03 UTC 2010


    Date: Wednesday, February 3, 2010 @ 17:41:00
  Author: stefanor-guest
Revision: 4649

Ignore factpack-generation scripts

Modified:
  packages/ibid/trunk/debian/rules

Modified: packages/ibid/trunk/debian/rules
===================================================================
--- packages/ibid/trunk/debian/rules	2010-02-03 16:37:32 UTC (rev 4648)
+++ packages/ibid/trunk/debian/rules	2010-02-03 17:41:00 UTC (rev 4649)
@@ -12,6 +12,9 @@
 	sphinx-build -N -bhtml docs/ docs/html/
 	dh_installdocs -Xdocs/html/_sources -Xdocs/_build -Xdocs/html/.doctrees \
 	               -Xdocs/html/_static/jquery.js
+	# We don't need the scripts that generate factpacks
+	find debian/ibid/usr/share/doc/ibid/factpacks \
+	     \( -name '*.py' -o -name '*.sh' \) -printf 'Deleting %p\n' -delete
 
 override_dh_compress:
 	dh_compress -X.js




More information about the Python-apps-commits mailing list