Your message dated Sat, 30 Jul 2005 07:47:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#320520: fixed in gossip 0.8-3
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; 29 Jul 2005 23:32:14 +0000
>From [EMAIL PROTECTED] Fri Jul 29 16:32:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DyeKs-0006GB-00; Fri, 29 Jul 2005 16:32:14 -0700
Received: from localhost.localdomain
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j6TNWDDK062321
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for <[EMAIL PROTECTED]>; Fri, 29 Jul 2005 16:32:13 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
id 1DyWUk-00010R-MA
for [EMAIL PROTECTED]; Fri, 29 Jul 2005 08:09:54 -0700
Date: Fri, 29 Jul 2005 08:09:54 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Couldn't find XScreenSaver extension
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="b5gNqxB1S1yM7hjW"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on
zoot.lafn.org
X-Virus-Status: Clean
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=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--b5gNqxB1S1yM7hjW
Content-Type: multipart/mixed; boundary="G4iJoqBmSsgzjUCe"
Content-Disposition: inline
--G4iJoqBmSsgzjUCe
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: gossip
Version: 0.8-2
Severity: serious
Tags: patch
gossip fails to build because it cannot find the XScreenSaver
extension:
> checking for XScreenSaverRegister in -lXss... no
> configure: error: Couldn't find XScreenSaver extension.
There are actually two problems: it doesn't build-depend on libxss-dev
which provides this extension and the test for the scrnsaver.h header
file has the success and failure cases switched. The attached patch
fixes both of these problems.
--=20
Matt
--G4iJoqBmSsgzjUCe
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable
diff -u gossip-0.8/debian/control gossip-0.8/debian/control
--- gossip-0.8/debian/control
+++ gossip-0.8/debian/control
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: Ross Burton <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>=3D 4.1.0), cdbs, gnome-pkg-tools, libxml-parse=
r-perl, libloudmouth1-dev (>=3D 0.17-1), libgnomeui-dev (>=3D 2.6.1.1-4), l=
ibgtk2.0-dev (>=3D 2.4), libglade2-dev, libgnomevfs2-0 (>=3D 2.8.4-2), libx=
slt1-dev, xlibs-static-dev, libxt-dev
+Build-Depends: debhelper (>=3D 4.1.0), cdbs, gnome-pkg-tools, libxml-parse=
r-perl, libloudmouth1-dev (>=3D 0.17-1), libgnomeui-dev (>=3D 2.6.1.1-4), l=
ibgtk2.0-dev (>=3D 2.4), libglade2-dev, libgnomevfs2-0 (>=3D 2.8.4-2), libx=
slt1-dev, xlibs-static-dev, libxt-dev, libxss-dev, autoconf
Uploaders: Debian GNOME Maintainers <[EMAIL PROTECTED]
bian.org>, Akira TAGOH <[EMAIL PROTECTED]>, Andreas Rottmann <[EMAIL PROTECTED]
rg>, Andrew Lau <[EMAIL PROTECTED]>, Carlos Perell=C3=B3 Mar=
=C3=ADn <[EMAIL PROTECTED]>, Ed Boraas <[EMAIL PROTECTED]>, Edd Dumbill <[EMAIL
PROTECTED]
bian.org>, Emil Soleyman-Zomalan <[EMAIL PROTECTED]>, Gustavo Noronha Silva <=
[EMAIL PROTECTED]>, J.H.M. Dassen (Ray) <[EMAIL PROTECTED]>, Joe Drew <[EMAIL
PROTECTED]
ebian.org>, Johannes Rohr <[EMAIL PROTECTED]>, Jordi Mallach <[EMAIL PROTECTED]
=2Eorg>, Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>, Josselin Mouette <joss=
@debian.org>, Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>, Ond=C5=99ej Sur=C3=BD=
<[EMAIL PROTECTED]>, Rob Bradford <[EMAIL PROTECTED]>, Robert McQueen <=
[EMAIL PROTECTED]>, Sebastien Bacher <[EMAIL PROTECTED]>, Sjoerd Simons <=
[EMAIL PROTECTED]>, Takuo KITAME <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
=20
diff -u gossip-0.8/debian/control.in gossip-0.8/debian/control.in
--- gossip-0.8/debian/control.in
+++ gossip-0.8/debian/control.in
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: Ross Burton <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>=3D 4.1.0), cdbs, gnome-pkg-tools, libxml-parse=
r-perl, libloudmouth1-dev (>=3D 0.17-1), libgnomeui-dev (>=3D 2.6.1.1-4), l=
ibgtk2.0-dev (>=3D 2.4), libglade2-dev, libgnomevfs2-0 (>=3D 2.8.4-2), libx=
slt1-dev, xlibs-static-dev, libxt-dev
+Build-Depends: debhelper (>=3D 4.1.0), cdbs, gnome-pkg-tools, libxml-parse=
r-perl, libloudmouth1-dev (>=3D 0.17-1), libgnomeui-dev (>=3D 2.6.1.1-4), l=
ibgtk2.0-dev (>=3D 2.4), libglade2-dev, libgnomevfs2-0 (>=3D 2.8.4-2), libx=
slt1-dev, xlibs-static-dev, libxt-dev, libxss-dev, autoconf
Uploaders: @GNOME_TEAM@
Standards-Version: 3.6.1
=20
diff -u gossip-0.8/debian/rules gossip-0.8/debian/rules
--- gossip-0.8/debian/rules
+++ gossip-0.8/debian/rules
@@ -9,0 +10 @@
+DEB_AUTO_UPDATE_AUTOCONF :=3D yes
only in patch2:
unchanged:
--- gossip-0.8.orig/configure.in
+++ gossip-0.8/configure.in
@@ -114,9 +114,9 @@
if test \! "$XSS_LIBS" =3D "no"; then
AC_TRY_COMPILE([
#include <X11/extensions/scrnsaver.h>
- ],[],[enable_xss=3Dno],[
+ ],[],[
AC_DEFINE(USE_SCREENSAVER, 1, [Define if we're using
XScreenSaver.])
- ])
+ ],[enable_xss=3Dno])
else
XSS_LIBS=3D""
enable_xss=3Dno
--G4iJoqBmSsgzjUCe--
--b5gNqxB1S1yM7hjW
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC6kbBfNdgYxVXvBARAjsYAKCterURdPm6BoQNJfMQCv3/ggF1+QCeLy6x
bAgEO9Djrc+yB2O9m3MpHCI=
=8Af0
-----END PGP SIGNATURE-----
--b5gNqxB1S1yM7hjW--
---------------------------------------
Received: (at 320520-close) by bugs.debian.org; 30 Jul 2005 14:58:00 +0000
>From [EMAIL PROTECTED] Sat Jul 30 07:58:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1DyscH-0005nn-00; Sat, 30 Jul 2005 07:47:09 -0700
From: Ross Burton <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#320520: fixed in gossip 0.8-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 30 Jul 2005 07:47:09 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: gossip
Source-Version: 0.8-3
We believe that the bug you reported is fixed in the latest version of
gossip, which is due to be installed in the Debian FTP archive:
gossip_0.8-3.diff.gz
to pool/main/g/gossip/gossip_0.8-3.diff.gz
gossip_0.8-3.dsc
to pool/main/g/gossip/gossip_0.8-3.dsc
gossip_0.8-3_i386.deb
to pool/main/g/gossip/gossip_0.8-3_i386.deb
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.
Ross Burton <[EMAIL PROTECTED]> (supplier of updated gossip 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: Sat, 30 Jul 2005 13:31:33 +0100
Source: gossip
Binary: gossip
Architecture: source i386
Version: 0.8-3
Distribution: unstable
Urgency: low
Maintainer: Ross Burton <[EMAIL PROTECTED]>
Changed-By: Ross Burton <[EMAIL PROTECTED]>
Description:
gossip - friendly Jabber client for GNOME
Closes: 320520
Changes:
gossip (0.8-3) unstable; urgency=low
.
[ Josselin Mouette ]
* Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely.
.
[ Ross Burton]
* Improve watch file.
* Build-dep on libxss-dev instead of xlibs-static-dev (closes: #320520)
* Fix screensaver check with Xorg
Files:
ef28a8577ece5c392504571c0d16c148 1702 gnome optional gossip_0.8-3.dsc
2bdd3c71a3302011d6f164f8eeab13ee 4231 gnome optional gossip_0.8-3.diff.gz
54081c7c83d8fa3ce288dd164c44469b 629654 gnome optional gossip_0.8-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFC64dHLQnkR9C0M98RAr0tAKCa2H5AgSiMROWpLg1Oaj2KGODUhQCgn/4T
HZzPU7d5SrcJqaiLxvR3Igk=
=NqzF
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]