tags 426194 + patch pending
thanks

Hi,

The following is the diff for my kq 0.99.cvs20070319-1.1 NMU, which I will 
upload to the delayed queue.

diff -u kq-0.99.cvs20070319/debian/changelog 
kq-0.99.cvs20070319/debian/changelog
--- kq-0.99.cvs20070319/debian/changelog
+++ kq-0.99.cvs20070319/debian/changelog
@@ -1,3 +1,12 @@
+kq (0.99.cvs20070319-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
+    + Call make distclean and clean extra garbage, to fix FTBFS if built more
+      than once (Closes: #426194).
+
+ -- Peter Eisentraut <[EMAIL PROTECTED]>  Mon, 16 Jun 2008 13:42:25 +0200
+
 kq (0.99.cvs20070319-1) unstable; urgency=low
 
   * New upstream snapshot.
diff -u kq-0.99.cvs20070319/debian/rules kq-0.99.cvs20070319/debian/rules
--- kq-0.99.cvs20070319/debian/rules
+++ kq-0.99.cvs20070319/debian/rules
@@ -17,9 +17,10 @@
        dh_testdir
        dh_testroot
        rm -f build-stamp
-       -$(MAKE) veryclean
+       [ ! -f Makefile ] || $(MAKE) distclean
        rm -f `find maps -name '*.o' -o -name 'mapdraw'`
        rm -f game.log #src/res.c
+       rm -f scripts/sunarin.lob
        QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
        dh_clean
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to