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