I attach my patch for my NMU 3.2.2-7.1. -- Jonny Lamb, UK [EMAIL PROTECTED]
diff -Nruad -Nruad tiger-3.2.2.orig/debian/changelog
tiger-3.2.2/debian/changelog
--- tiger-3.2.2.orig/debian/changelog 2008-10-24 16:22:50.000000000 +0100
+++ tiger-3.2.2/debian/changelog 2008-10-24 16:20:34.000000000 +0100
@@ -1,3 +1,11 @@
+tiger (1:3.2.2-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Patched Makefile.in to make clean and distclean targets use
+ doc/Makefile.in when recursing the clean target. (Closes: #503282)
+
+ -- Jonny Lamb <[EMAIL PROTECTED]> Fri, 24 Oct 2008 16:14:23 +0100
+
tiger (1:3.2.2-7) unstable; urgency=low
* Fix bashism in check_patches script (Closes: #502672)
diff -Nruad -Nruad tiger-3.2.2.orig/Makefile.in tiger-3.2.2/Makefile.in
--- tiger-3.2.2.orig/Makefile.in 2008-10-24 16:22:50.000000000 +0100
+++ tiger-3.2.2/Makefile.in 2008-10-24 16:16:55.000000000 +0100
@@ -298,13 +298,13 @@
clean:
cd c && $(MAKE) clean
- cd doc && $(MAKE) clean
+ cd doc && $(MAKE) -f Makefile.in clean
-find bin/ -type f -exec rm -f {} \;
-rm -f man/index.bt
distclean: clean
cd c && $(MAKE) distclean
- cd doc && $(MAKE) distclean
+ cd doc && $(MAKE) -f Makefile.in distclean
-find log/ -type f -exec rm -f {} \;
-find run/ -type f -exec rm -f {} \;
-rm -f Makefile config.{status,log,cache} man/tiger.8 man/tigercron.8
signature.asc
Description: Digital signature

