Control: tags 999244 + patch
Control: tags 999244 + pending
Dear maintainer,
I've prepared an NMU for midish (versioned as 1.0.4-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
diff -Nru midish-1.0.4/debian/changelog midish-1.0.4/debian/changelog
--- midish-1.0.4/debian/changelog 2012-01-31 00:21:12.000000000 -0200
+++ midish-1.0.4/debian/changelog 2022-11-03 18:49:04.000000000 -0300
@@ -1,3 +1,10 @@
+midish (1.0.4-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Add build-{arch,indep} (Closes: #999244).
+
+ -- Marcos Talau <[email protected]> Thu, 03 Nov 2022 18:49:04 -0300
+
midish (1.0.4-1.1) unstable; urgency=low
* Non-maintainer upload, fixes FTBFS. (Closes: #604947, #652177)
diff -Nru midish-1.0.4/debian/rules midish-1.0.4/debian/rules
--- midish-1.0.4/debian/rules 2010-10-31 08:25:39.000000000 -0200
+++ midish-1.0.4/debian/rules 2022-11-03 18:49:04.000000000 -0300
@@ -51,4 +51,7 @@
binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install configure
+build-arch: build
+build-indep: build
+
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure