Control: tags 999267 + patch
Control: tags 999267 + pending
Dear maintainer,
I've prepared an NMU for g3data (versioned as 1:1.5.3-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
diff -u g3data-1.5.3/debian/changelog g3data-1.5.3/debian/changelog
--- g3data-1.5.3/debian/changelog
+++ g3data-1.5.3/debian/changelog
@@ -1,3 +1,10 @@
+g3data (1:1.5.3-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Add build-{arch,indep} (Closes: #999267).
+
+ -- Marcos Talau <[email protected]> Wed, 02 Nov 2022 19:47:41 -0300
+
g3data (1:1.5.3-3) unstable; urgency=medium
* Bug fix FTCBFS, thanks to Helmut Grohne <[email protected]> for the
diff -u g3data-1.5.3/debian/rules g3data-1.5.3/debian/rules
--- g3data-1.5.3/debian/rules
+++ g3data-1.5.3/debian/rules
@@ -79,4 +79,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