Control: tags 1000460 + patch
Control: tags 1000460 + pending

Dear maintainer,

I've prepared an NMU for tf (versioned as 1:4.0s1-21.1) and uploaded
it to DELAYED/14. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru tf-4.0s1/debian/changelog tf-4.0s1/debian/changelog
--- tf-4.0s1/debian/changelog	2020-07-23 12:40:24.000000000 +0300
+++ tf-4.0s1/debian/changelog	2021-12-23 07:50:06.000000000 +0200
@@ -1,3 +1,10 @@
+tf (1:4.0s1-21.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * unix/Makefile: Trap errors from make. (Closes: #1000460)
+
+ -- Adrian Bunk <b...@debian.org>  Thu, 23 Dec 2021 07:50:06 +0200
+
 tf (1:4.0s1-21) unstable; urgency=medium
 
   * Fix build with gcc-10 (Closes: Bug#957871)
diff -Nru tf-4.0s1/debian/patches/Makefile-errors.patch tf-4.0s1/debian/patches/Makefile-errors.patch
--- tf-4.0s1/debian/patches/Makefile-errors.patch	1970-01-01 02:00:00.000000000 +0200
+++ tf-4.0s1/debian/patches/Makefile-errors.patch	2021-12-23 07:50:06.000000000 +0200
@@ -0,0 +1,16 @@
+Description: unix/Makefile: Trap errors from make
+Author: Adrian Bunk <b...@debian.org>
+Bug-Debian: https://bugs.debian.org/1000460
+
+--- tf-4.0s1.orig/unix/Makefile
++++ tf-4.0s1/unix/Makefile
+@@ -22,8 +22,7 @@ default: install
+ # to make "install", "all", AND "files", instead of just "install".
+ 
+ install all files: src/Makefile src/config.h _log
+-	cd ./src; { $(MAKE) $@ 2>&1; echo; cat exitmsg; } | \
+-	    { tee -a ../Build.log || cat; }
++	cd ./src; $(MAKE) $@ 2>&1
+ 
+ reconfigure:  unconfigure install
+ 
diff -Nru tf-4.0s1/debian/patches/series tf-4.0s1/debian/patches/series
--- tf-4.0s1/debian/patches/series	2020-07-23 12:40:24.000000000 +0300
+++ tf-4.0s1/debian/patches/series	2021-12-23 07:50:06.000000000 +0200
@@ -1 +1,2 @@
 debian-changes
+Makefile-errors.patch

Reply via email to