Package: kdegrahpics Version: 4:3.5.8-1 Severity: normal Tags: patch Hi,
kdegraphics isn't binNMU safe due to usage of source:Version instead of binary:Version for arch:any packages. Attched is a patch with a fix. You can refer to http://lintian.debian.org/reports/Tnot-binnmuable-any-depends-any.html for more detailes. Thanks -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- /tmp/control 2007-10-27 15:46:10.000000000 +0200 +++ debian/control 2007-10-27 15:53:19.000000000 +0200 @@ -65,7 +65,7 @@ Package: kdegraphics-dev Section: devel Architecture: any -Depends: kghostview (= ${source:Version}), kmrml (= ${source:Version}), kpovmodeler (= ${source:Version}), ksvg (= ${source:Version}), kuickshow (= ${source:Version}), kview (= ${source:Version}), kviewshell (= ${source:Version}), kdelibs4-dev (>= 4:3.5.8) +Depends: kghostview (= ${binary:Version}), kmrml (= ${binary:Version}), kpovmodeler (= ${binary:Version}), ksvg (= ${binary:Version}), kuickshow (= ${binary:Version}), kview (= ${binary:Version}), kviewshell (= ${binary:Version}), kdelibs4-dev (>= 4:3.5.8) Description: development files for the KDE graphics module This package contains headers and other development files for the KDE graphics module. @@ -229,7 +229,7 @@ Section: graphics Architecture: any Depends: ${shlibs:Depends} -Recommends: kghostview (= ${source:Version}) +Recommends: kghostview (= ${binary:Version}) Suggests: khelpcenter Provides: pdf-viewer Description: PDF viewer for KDE @@ -349,7 +349,7 @@ Package: libkscan-dev Section: libdevel Architecture: any -Depends: libkscan1 (= ${source:Version}), kdelibs4-dev (>= 4:3.5.8) +Depends: libkscan1 (= ${binary:Version}), kdelibs4-dev (>= 4:3.5.8) Description: development files for the KDE scanner library This package contains development files for KDE's scanner library. . @@ -372,7 +372,7 @@ Section: libdevel Architecture: any Priority: extra -Depends: kdelibs-dbg, libkscan1 (= ${source:Version}) +Depends: kdelibs-dbg, libkscan1 (= ${binary:Version}) Description: debugging symbols for kdegraphics This package contains the debugging symbols associated with kdegraphics. They will automatically be used by gdb for debugging kdegraphics-related