Control: tags 965554 + patch
Control: tags 965554 + pending
Control: tags 999019 + patch
Control: tags 999019 + pending
Dear maintainer,
I've prepared an NMU for gkrelltop (versioned as 2.2.13-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I should
cancel it.
cu
Adrian
diff -u gkrelltop-2.2.13/debian/rules gkrelltop-2.2.13/debian/rules
--- gkrelltop-2.2.13/debian/rules
+++ gkrelltop-2.2.13/debian/rules
@@ -93,2 +93,4 @@
+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
diff -u gkrelltop-2.2.13/debian/changelog gkrelltop-2.2.13/debian/changelog
--- gkrelltop-2.2.13/debian/changelog
+++ gkrelltop-2.2.13/debian/changelog
@@ -1,3 +1,11 @@
+gkrelltop (2.2.13-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/compat: 5 -> 7. (Closes: #965554)
+ * debian/rules: Add build-{arch,indep}. (Closes: #999019)
+
+ -- Adrian Bunk <[email protected]> Tue, 28 Dec 2021 02:13:39 +0200
+
gkrelltop (2.2.13-1) unstable; urgency=medium
* Refactored the top_three code for better performance.
diff -u gkrelltop-2.2.13/debian/compat gkrelltop-2.2.13/debian/compat
--- gkrelltop-2.2.13/debian/compat
+++ gkrelltop-2.2.13/debian/compat
@@ -1 +1 @@
-5
+7