Package: gabber2
Severity: important
Tags: patch
Hi,
While investigating the usefulness of older Gtk/Gnome/Gconf/Glade
bindings, it seemed gabber2 is one of the last packages using them.
However, the upstream tarball seems to indicate support (and
preference) for newer C++ bindings, in configure.ac:
## Check modules
PKG_CHECK_MODULES([DEPS], gtkmm-2.4 gconfmm-2.6 libglademm-2.4, [],
[PKG_CHECK_MODULES([DEPS],
gtkmm-2.0 gconfmm-2.0 libglademm-2.0, [
AC_DEFINE([OLD_GTKMM],,"Old gtkmm")
AC_DEFINE([OLD_SIGC],,"Old sigc++")
])
])
Attached is a patch changing your build-dep. It doesn't make the
gabber2 package more or less buildable than it is right now (given the
state of the C++ transition).
I suppose you'll need to version the added build-dependencies once the
C++ transition is over for the packages:
libgtkmm-2.4-dev libgconfmm-2.6-dev libglademm-2.4-dev
I would appreciate if you could confirm it is ok for you to switch to
the newer build-deps so that we can prepare the removal of the older
C++ bindings.
Bye,
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
--
Loïc Minier <[EMAIL PROTECTED]>
Come, your destiny awaits!
diff -urN gabber2-1.9.4+cvs20040709/debian/control
gabber2-1.9.4+cvs20040709.new/debian/control
--- gabber2-1.9.4+cvs20040709/debian/control 2005-08-12 13:21:36.000000000
+0200
+++ gabber2-1.9.4+cvs20040709.new/debian/control 2005-08-12
13:17:34.000000000 +0200
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: Goedson Teixeira Paixao <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.2.16), libgtkmm2.0-dev (>= 2.2), dpatch,
autotools-dev, libjabberoo-dev (>= 1.9.4+cvs20040709-3), libglademm2.0-dev,
libgconfmm2.0-dev, cdbs, libgtkspell-dev, libxml-parser-perl, libgnutls11-dev
+Build-Depends: debhelper (>= 4.2.16), libgtkmm-2.4-dev, dpatch, autotools-dev,
libjabberoo-dev (>= 1.9.4+cvs20040709-3), libglademm-2.4-dev,
libgconfmm-2.6-dev, cdbs, libgtkspell-dev, libxml-parser-perl, libgnutls11-dev
Build-Conflicts: libgconfmm-2.6-dev, libgtkmm-2.4-dev, libglademm-2.4-dev,
libsigc++-2.0-dev
Standards-Version: 3.6.1