Your message dated Mon, 06 Nov 2006 13:04:34 +0100
with message-id <[EMAIL PROTECTED]>
and subject line bug fixed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libnotify-dev
Version: 0.3.2-3
Severity: minor
Tags: patch
Libnotify's standard pkgconfig file contains hard dependancies on
various libraries in it's 'Libs' and 'Cflags' section, rather than the cleaner
option of adding the various packages into 'Requires', and only requiring
libnotify's own libraries/include flags in Libs and Cflags. I've
attached an improved version of libnotify.pc.in , along with a minor patch to
configure.ac in order to correctly enable auto-adding of new
dependancies with this improved pc.in.
-- System Information:
Debian Release: testing/unstable
APT prefers stable
APT policy: (990, 'stable'), (103, 'testing'), (102, 'unstable'), (99,
'experimental'), (97, 'dapper')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages libnotify-dev depends on:
ii libnotify1 0.3.2-3 sends desktop notifications to a n
libnotify-dev recommends no packages.
-- no debconf information
--- configure.ac.old 2006-04-10 18:39:00.000000000 +0200
+++ configure.ac 2006-04-10 18:39:12.000000000 +0200
@@ -90,7 +90,8 @@
AC_CHECK_LIB([popt], [poptGetArg], , AC_MSG_ERROR([Popt is required]))
REQ_DBUS_VERSION=0.36
-pkg_modules="gtk+-2.0 >= 2.2.2 glib-2.0 >= 2.2.2, dbus-1 >= $REQ_DBUS_VERSION,
dbus-glib-1 >= $REQ_DBUS_VERSION"
+pkg_modules="gtk+-2.0 >= 2.2.2, glib-2.0 >= 2.2.2, dbus-1 >=
$REQ_DBUS_VERSION, dbus-glib-1 >= $REQ_DBUS_VERSION"
+AC_SUBST(pkg_modules)
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
Name: libnotify
Description: Notifications Library
Version: @VERSION@
Requires: @pkg_modules@
Libs: -L${libdir} -lnotify
Cflags: -I${includedir}
--- End Message ---
--- Begin Message ---
Version: 0.4.2-1+b1
Bug is fixed in 0.4.2-1+b1, and probably some point before that.
Tom Parker
--
[EMAIL PROTECTED] - http://tevp.net
Illegitimus non carborundum
--- End Message ---