Your message dated Tue, 31 Jan 2006 11:44:15 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#348799: fixed in libnotify 0.3.2-1 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 19 Jan 2006 00:27:38 +0000 >From [EMAIL PROTECTED] Wed Jan 18 16:27:38 2006 Return-path: <[EMAIL PROTECTED]> Received: from maildcarg8.dc-host.net.ar ([200.55.6.138]) by spohr.debian.org with esmtp (Exim 4.50) id 1EzNeL-0005O1-Va for [EMAIL PROTECTED]; Wed, 18 Jan 2006 16:27:38 -0800 Received: from maildcarg4.dc-host.net.ar ([200.55.6.135]) by maildcarg8.dc-host.net.ar (Sun Java System Messaging Server 6.2 (built Dec 2 2004)) with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Wed, 18 Jan 2006 21:37:13 -0300 (ART) Received: from freak.amadeus ([200.115.206.87]) by maildcarg4.dc-host.net.ar (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Wed, 18 Jan 2006 21:25:51 -0300 (ART) Received: from localhost.localdomain (ulises.amadeus [192.168.21.15]) by freak.amadeus (Postfix) with ESMTP id EE7DF983B; Wed, 18 Jan 2006 21:27:04 -0300 (ART) Received: from des by localhost.localdomain with local (Exim 4.54) id 1EzNdo-0001Nm-BK; Wed, 18 Jan 2006 21:27:04 -0300 Date: Wed, 18 Jan 2006 21:27:04 -0300 From: Damian Viano <[EMAIL PROTECTED]> Subject: libnotify-dev: config.h should be included conditionally on distributed header files To: Debian Bug Tracking System <[EMAIL PROTECTED]> Message-id: <[EMAIL PROTECTED]> MIME-version: 1.0 X-Mailer: reportbug 3.17 Content-type: multipart/mixed; boundary="Boundary_(ID_oscDMApe5rmKc8g3Tesr0w)" X-Debbugs-Cc: Christian Hammond <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-10.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_SORBS,X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02 This is a multi-part MIME message sent by reportbug. --Boundary_(ID_oscDMApe5rmKc8g3Tesr0w) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline Package: libnotify-dev Version: 0.3.0-1 Severity: grave Tags: upstream patch Justification: renders package unusable Trying to compile something with libnotify will result in the following error: In file included from /usr/include/libnotify/notify.h:33: /usr/include/libnotify/notifynotification.h:21:20: error: config.h: No such file or directory After chasing this a bit I've found that notifynotification.h should include config.h conditionally, patch attached. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=es_AR, LC_CTYPE=es_AR (charmap=ISO-8859-1) Versions of packages libnotify-dev depends on: ii libnotify0 0.3.0-1 sends desktop notifications to a n libnotify-dev recommends no packages. -- no debconf information --Boundary_(ID_oscDMApe5rmKc8g3Tesr0w) MIME-version: 1.0 Content-type: text/x-c; NAME=conditional_config_h.diff; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=conditional_config_h.diff --- libnotify/notifynotification.h +++ libnotify/notifynotification.h @@ -18,7 +18,9 @@ #ifndef NOTIFY_NOTIFICATION_H #define NOTIFY_NOTIFICATION_H +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <glib.h> #include <glib-object.h> --Boundary_(ID_oscDMApe5rmKc8g3Tesr0w)-- --------------------------------------- Received: (at 348799-close) by bugs.debian.org; 31 Jan 2006 19:53:16 +0000 >From [EMAIL PROTECTED] Tue Jan 31 11:53:15 2006 Return-path: <[EMAIL PROTECTED]> Received: from joerg by spohr.debian.org with local (Exim 4.50) id 1F41QF-0001HQ-Mz; Tue, 31 Jan 2006 11:44:15 -0800 From: Gustavo Noronha Silva <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.31 $ Subject: Bug#348799: fixed in libnotify 0.3.2-1 Message-Id: <[EMAIL PROTECTED]> Sender: Joerg Jaspert <[EMAIL PROTECTED]> Date: Tue, 31 Jan 2006 11:44:15 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: libnotify Source-Version: 0.3.2-1 We believe that the bug you reported is fixed in the latest version of libnotify, which is due to be installed in the Debian FTP archive: libnotify-bin_0.3.2-1_i386.deb to pool/main/libn/libnotify/libnotify-bin_0.3.2-1_i386.deb libnotify-dev_0.3.2-1_i386.deb to pool/main/libn/libnotify/libnotify-dev_0.3.2-1_i386.deb libnotify1_0.3.2-1_i386.deb to pool/main/libn/libnotify/libnotify1_0.3.2-1_i386.deb libnotify_0.3.2-1.diff.gz to pool/main/libn/libnotify/libnotify_0.3.2-1.diff.gz libnotify_0.3.2-1.dsc to pool/main/libn/libnotify/libnotify_0.3.2-1.dsc libnotify_0.3.2.orig.tar.gz to pool/main/libn/libnotify/libnotify_0.3.2.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Gustavo Noronha Silva <[EMAIL PROTECTED]> (supplier of updated libnotify package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 29 Jan 2006 09:08:10 -0200 Source: libnotify Binary: libnotify1 libnotify-dev libnotify-bin Architecture: source i386 Version: 0.3.2-1 Distribution: unstable Urgency: low Maintainer: Andre Filipe de Assuncao e Brito <[EMAIL PROTECTED]> Changed-By: Gustavo Noronha Silva <[EMAIL PROTECTED]> Description: libnotify-bin - sends desktop notifications to a notification daemon libnotify-dev - sends desktop notifications to a notification daemon libnotify1 - sends desktop notifications to a notification daemon Closes: 343437 348799 Changes: libnotify (0.3.2-1) unstable; urgency=low . Riccardo Setti (giskard): * New upstream (closes: #343437) * notifynotification.h doesn't exist anymore and config.h is defined in an if condition (closes: #348799) * removed eary_init.diff patch because the problem was corrected by upstream in the new tarball. . Gustavo Noronha (kov): * Renamed library package to libnotify1 to match soname change Files: f198884315383550ea9c8864ee6658a8 1771 libs optional libnotify_0.3.2-1.dsc 12bcb4949e4be783a2db388e9155afac 337224 libs optional libnotify_0.3.2.orig.tar.gz 847ac17719f44552ff7e5268130e0f8f 3731 libs optional libnotify_0.3.2-1.diff.gz cced405261f05f4699eb2fc99b35ff02 20876 libdevel optional libnotify-dev_0.3.2-1_i386.deb 5eac914f1fcd84e77d5de5df2adccee8 19038 libs optional libnotify1_0.3.2-1_i386.deb 134f72d630d4c91974944e5471de1cde 13048 utils optional libnotify-bin_0.3.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD3K7zt1anjIgqbEsRAmkPAJ9IWxQg1W3DDEQMHvAdcx+BzvGLqgCfdkI7 QB5oSeMIY97y1H8JRImf0qw= =PNnv -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]