Control: tags 965716 + patch Control: tags 965716 + pending Control: tags 999232 + patch Control: tags 999232 + pending
Dear maintainer, I've prepared an NMU for mapivi (versioned as 0.9.7-1.3) and uploaded it to DELAYED/7. Please feel free to tell me if I should cancel it. cu Adrian
diff -u mapivi-0.9.7/debian/changelog mapivi-0.9.7/debian/changelog --- mapivi-0.9.7/debian/changelog +++ mapivi-0.9.7/debian/changelog @@ -1,3 +1,11 @@ +mapivi (0.9.7-1.3) unstable; urgency=low + + * Non-maintainer upload. + * debian/compat: 5 -> 7. (Closes: #965716) + * debian/rules: Add build-{arch,indep}. (Closes: #999232) + + -- Adrian Bunk <b...@debian.org> Mon, 27 Dec 2021 22:05:51 +0200 + mapivi (0.9.7-1.2) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -u mapivi-0.9.7/debian/compat mapivi-0.9.7/debian/compat --- mapivi-0.9.7/debian/compat +++ mapivi-0.9.7/debian/compat @@ -1 +1 @@ -5 +7 diff -u mapivi-0.9.7/debian/rules mapivi-0.9.7/debian/rules --- mapivi-0.9.7/debian/rules +++ mapivi-0.9.7/debian/rules @@ -118,2 +118,4 @@ +build-arch: build +build-indep: build binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure