Control: tags 999246 + patch
Control: tags 999246 + pending
Dear maintainer,
I've prepared an NMU for xtide (versioned as 2.15.2-1.1) and uploaded
it to DELAYED/2. Please feel free to tell me if I should cancel it.
cu
Adrian
diff -Nru xtide-2.15.2/debian/changelog xtide-2.15.2/debian/changelog
--- xtide-2.15.2/debian/changelog 2020-06-02 04:26:48.000000000 +0300
+++ xtide-2.15.2/debian/changelog 2021-12-28 12:21:49.000000000 +0200
@@ -1,3 +1,10 @@
+xtide (2.15.2-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Add build-{arch,indep}. (Closes: #999246)
+
+ -- Adrian Bunk <[email protected]> Tue, 28 Dec 2021 12:21:49 +0200
+
xtide (2.15.2-1) unstable; urgency=medium
* New upstream release, thanks to Tobias Frost (Closes: #873549).
diff -Nru xtide-2.15.2/debian/rules xtide-2.15.2/debian/rules
--- xtide-2.15.2/debian/rules 2020-06-02 04:26:48.000000000 +0300
+++ xtide-2.15.2/debian/rules 2021-12-28 12:21:49.000000000 +0200
@@ -75,4 +75,7 @@
$(checkdir)
test root = "`whoami`"
-.PHONY: binary binary-arch binary-indep clean checkroot
+build-arch: build
+build-indep: build
+
+.PHONY: build build-arch build-indep binary binary-arch binary-indep clean checkroot