Hi,
On Wed, Jul 31, 2013 at 09:52:44PM +0200, Petr Salinger wrote:
> Hi.
> 
> Please move fixup just before dh_install.

This is already fixed in git since quiet some time.

> With this change, it seems to build fine now,
> as #715320 is fixed.

We've also fixed this in libvirt upstream.

> BTW, why is not
> "WITH_POLKIT         = --with-polkit" everywhere ?

Since it wasn't available on all archs when it was introduced in
libvirt.
Cheers,
 -- Guido

> 
> 
> Petr
> 
> 
> --- debian/rules
> +++ debian/rules
> @@ -115,6 +115,11 @@
>           dh_auto_test -O--builddirectory=$(DEB_BUILDDIR)
> 
>  override_dh_install:
> +       # Add empty dirs so dh_install doesn't fail on kFreebsd until we have
> +       # Polkit/Systemd support
> +       mkdir -p debian/tmp/usr/share/polkit-1 \
> +                debian/tmp/lib/systemd/system \
> +                debian/tmp/usr/share/systemtap
>         dh_install
>         # Copy upstream files to debian/ so dh_* can find them
>         cp debian/tmp/usr/lib/libvirt/libvirt-guests.sh \
> @@ -154,11 +159,6 @@
>  override_dh_auto_build:
>         dh_auto_build -a -i
>         DEB_BUILDDIR=$(DEB_BUILDDIR) make -f debian/python.mk build
> -       # Add empty dirs so dh_install doesn't fail on kFreebsd until we have
> -       # Polkit/Systemd support
> -       mkdir -p debian/tmp/usr/share/polkit-1 \
> -                debian/tmp/lib/systemd/system \
> -                debian/tmp/usr/share/systemtap
> 
>  override_dh_auto_clean:
>         [ ! -f Makefile ] || dh_auto_clean
> 
> _______________________________________________
> Pkg-libvirt-maintainers mailing list
> pkg-libvirt-maintain...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-libvirt-maintainers
> 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to