[Pkg-tcltk-commits] r1216 - xotcl/trunk/debian
ssoberni-guest at alioth.debian.org
ssoberni-guest at alioth.debian.org
Sun Jan 1 14:28:07 UTC 2012
Author: ssoberni-guest
Date: 2012-01-01 14:28:07 +0000 (Sun, 01 Jan 2012)
New Revision: 1216
Modified:
xotcl/trunk/debian/changelog
xotcl/trunk/debian/rules
Log:
Applying Sven's FTBFS patch
Modified: xotcl/trunk/debian/changelog
===================================================================
--- xotcl/trunk/debian/changelog 2011-12-14 19:33:55 UTC (rev 1215)
+++ xotcl/trunk/debian/changelog 2012-01-01 14:28:07 UTC (rev 1216)
@@ -1,3 +1,10 @@
+xotcl (1.6.7-2) unstable; urgency=low
+
+ * Delete all .o and .so files in the clean target until the build system
+ handles that gracefully. (Closes: #651969)
+
+ -- Sven Hoexter <hoexter at debian.org> Tue, 13 Dec 2011 21:03:43 +0100
+
xotcl (1.6.7-1) unstable; urgency=low
* New upstream release: 1.6.7 (see http://www.xotcl.org/)
Modified: xotcl/trunk/debian/rules
===================================================================
--- xotcl/trunk/debian/rules 2011-12-14 19:33:55 UTC (rev 1215)
+++ xotcl/trunk/debian/rules 2012-01-01 14:28:07 UTC (rev 1216)
@@ -97,6 +97,8 @@
dh_testroot
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
+ find . -name '*.o' -type f -delete
+ find . -name '*.so' -type f -delete
dh_clean config.log config.status config.cache config.guess
install: build
More information about the Pkg-tcltk-commits
mailing list