Control: tags 773956 + patch Control: tags 773956 + pending Control: tags 999008 + patch Control: tags 999008 + pending
Dear maintainer, I've prepared an NMU for jtex-base (versioned as 2.1-1.3) and uploaded it to DELAYED/7. Please feel free to tell me if I should cancel it. cu Adrian
diff -u jtex-base-2.1/debian/changelog jtex-base-2.1/debian/changelog --- jtex-base-2.1/debian/changelog +++ jtex-base-2.1/debian/changelog @@ -1,3 +1,11 @@ +jtex-base (2.1-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep}. (Closes: #999008) + * Remove Atsuhito Kohda from Uploaders. (Closes: #773956) + + -- Adrian Bunk <b...@debian.org> Mon, 27 Dec 2021 22:41:30 +0200 + jtex-base (2.1-1.2) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -u jtex-base-2.1/debian/control jtex-base-2.1/debian/control --- jtex-base-2.1/debian/control +++ jtex-base-2.1/debian/control @@ -4,7 +4,6 @@ Maintainer: TSUCHIYA Masatoshi <tsuch...@namazu.org> Build-Depends: debhelper (>> 7.0.0), nkf Standards-Version: 3.8.2 -Uploaders: Atsuhito Kohda <ko...@debian.org> Package: jtex-base Architecture: all diff -u jtex-base-2.1/debian/rules jtex-base-2.1/debian/rules --- jtex-base-2.1/debian/rules +++ jtex-base-2.1/debian/rules @@ -100,2 +100,4 @@ +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