On Sat, Nov  1, 2014 at 20:55:49 -0400, Michael Gilbert wrote:

> 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

That fix is wrong, the 'lid' command can't be shipped both by libuser
(in /usr/sbin) and id-utils (in /usr/bin), one of them (or both) needs
to be renamed.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to