[Python-modules-commits] r28082 - in packages/pycxx/trunk/debian (changelog rules)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sun Mar 9 14:17:31 UTC 2014


    Date: Sunday, March 9, 2014 @ 14:17:30
  Author: jtaylor-guest
Revision: 28082

debian/rules: clean to allow build twice in a row (Closes: #671415)

Modified:
  packages/pycxx/trunk/debian/changelog
  packages/pycxx/trunk/debian/rules

Modified: packages/pycxx/trunk/debian/changelog
===================================================================
--- packages/pycxx/trunk/debian/changelog	2014-03-09 14:17:27 UTC (rev 28081)
+++ packages/pycxx/trunk/debian/changelog	2014-03-09 14:17:30 UTC (rev 28082)
@@ -4,6 +4,7 @@
     - drop upstream applied 02_fix_indentation.patch
     - add fix-version.patch to fix setup.py version number
     - fix-example-crash.patch: fix crash of example with python3.4-dbg
+  * debian/rules: clean to allow build twice in a row (Closes: #671415)
   * Bump standard version to 3.9.5, no changes required
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 09 Mar 2014 14:48:16 +0100

Modified: packages/pycxx/trunk/debian/rules
===================================================================
--- packages/pycxx/trunk/debian/rules	2014-03-09 14:17:27 UTC (rev 28081)
+++ packages/pycxx/trunk/debian/rules	2014-03-09 14:17:30 UTC (rev 28082)
@@ -7,6 +7,9 @@
 %:
 	dh $@ --with python2,python3
 
+override_dh_auto_clean:
+	rm -rf build
+
 override_dh_auto_build:
 	set -e && for i in $(PYVERS); do $${i} setup.py build; done
 	set -e && for i in $(PY3VERS); do $${i} setup.py build; done




More information about the Python-modules-commits mailing list