❦ 27 octobre 2013 13:42 CET, César Fernández <darkschneider256@gmail.com> :
> I've changed this line in 'debian/rules':
>
> confflags-dri = \
> [...]
> --enable-xvmc --enable-vdpau \ # --disable-xvmc
> --disable-vdpau \
> [...]
>
> But when the package is being built multiple messages like this appears:
>
> [...]
> dh_install: dri/usr/lib/x86_64-linux-gnu/libXvMCr600.so.1.0.0 exists in
> debian/tmp but is not installed to anywhere
> dh_install: dri/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so exists
> in debian/tmp but is not installed to anywhere
> [...]
Those are lines from dh_install with `--fail-missing` option.
> I've been working with debian for a long time now, recompiling packages
> indeed, but i haven't changed substantially none of them and obviously i'm
> missing something. I think i need to include some '*.install' file but i
> don't know how.
Indeed. Choose a package where the file should be and mention the file
in its install file. You can look at `dh_install` manpage. You can also
create a package just for those files. You declare the package in
debian/control and create an appropriate install file to put files in
them.
There are other people interested in this:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656719
The patch has not been updated for mesa 9.2. It should be smaller as no
additional patch is needed.
--
Use recursive procedures for recursively-defined data structures.
- The Elements of Programming Style (Kernighan & Plauger)
Attachment:
signature.asc
Description: PGP signature