Control: tags 999195 + patch
Control: tags 999195 + pending
Dear maintainer,
I've prepared an NMU for konfont (versioned as 0.1-8.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
diff -u konfont-0.1/debian/changelog konfont-0.1/debian/changelog
--- konfont-0.1/debian/changelog
+++ konfont-0.1/debian/changelog
@@ -1,3 +1,10 @@
+konfont (0.1-8.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Add build-{arch,indep} (Closes: #999195).
+
+ -- Marcos Talau <[email protected]> Thu, 03 Nov 2022 11:56:46 -0300
+
konfont (0.1-8.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
diff -u konfont-0.1/debian/rules konfont-0.1/debian/rules
--- konfont-0.1/debian/rules
+++ konfont-0.1/debian/rules
@@ -58,4 +58,8 @@
binary-arch: build install
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