Index: debian/nvidia-glx.lintian-overrides =================================================================== --- debian/nvidia-glx.lintian-overrides (.../anbe-242-module-object-select-patch) (revision 2007) +++ debian/nvidia-glx.lintian-overrides (.../anbe-244-lintian-cleanup) (revision 2007) @@ -6,13 +6,19 @@ nvidia-glx: shlib-without-PT_GNU_STACK-section nvidia-glx: spelling-error-in-binary +# Not all overrides are relevant for both i386 and amd64. +nvidia-glx: unused-override shlib-with* + # We divert a bunch of files not provided by this package to ensure that # programs don't pick up the wrong libGL by mistake. nvidia-glx: diversion-for-unknown-file -# The diversions are placed there. +# The diversions are placed here. nvidia-glx: package-contains-empty-directory usr/lib/nvidia/ # Packages built against the NVIDIA libGL should declare dependencies on # the free version for Debian's purposes. nvidia-glx: shlibs-declares-dependency-on-other-package libgl1-mesa-glx | libgl1 + +# The file name was upstream's choice. +nvidia-glx: script-with-language-extension usr/bin/nvidia-bug-report.sh Index: debian/nvidia-libvdpau1-ia32.lintian-overrides =================================================================== --- debian/nvidia-libvdpau1-ia32.lintian-overrides (.../anbe-242-module-object-select-patch) (revision 2007) +++ debian/nvidia-libvdpau1-ia32.lintian-overrides (.../anbe-244-lintian-cleanup) (revision 2007) @@ -1,3 +1,6 @@ # The NVIDIA license does not allow any form of modification. nvidia-libvdpau1-ia32: binary-has-unneeded-section nvidia-libvdpau1-ia32: shlib-without-PT_GNU_STACK-section + +# A single symbolic link does not justify the creation of a new package. +nvidia-libvdpau1-ia32: non-dev-pkg-with-shlib-symlink Index: debian/nvidia-glx-ia32.lintian-overrides =================================================================== --- debian/nvidia-glx-ia32.lintian-overrides (.../anbe-242-module-object-select-patch) (revision 2007) +++ debian/nvidia-glx-ia32.lintian-overrides (.../anbe-244-lintian-cleanup) (revision 2007) @@ -1,9 +1,20 @@ -# The diversions are placed here. -nvidia-glx-ia32: package-contains-empty-directory usr/lib32/nvidia/ - # The NVIDIA license does not allow any form of modification. nvidia-glx-ia32: binary-has-unneeded-section nvidia-glx-ia32: shared-lib-without-dependency-information nvidia-glx-ia32: shlib-with-non-pic-code nvidia-glx-ia32: shlib-without-PT_GNU_STACK-section nvidia-glx-ia32: spelling-error-in-binary + +# We divert a bunch of files not provided by this package to ensure that +# programs don't pick up the wrong libGL by mistake. +nvidia-glx-ia32: diversion-for-unknown-file + +# The diversions are placed here. +nvidia-glx-ia32: package-contains-empty-directory usr/lib32/nvidia/ + +# Packages built against the NVIDIA libGL should declare dependencies on +# the free version for Debian's purposes. +nvidia-glx-ia32: shlibs-declares-dependency-on-other-package ia32-libs* + +# A single symbolic link does not justify the creation of a new package. +nvidia-glx-ia32: non-dev-pkg-with-shlib-symlink Index: debian/changelog =================================================================== --- debian/changelog (.../anbe-242-module-object-select-patch) (revision 2007) +++ debian/changelog (.../anbe-244-lintian-cleanup) (revision 2007) @@ -78,6 +78,7 @@ * debian/rules: switch to dh with a few overrides * debian.binary/patches/select-nv-kernel.o.ARCH.patch: add new patch instead of editing files with sed when creating the tarball + * update lintian overrides -- Andreas Beckmann Sun, 11 Apr 2010 12:23:16 +0200