Dear João, Thanks for preparing, the patch looks ok to me.
Saludos, Javier El sáb, 16 abr 2022 22:30, Joao Eriberto Mota Filho <eribe...@debian.org> escribió: > Control: tags 965455 + patch > Control: tags 965455 + pending > Control: tags 998939 + patch > Control: tags 998939 + pending > > Dear maintainer, > > I've prepared an NMU for chrootuid (versioned as 1.3-6.1) and > uploaded it to DELAYED/2. Please feel free to tell me if I > should delay it longer. > > Regards, > > Eriberto > > diff -u chrootuid-1.3/debian/rules chrootuid-1.3/debian/rules > --- chrootuid-1.3/debian/rules > +++ chrootuid-1.3/debian/rules > @@ -53,4 +53,6 @@ > dh_builddeb > > binary: binary-indep binary-arch > -.PHONY: build clean binary-indep binary-arch binary install configure > +build-arch: build > +build-indep: build > +.PHONY: build build-arch build-indep clean binary-indep binary-arch > binary install configure > diff -u chrootuid-1.3/debian/control chrootuid-1.3/debian/control > --- chrootuid-1.3/debian/control > +++ chrootuid-1.3/debian/control > @@ -2,7 +2,7 @@ > Section: admin > Priority: optional > Maintainer: Javier Fernandez-Sanguino Pen~a <j...@debian.org> > -Build-Depends: debhelper (>> 3.0.0) > +Build-Depends: debhelper-compat (= 13) > Standards-Version: 3.9.1.0 > Homepage: http://ftp.porcupine.org/pub/security/index.html > > diff -u chrootuid-1.3/debian/changelog chrootuid-1.3/debian/changelog > --- chrootuid-1.3/debian/changelog > +++ chrootuid-1.3/debian/changelog > @@ -1,3 +1,16 @@ > +chrootuid (1.3-6.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: #965455 > + * debian/rules: added missing targets build-arch and build-indep. > + (Closes: #998939) > + > + -- Joao Eriberto Mota Filho <eribe...@debian.org> Sat, 16 Apr 2022 > 17:10:27 -0300 > + > chrootuid (1.3-6) unstable; urgency=low > > * Change maintainer's e-mail address > reverted: > --- chrootuid-1.3/debian/compat > +++ chrootuid-1.3.orig/debian/compat > @@ -1 +0,0 @@ > -5 >