[Python-modules-commits] r14528 - in packages/python-whoosh/trunk/debian (changelog rules)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Wed Oct 6 08:51:24 UTC 2010


    Date: Wednesday, October 6, 2010 @ 08:51:04
  Author: aelmahmoudy-guest
Revision: 14528

* Override dh_auto_clean to remove docs/build

Modified:
  packages/python-whoosh/trunk/debian/changelog
  packages/python-whoosh/trunk/debian/rules

Modified: packages/python-whoosh/trunk/debian/changelog
===================================================================
--- packages/python-whoosh/trunk/debian/changelog	2010-10-06 08:39:40 UTC (rev 14527)
+++ packages/python-whoosh/trunk/debian/changelog	2010-10-06 08:51:04 UTC (rev 14528)
@@ -19,13 +19,14 @@
   * debian/rules:
     + added --with python2 to dh call.
     + Removed override for dh_pysupport, not needed anymore.
+    + Override dh_auto_clean to remove docs/build
   * debian/copyright: updated copyrights.
   * Dropped 01-remove-pyparsing.diff patch, as it is no more needed.
   * Added shm_check.diff patch to check if semaphore locking works, since
     /dev/shm is not mounted as tmpfs in build chroots.
   * Removed debian/pyversions
 
- -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Wed, 06 Oct 2010 10:38:53 +0200
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Wed, 06 Oct 2010 10:42:53 +0200
 
 python-whoosh (0.3.18-1) unstable; urgency=low
 

Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules	2010-10-06 08:39:40 UTC (rev 14527)
+++ packages/python-whoosh/trunk/debian/rules	2010-10-06 08:51:04 UTC (rev 14528)
@@ -9,6 +9,10 @@
 	dh_auto_build
 	mkdir docs/build && python setup.py build_sphinx
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf docs/build
+
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	set -e; for py in $(PYVERS); do  \




More information about the Python-modules-commits mailing list