On Tue, Dec 13, 2011 at 01:32:58PM +0100, Sven Hoexter wrote:
> On Tue, Dec 13, 2011 at 12:47:06AM +0100, Stefan Sobernig wrote:

Hi,

> > Thx for taking of uploading!
> 
> Uploaded but it FTBFS.

Yes, there are several .o and .so files left over by the build system.
Until that's fixed I could offer a very quick and ugly workaround (attached).

I refrain from uploading that right now, in case you can come up with
something more appropriate.

Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
     [ Streetlight Manifesto - Here's To Life ]
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 1210)
+++ debian/changelog	(working copy)
@@ -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 <hoex...@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/)
Index: debian/rules
===================================================================
--- debian/rules	(revision 1210)
+++ debian/rules	(working copy)
@@ -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 

Reply via email to