control: tag -1 patch, pending Hi, I've uploaded an nmu fixing this issue to delayed/5. Please let me know if I should delay longer.
Best wishes, Mike
diff -Nru libuser-0.60~dfsg/debian/changelog libuser-0.60~dfsg/debian/changelog --- libuser-0.60~dfsg/debian/changelog 2014-05-19 15:52:26.000000000 +0000 +++ libuser-0.60~dfsg/debian/changelog 2014-11-02 00:33:10.000000000 +0000 @@ -1,3 +1,10 @@ +libuser (1:0.60~dfsg-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Install manpages to section 8 instead of 1 again (closes: #748728). + + -- Michael Gilbert <mgilb...@debian.org> Sun, 02 Nov 2014 00:32:24 +0000 + libuser (1:0.60~dfsg-1) unstable; urgency=low * complete repackaging (Closes: #670663). diff -Nru libuser-0.60~dfsg/debian/rules libuser-0.60~dfsg/debian/rules --- libuser-0.60~dfsg/debian/rules 2014-05-19 14:03:29.000000000 +0000 +++ libuser-0.60~dfsg/debian/rules 2014-11-02 00:51:55.000000000 +0000 @@ -20,3 +20,10 @@ override_dh_auto_install: dh_auto_install rm -f $(CURDIR)/debian/tmp/pyshared/libusermodule.la + mkdir $(CURDIR)/debian/tmp/usr/share/man/man8 + for n in $$(ls debian/tmp/usr/sbin); do \ + mv $(CURDIR)/debian/tmp/usr/share/man/man1/$$n.1 \ + $(CURDIR)/debian/tmp/usr/share/man/man8/$$n.8; \ + sed -i "s/^\.TH $$n 1 /.TH $$n 8 /" \ + $(CURDIR)/debian/tmp/usr/share/man/man8/$$n.8; \ + done