Control: tags 965463 + patch Control: tags 965463 + pending Dear maintainer,
I've prepared an NMU for cntlm (versioned as 0.92.3-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards, Eriberto diff -u cntlm-0.92.3/debian/changelog cntlm-0.92.3/debian/changelog --- cntlm-0.92.3/debian/changelog +++ cntlm-0.92.3/debian/changelog @@ -1,3 +1,16 @@ +cntlm (0.92.3-1.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. + - debian/rules: using 'dh_prep' instead of 'dh_clean -k' because the + '-k' option is not supported since compat 12. + - Closes: #965463 + + -- Joao Eriberto Mota Filho <eribe...@debian.org> Sun, 17 Apr 2022 15:10:54 -0300 + cntlm (0.92.3-1) unstable; urgency=low * New upstream release. Closes: #652725, #588920. diff -u cntlm-0.92.3/debian/control cntlm-0.92.3/debian/control --- cntlm-0.92.3/debian/control +++ cntlm-0.92.3/debian/control @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: David Watson <dwat...@debian.org> -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper-compat (= 13) Standards-Version: 3.9.3 Vcs-Git: git://planetwatson.co.uk/cntlm Vcs-Browser: http://projects.planetwatson.co.uk/repositories/show/cntlm reverted: --- cntlm-0.92.3/debian/compat +++ cntlm-0.92.3.orig/debian/compat @@ -1 +0,0 @@ -5 diff -u cntlm-0.92.3/debian/rules cntlm-0.92.3/debian/rules --- cntlm-0.92.3/debian/rules +++ cntlm-0.92.3/debian/rules @@ -47,7 +47,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/cntlm.