Control: tags 999055 + patch
Control: tags 999055 + pending
Dear maintainer,
I've prepared an NMU for logtools (versioned as 0.13e+nmu2) and uploaded
it to DELAYED/7. Please feel free to tell me if I should cancel it.
cu
Adrian
diff -Nru logtools-0.13e+nmu1/changes.txt logtools-0.13e+nmu2/changes.txt
--- logtools-0.13e+nmu1/changes.txt 2020-12-16 22:22:13.000000000 +0200
+++ logtools-0.13e+nmu2/changes.txt 2021-12-27 22:56:35.000000000 +0200
@@ -1,3 +1,10 @@
+logtools (0.13e+nmu2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Add build-{arch,indep}. (Closes: #999055)
+
+ -- Adrian Bunk <[email protected]> Mon, 27 Dec 2021 22:56:35 +0200
+
logtools (0.13e+nmu1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru logtools-0.13e+nmu1/debian/changelog logtools-0.13e+nmu2/debian/changelog
--- logtools-0.13e+nmu1/debian/changelog 2020-12-16 22:22:13.000000000 +0200
+++ logtools-0.13e+nmu2/debian/changelog 2021-12-27 22:56:35.000000000 +0200
@@ -1,3 +1,10 @@
+logtools (0.13e+nmu2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Add build-{arch,indep}. (Closes: #999055)
+
+ -- Adrian Bunk <[email protected]> Mon, 27 Dec 2021 22:56:35 +0200
+
logtools (0.13e+nmu1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru logtools-0.13e+nmu1/debian/rules logtools-0.13e+nmu2/debian/rules
--- logtools-0.13e+nmu1/debian/rules 2020-12-16 21:34:16.000000000 +0200
+++ logtools-0.13e+nmu2/debian/rules 2021-12-27 22:56:35.000000000 +0200
@@ -79,5 +79,7 @@
dh_md5sums
dh_builddeb
+build-arch: build
+build-indep: build
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install