Package: patchage Version: 0.2.3 Severity: important Tags: patch patchage build-depends on libgtkmm2.0-dev, but actually needs libgtkmm2.4-dev instead:
configure.ac:PKG_CHECK_MODULES(GTKMM, gtkmm-2.4) The other build-depends pull in libgtkmm2.4-dev, so it doesn't break building yet. However, gtkmm-2.0 is planned to be removed from the archive. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.20.4 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
diff -ur orig/patchage-0.2.3/debian/control patchage-0.2.3/debian/control --- orig/patchage-0.2.3/debian/control 2007-06-30 21:56:04.000000000 +0300 +++ patchage-0.2.3/debian/control 2007-06-29 20:58:55.000000000 +0300 @@ -2,7 +2,7 @@ Section: sound Priority: optional Maintainer: Paul Brossier <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), docbook-to-man, autotools-dev, libjack-dev, libgtkmm2.0-dev, libgnomecanvasmm-2.6-dev, libglademm-2.4-dev, libasound2-dev +Build-Depends: debhelper (>= 4.0.0), docbook-to-man, autotools-dev, libjack-dev, libgtkmm-2.4-dev, libgnomecanvasmm-2.6-dev, libglademm-2.4-dev, libasound2-dev Standards-Version: 3.6.2 Package: patchage