On 04/09/10 13:42, raboof-gu...@users.alioth.debian.org wrote:
> The following commit has been merged in the master branch:
> commit 30a6dbd2614402a08f292ff036c94ac94c2ed71a
> Author: Arnout <arnou...@bzzt.net>
> Date:   Sat Sep 4 19:41:34 2010 +0200
> 
>     Add '*' to also match /usr/lib64/....so for 64-bit builds
> 
> diff --git a/debian/libdrumstick-dev.install b/debian/libdrumstick-dev.install
> index 5774e64..5b77faa 100644
> --- a/debian/libdrumstick-dev.install
> +++ b/debian/libdrumstick-dev.install
> @@ -1,3 +1,3 @@
>  usr/include/*
> -usr/lib/lib*.so
> -usr/lib/pkgconfig/*
> +usr/lib*/lib*.so
> +usr/lib*/pkgconfig/*
> diff --git a/debian/libdrumstick0.install b/debian/libdrumstick0.install
> index d0dbfd1..4f3abe9 100644
> --- a/debian/libdrumstick0.install
> +++ b/debian/libdrumstick0.install
> @@ -1 +1 @@
> -usr/lib/lib*.so.*
> +usr/lib*/lib*.so.*


Debian packages must not install stuff under lib64. That is one of the
few differences between debian and the FHS.


-- 
Saludos,
Felipe Sateler

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to