On Sun, Apr 13, 2008 at 00:19:44 +0000, Julien Cristau wrote: > commit b151ec7d6d05b508f541f747d3e5bbc60b61eab2 > Author: Julien Cristau <[EMAIL PROTECTED]> > Date: Sun Apr 13 02:09:44 2008 +0200 > > Run dpkg-shlibdeps with --warnings=6 > > Drivers reference symbols from /usr/bin/Xorg and other modules, and > that's not a bug, so we want dpkg-shlibdeps to shut up about symbols it > can't find. >
The below change should probably be applied to all drivers, at least if I'm not the only one annoyed by the gazillions of warnings dpkg-shlibdeps spits out on each driver build. The --warnings option was added in dpkg-dev 1.14.17. > diff --git a/debian/changelog b/debian/changelog > index 9500ad5..09390a7 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -5,6 +5,9 @@ xserver-xorg-video-intel (2:2.2.1-2) UNRELEASED; urgency=low > * Only build on x86, this package doesn't make sense anywhere else. > * The Vcs-* fields are now recognized by dpkg, so drop the XS- prefix. > * configure: check for pciaccess 0.10 instead of 0.10.0 (closes: #470266). > + * Run dpkg-shlibdeps with --warnings=6. Drivers reference symbols from > + /usr/bin/Xorg and other modules, and that's not a bug, so we want > + dpkg-shlibdeps to shut up about symbols it can't find. > > -- Julien Cristau <[EMAIL PROTECTED]> Sun, 24 Feb 2008 10:29:49 +0100 > > diff --git a/debian/rules b/debian/rules > index 3ffd87f..fdaddeb 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -82,7 +82,7 @@ binary-arch: build install serverabi > dh_compress > dh_fixperms > dh_makeshlibs > - dh_shlibdeps > + dh_shlibdeps -- --warnings=6 > dh_installdeb > dh_gencontrol > dh_md5sums > Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

