Bug#812586: init-system-helpers: rebuilding the package with binary/clean/binary fails

2016-01-25 Thread Michael Prokop
* Martin Pitt [Mon Jan 25, 2016 at 12:54:46PM +0100]: > Michael Prokop [2016-01-25 12:04 +0100]: > > +override_dh_auto_clean: > > + dh_auto_clean > > + rm -f script/*.1p > > + > Thanks for the patch! > However, the dh_auto_clean manpage suggests to not overwrite it. > Should we rather let

Bug#812586: init-system-helpers: rebuilding the package with binary/clean/binary fails

2016-01-25 Thread Michael Prokop
Package: init-system-helpers Version: 1.26 Severity: normal When running "debian/rules build && debian/rules clean && debian/rules build" this fails with: | pod2man: unable to format script/deb-systemd-helper.1p | pod2man: unable to format script/deb-systemd-invoke.1p | pod2man: unable to format

Bug#812586: init-system-helpers: rebuilding the package with binary/clean/binary fails

2016-01-25 Thread Michael Prokop
* Michael Prokop [Mon Jan 25, 2016 at 11:56:30AM +0100]: > When running "debian/rules build && debian/rules clean && debian/rules build" > this fails with: > | pod2man: unable to format script/deb-systemd-helper.1p > | pod2man: unable to format script/deb-systemd-invoke.1p > | pod2man: unable to

Bug#812586: init-system-helpers: rebuilding the package with binary/clean/binary fails

2016-01-25 Thread Martin Pitt
Hello Michael, Michael Prokop [2016-01-25 12:04 +0100]: > +override_dh_auto_clean: > + dh_auto_clean > + rm -f script/*.1p > + Thanks for the patch! However, the dh_auto_clean manpage suggests to not overwrite it. Should we rather let dh_clean take care of this and add "script/*1.p" to