Control: tags 999065 + patch
Control: tags 999065 + pending
Dear maintainer,
I've prepared an NMU for jnettop (versioned as 0.13.0-1.2) and uploaded
it to DELAYED/7. Please feel free to tell me if I should cancel it.
cu
Adrian
diff -Nru jnettop-0.13.0/debian/changelog jnettop-0.13.0/debian/changelog
--- jnettop-0.13.0/debian/changelog 2020-03-31 00:37:51.000000000 +0300
+++ jnettop-0.13.0/debian/changelog 2021-12-27 22:26:53.000000000 +0200
@@ -1,3 +1,10 @@
+jnettop (0.13.0-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Add build-{arch,indep}. (Closes: #999065)
+
+ -- Adrian Bunk <[email protected]> Mon, 27 Dec 2021 22:26:53 +0200
+
jnettop (0.13.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru jnettop-0.13.0/debian/rules jnettop-0.13.0/debian/rules
--- jnettop-0.13.0/debian/rules 2020-03-30 23:35:47.000000000 +0300
+++ jnettop-0.13.0/debian/rules 2021-12-27 22:26:53.000000000 +0200
@@ -103,5 +103,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