Control: tags 965440 + patch Control: tags 965440 + pending Control: tags 999139 + patch Control: tags 999139 + pending
Dear maintainer, I've prepared an NMU for bplay (versioned as 0.991-10.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards, Eriberto diff -u bplay-0.991/debian/changelog bplay-0.991/debian/changelog --- bplay-0.991/debian/changelog +++ bplay-0.991/debian/changelog @@ -1,3 +1,16 @@ +bplay (0.991-10.1) unstable; urgency=medium + + * Non-maintainer upload. + * Using new DH level format. Consequently: + - debian/compat: removed. + - debian/control: changed from 'debhelper' to 'debhelper-compat' in + Build-Depends field and bumped level to 13. + - Closes: #965440 + * debian/rules: added missing targets build-arch and build-indep. + (Closes: #999139) + + -- Joao Eriberto Mota Filho <eribe...@debian.org> Sat, 16 Apr 2022 16:32:45 -0300 + bplay (0.991-10) unstable; urgency=low * Install the manpages. (Closes: #327759) diff -u bplay-0.991/debian/control bplay-0.991/debian/control --- bplay-0.991/debian/control +++ bplay-0.991/debian/control @@ -2,7 +2,7 @@ Section: sound Priority: optional Maintainer: Carlos Laviola <clavi...@debian.org> -Build-Depends: debhelper (>> 5.0.0) +Build-Depends: debhelper-compat (= 13) Standards-Version: 3.7.2.2 Package: bplay reverted: --- bplay-0.991/debian/compat +++ bplay-0.991.orig/debian/compat @@ -1 +0,0 @@ -5 diff -u bplay-0.991/debian/rules bplay-0.991/debian/rules --- bplay-0.991/debian/rules +++ bplay-0.991/debian/rules @@ -58,5 +58,7 @@ # Below here is fairly generic really binary: binary-arch +build-arch: build +build-indep: build -.PHONY: build binary binary-arch binary-indep clean checkroot +.PHONY: build build-arch build-indep binary binary-arch binary-indep clean checkroot