tag 424593 + patch
thanks
Hi Christian,
please find attached a patch to fix this bug. An updated package
including this patch can be found at
http://www.joachim-reichel.de/debian/pool/main/n/nasm/nasm_0.98.38-1.3.dsc
I also fixed a lintian warning about ignoring the error code of "$(MAKE)
distclean". Please let me know if you have objections to this NMU.
Regards,
Joachim
diff -u nasm-0.98.38/debian/rules nasm-0.98.38/debian/rules
--- nasm-0.98.38/debian/rules
+++ nasm-0.98.38/debian/rules
@@ -11,8 +11,10 @@
dh_testdir
dh_testroot
dh_clean build.stamp
- -$(MAKE) distclean
- -$(MAKE) -C doc spotless
+ mv config.h.in .config.h.in
+ [ ! -f Makefile ] || $(MAKE) distclean
+ mv .config.h.in config.h.in
+ [ ! -f doc/Makefile ] || $(MAKE) -C doc spotless
rm -f `find -name Makefile`
build: build.stamp
diff -u nasm-0.98.38/debian/changelog nasm-0.98.38/debian/changelog
--- nasm-0.98.38/debian/changelog
+++ nasm-0.98.38/debian/changelog
@@ -1,3 +1,11 @@
+nasm (0.98.38-1.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Do not remove config.h.in in clean target (Closes: #424593).
+ * Do not ignore error code of "$(MAKE) distclean".
+
+ -- Joachim Reichel <[EMAIL PROTECTED]> Tue, 7 Aug 2007 20:33:54 +0200
+
nasm (0.98.38-1.2) unstable; urgency=HIGH
* NMU