Control: tags 999273 + patch Control: tags 999273 + pending Dear maintainer,
I've prepared an NMU for postal (versioned as 0.76+nmu1) and uploaded it to DELAYED/7. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru postal-0.76/changes.txt postal-0.76+nmu1/changes.txt --- postal-0.76/changes.txt 2021-01-26 15:37:57.000000000 +0200 +++ postal-0.76+nmu1/changes.txt 2021-12-28 00:58:45.000000000 +0200 @@ -1,3 +1,10 @@ +postal (0.76+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep}. (Closes: #999273) + + -- Adrian Bunk <b...@debian.org> Tue, 28 Dec 2021 00:58:45 +0200 + postal (0.76) unstable; urgency=medium * Added to Debian Salsa repository. diff -Nru postal-0.76/debian/changelog postal-0.76+nmu1/debian/changelog --- postal-0.76/debian/changelog 2021-01-26 15:37:57.000000000 +0200 +++ postal-0.76+nmu1/debian/changelog 2021-12-28 00:58:45.000000000 +0200 @@ -1,3 +1,10 @@ +postal (0.76+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep}. (Closes: #999273) + + -- Adrian Bunk <b...@debian.org> Tue, 28 Dec 2021 00:58:45 +0200 + postal (0.76) unstable; urgency=medium * Added to Debian Salsa repository. diff -Nru postal-0.76/debian/rules postal-0.76+nmu1/debian/rules --- postal-0.76/debian/rules 2016-12-13 13:50:52.000000000 +0200 +++ postal-0.76+nmu1/debian/rules 2021-12-28 00:58:45.000000000 +0200 @@ -67,5 +67,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