Control: tags 999137 + patch
Control: tags 999137 + pending
Dear maintainer,
I've prepared an NMU for sredird (versioned as 2.2.1-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
diff -Nru sredird-2.2.1/debian/changelog sredird-2.2.1/debian/changelog
--- sredird-2.2.1/debian/changelog 2016-12-30 02:44:42.000000000 -0200
+++ sredird-2.2.1/debian/changelog 2022-11-03 19:46:01.000000000 -0300
@@ -1,3 +1,10 @@
+sredird (2.2.1-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Add build-{arch,indep} (Closes: #999137).
+
+ -- Marcos Talau <[email protected]> Thu, 03 Nov 2022 19:44:49 -0300
+
sredird (2.2.1-2) unstable; urgency=medium
* Merged NMU and updated to debhelper 9.
diff -Nru sredird-2.2.1/debian/rules sredird-2.2.1/debian/rules
--- sredird-2.2.1/debian/rules 2003-07-08 10:37:07.000000000 -0300
+++ sredird-2.2.1/debian/rules 2022-11-03 19:46:01.000000000 -0300
@@ -95,4 +95,8 @@
dh_builddeb
binary: binary-indep binary-arch
-.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