Control: tags 998950 + patch
Control: tags 998950 + pending
Dear maintainer,
I've prepared an NMU for mailsync (versioned as 5.2.7-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
diff -Nru mailsync-5.2.7/debian/changelog mailsync-5.2.7/debian/changelog
--- mailsync-5.2.7/debian/changelog 2020-11-15 15:55:25.000000000 -0300
+++ mailsync-5.2.7/debian/changelog 2022-11-03 18:42:44.000000000 -0300
@@ -1,3 +1,10 @@
+mailsync (5.2.7-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Add build-{arch,indep} (Closes: #998950).
+
+ -- Marcos Talau <[email protected]> Thu, 03 Nov 2022 18:39:28 -0300
+
mailsync (5.2.7-3) unstable; urgency=low
* Update aclocal.m4 during build. Hopefully this should make
diff -Nru mailsync-5.2.7/debian/rules mailsync-5.2.7/debian/rules
--- mailsync-5.2.7/debian/rules 2020-11-15 15:52:51.000000000 -0300
+++ mailsync-5.2.7/debian/rules 2022-11-03 18:42:44.000000000 -0300
@@ -83,4 +83,8 @@
dh_builddeb
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