Control: tags 901451 + pending
Control: tags 999224 + patch
Control: tags 999224 + pending


Dear maintainer,

I've prepared an NMU for nrg2iso (versioned as 0.4-4.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.


-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: Alan Jackson: Chattahoochee
diff -u nrg2iso-0.4/debian/changelog nrg2iso-0.4/debian/changelog
--- nrg2iso-0.4/debian/changelog
+++ nrg2iso-0.4/debian/changelog
@@ -1,3 +1,17 @@
+nrg2iso (0.4-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Inline a fixed upstream Makefile. (Closes: #901451)
+
+  [ gregor herrmann ]
+  * Fix "missing required debian/rules targets build-arch and/or build-
+    indep": Add targets to debian/rules.
+    (Closes: #999224)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 26 Dec 2021 01:30:45 +0100
+
 nrg2iso (0.4-4) unstable; urgency=low
 
   * Update maintainer address to the debian.org one.
diff -u nrg2iso-0.4/debian/rules nrg2iso-0.4/debian/rules
--- nrg2iso-0.4/debian/rules
+++ nrg2iso-0.4/debian/rules
@@ -6,6 +6,7 @@
 
 # source quilt for patch management
 include /usr/share/quilt/quilt.make
+-include /usr/share/dpkg/buildtools.mk
 
 CFLAGS = -Wall -g
 
@@ -22,12 +23,14 @@
 configure-stamp:
 	dh_testdir
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp: configure-stamp $(QUILT_STAMPFN)
 	dh_testdir
 
-	$(MAKE) CFLAGS="$(CFLAGS)"
+	$(CC) $(CFLAGS) nrg2iso.c -o nrg2iso
 	touch build-stamp
 
 clean: unpatch

Attachment: signature.asc
Description: Digital Signature

Reply via email to