[Python-apps-commits] r5169 - in packages/synopsis/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Thu Apr 29 11:33:15 UTC 2010
Date: Thursday, April 29, 2010 @ 11:33:12
Author: morph
Revision: 5169
* debian/rules
- remove additional files/paths, so the package can be built twice in a row;
thanks to Jakub Wilk for the report; Closes: #576222
Modified:
packages/synopsis/trunk/debian/changelog
packages/synopsis/trunk/debian/rules
Modified: packages/synopsis/trunk/debian/changelog
===================================================================
--- packages/synopsis/trunk/debian/changelog 2010-04-29 10:56:55 UTC (rev 5168)
+++ packages/synopsis/trunk/debian/changelog 2010-04-29 11:33:12 UTC (rev 5169)
@@ -6,8 +6,11 @@
* debian/patches/20_bts576225_FTBFS_sparc_undefined_reference.dpatch
- Fix a FTBFS on sparc due to "undefined reference"; thanks to Jakub Wilk
for the report and patch; Closes: #576225
+ * debian/rules
+ - remove additional files/paths, so the package can be built twice in a row;
+ thanks to Jakub Wilk for the report; Closes: #576222
- -- Sandro Tosi <morph at debian.org> Thu, 29 Apr 2010 10:05:35 +0200
+ -- Sandro Tosi <morph at debian.org> Thu, 29 Apr 2010 13:24:40 +0200
synopsis (0.12-5) unstable; urgency=low
Modified: packages/synopsis/trunk/debian/rules
===================================================================
--- packages/synopsis/trunk/debian/rules 2010-04-29 10:56:55 UTC (rev 5168)
+++ packages/synopsis/trunk/debian/rules 2010-04-29 11:33:12 UTC (rev 5169)
@@ -12,6 +12,9 @@
clean: unpatch
dh clean
+ # cancel mor stuff, to build it twice in a row
+ find $(CURDIR)/Synopsis -name "*.pyc" -delete
+ rm -rf build/
%:
dh $@
More information about the Python-apps-commits
mailing list