Package: workrave Version: 1.9.1-1 Severity: normal Tags: patch User: [email protected] Usertags: oldlibs libgnomeui
Hi, workrave build depends on libgnomeuimm-2.6-dev, but it doesn't use it. It only needs libgnomeui (the C library, not the C++ one). We want to remove libgnome from the archive, and removing libgnomeuimm is a first step, so please fix this bug by removing the libgnomeuimm-2.6-dev dependency and adding the necessary ones. I've found this patch to fix it for me (the new build dependencies are needed, but workrave was relying on them getting installed indirectly by libgnomeuimm-2.6-dev). Emilio diff -u workrave-1.9.1/debian/control workrave-1.9.1/debian/control --- workrave-1.9.1/debian/control +++ workrave-1.9.1/debian/control @@ -2,7 +2,7 @@ Section: gnome Priority: extra Maintainer: Francois Marier <[email protected]> -Build-Depends: debhelper (>= 7), libgnet-dev, libgnomeuimm-2.6-dev, libpanel-applet2-dev, libxi-dev, libxmu-dev, libxtst-dev, autotools-dev, libxml-parser-perl, libdbus-glib-1-dev, libgdome2-dev, libgstreamer0.10-dev, intltool, python-cheetah +Build-Depends: debhelper (>= 7), libgnet-dev, libgnomeui-dev, libpanel-applet2-dev, libxi-dev, libxmu-dev, libxtst-dev, autotools-dev, libxml-parser-perl, libdbus-glib-1-dev, libgdome2-dev, libgstreamer0.10-dev, intltool, python-cheetah, libgtkmm-2.4-dev, libglibmm-2.4-dev, libsigc++-2.0-dev Standards-Version: 3.8.3 Homepage: http://www.workrave.org/ Vcs-git: git://git.debian.org/git/collab-maint/workrave.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

