Control: tags 848066 + pending Control: tags 849357 + pending Control: tags 856322 + pending
Dear maintainer, I've prepared an NMU for kernel-package (versioned as 13.018+nmu1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru kernel-package-13.018/debian/changelog kernel-package-13.018+nmu1/debian/changelog --- kernel-package-13.018/debian/changelog 2016-02-17 00:35:18.000000000 +0100 +++ kernel-package-13.018+nmu1/debian/changelog 2017-07-16 10:52:57.000000000 +0200 @@ -1,3 +1,12 @@ +kernel-package (13.018+nmu1) unstable; urgency=medium + + [ Tobias Frost ] + * Non-maintainer upload. + * Do not install REPORTING-BUGS when not available (Closes: #848066, + #849357, #856322) + + -- Tobias Frost <t...@debian.org> Sun, 16 Jul 2017 10:52:57 +0200 + kernel-package (13.018) unstable; urgency=low * Remove the configuration files that only appeared in one rleease to diff -Nru kernel-package-13.018/kernel/ruleset/targets/debug.mk kernel-package-13.018+nmu1/kernel/ruleset/targets/debug.mk --- kernel-package-13.018/kernel/ruleset/targets/debug.mk 2016-02-17 00:35:18.000000000 +0100 +++ kernel-package-13.018+nmu1/kernel/ruleset/targets/debug.mk 2017-07-15 22:25:31.000000000 +0200 @@ -53,7 +53,9 @@ $(install_file) debian/stamp/conf/vars $(DOCDIR)/conf.vars $(install_file) CREDITS $(DOCDIR)/ $(install_file) MAINTAINERS $(DOCDIR)/ - $(install_file) REPORTING-BUGS $(DOCDIR)/ + if test -f REPORTING-BUGS ; then \ + $(install_file) REPORTING-BUGS $(DOCDIR)/ ; \ + fi $(install_file) README $(DOCDIR)/ if test -f README.Debian ; then \ $(install_file) README.Debian $(DOCDIR)/README.Debian.1st;\ diff -Nru kernel-package-13.018/kernel/ruleset/targets/headers.mk kernel-package-13.018+nmu1/kernel/ruleset/targets/headers.mk --- kernel-package-13.018/kernel/ruleset/targets/headers.mk 2016-02-17 00:35:18.000000000 +0100 +++ kernel-package-13.018+nmu1/kernel/ruleset/targets/headers.mk 2017-07-15 20:14:13.000000000 +0200 @@ -67,7 +67,9 @@ $(install_file) debian/stamp/conf/vars $(DOCDIR)/conf.vars $(install_file) CREDITS $(DOCDIR)/ $(install_file) MAINTAINERS $(DOCDIR)/ - $(install_file) REPORTING-BUGS $(DOCDIR)/ + if test -f REPORTING-BUGS ; then \ + $(install_file) REPORTING-BUGS $(DOCDIR)/;\ + fi $(install_file) README $(DOCDIR)/ if test -f README.Debian ; then \ $(install_file) README.Debian $(DOCDIR)/README.Debian.1st;\