Control: tags 999062 + patch
Control: tags 999062 + pending
Dear maintainer,
I've prepared an NMU for netmaze (versioned as 0.81+jpg0.82-16.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
diff -u netmaze-0.81+jpg0.82/debian/changelog netmaze-0.81+jpg0.82/debian/changelog
--- netmaze-0.81+jpg0.82/debian/changelog
+++ netmaze-0.81+jpg0.82/debian/changelog
@@ -1,3 +1,10 @@
+netmaze (0.81+jpg0.82-16.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Add build-{arch,indep} (Closes: #999062).
+
+ -- Marcos Talau <[email protected]> Thu, 03 Nov 2022 18:57:40 -0300
+
netmaze (0.81+jpg0.82-16) unstable; urgency=medium
[ John Goerzen ]
diff -u netmaze-0.81+jpg0.82/debian/rules netmaze-0.81+jpg0.82/debian/rules
--- netmaze-0.81+jpg0.82/debian/rules
+++ netmaze-0.81+jpg0.82/debian/rules
@@ -76,4 +76,7 @@
*.o *~ Makefile *.bak
-rm nmlogo.gif
-.PHONY: clean binary binary-indep binary-arch
+build-arch: build
+build-indep: build
+
+.PHONY: build-arch build-indep binary binary-indep binary-arch clean