Your message dated Sat, 04 Feb 2006 04:32:13 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349939: fixed in came 1.9-2
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 ---
>From [EMAIL PROTECTED] Wed Jan 25 16:24:45 2006
Received: (at submit) by bugs.debian.org; 26 Jan 2006 00:24:45 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net ([66.93.39.86] 
helo=tennyson.dodds.net)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F1uwO-00066V-PF
        for [EMAIL PROTECTED]; Wed, 25 Jan 2006 16:24:44 -0800
Received: by tennyson.dodds.net (Postfix, from userid 1000)
        id 1A1C924001; Wed, 25 Jan 2006 16:24:42 -0800 (PST)
Date: Wed, 25 Jan 2006 16:24:42 -0800
From: Steve Langasek <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: came: links to libfreetype6, which is going away
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="qjNfmADvan18RZcF"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


--qjNfmADvan18RZcF
Content-Type: multipart/mixed; boundary="yEPQxsgoJgBvi8ip"
Content-Disposition: inline


--yEPQxsgoJgBvi8ip
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: came
Version: 1.9-1
Severity: grave
Tags: patch

Hi Ben,

The came package currently depends on libfreetype6, but it does not use it.
This dependency is being pulled in via giblib-config --libs, which works as
designed but is *not* a correct tool for getting a list of libs to link
against on a GNU system using dynamic linking.

Attached is a short patch which fixes the came package build to no longer
link against spurious libraries.  This patch changes the binary package
dependencies from this:

 Depends: giblib1 (>> 1.2.4), libc6 (>=3D 2.3.2.ds1-4), libcurl3 (>=3D 7.12=
=2E2-1), libfreetype6 (>=3D 2.1.5-1), libimlib2, libx11-6 | xlibs (>> 4.1.0=
), libxext6 | xlibs (>> 4.1.0), zlib1g (>=3D 1:1.2.1)

to this:

 Depends: giblib1 (>> 1.2.4), libc6 (>=3D 2.3.5-1), libcurl3 (>=3D 7.15.0-1=
), libimlib2

Although libfreetype6 is currently available in unstable, due to bug #314385
it is very likely that this package will have to go through a library
transition in the near future.  Since came doesn't use freetype, I'm filing
this bug at "grave" severity pre-emptively, to encourage you to get your
package free of the transition before it starts.  Please fix this bug at
your earliest convenience.

Thanks,
--=20
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/

--yEPQxsgoJgBvi8ip
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="came-trim-libs.diff"
Content-Transfer-Encoding: quoted-printable

diff -u came-1.9/debian/changelog came-1.9/debian/changelog
--- came-1.9/debian/changelog
+++ came-1.9/debian/changelog
@@ -1,3 +1,11 @@
+came (1.9-1.1) unstable; urgency=3Dlow
+
+  * Non-maintainer upload.
+  * Hard-code -lgiblib -lImlib2 instead of using the output of giblib-conf=
ig,
+    which is incorrect for GNU/* systems using dynamic linking.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Wed, 25 Jan 2006 02:58:32 -0800
+
 came (1.9-1) unstable; urgency=3Dlow
=20
   * New upstream.
only in patch2:
unchanged:
--- came-1.9.orig/Makefile
+++ came-1.9/Makefile
@@ -23,7 +23,7 @@
 all build: $(PROGS)
=20
 camE: $(OBJS)
-       $(CC) $(CFLAGS) -o $@ $(OBJS) `giblib-config --libs` -lcurl
+       $(CC) $(CFLAGS) -o $@ $(OBJS) -lgiblib -lImlib2 -lcurl
=20
 install: all
        $(INSTALL_DIR) $(bindir)

--yEPQxsgoJgBvi8ip--

--qjNfmADvan18RZcF
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)

iD8DBQFD2BbKKN6ufymYLloRAk/6AKDVCXTpcP4UD89Ogc3rcRSOw9mKEwCdHILA
c3NQGs80cH58TvMxbfqXqGE=
=AWuE
-----END PGP SIGNATURE-----

--qjNfmADvan18RZcF--


--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Sat Feb 04 04:40:16 2006
Received: (at 349939-close) by bugs.debian.org; 4 Feb 2006 12:40:16 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F5MaL-0001bZ-Ae; Sat, 04 Feb 2006 04:32:13 -0800
From: Ben Armstrong <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#349939: fixed in came 1.9-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 04 Feb 2006 04:32:13 -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: came
Source-Version: 1.9-2

We believe that the bug you reported is fixed in the latest version of
came, which is due to be installed in the Debian FTP archive:

came_1.9-2.diff.gz
  to pool/main/c/came/came_1.9-2.diff.gz
came_1.9-2.dsc
  to pool/main/c/came/came_1.9-2.dsc
came_1.9-2_i386.deb
  to pool/main/c/came/came_1.9-2_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.
Ben Armstrong <[EMAIL PROTECTED]> (supplier of updated came 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: Thu,  2 Feb 2006 15:35:04 -0400
Source: came
Binary: came
Architecture: source i386
Version: 1.9-2
Distribution: unstable
Urgency: low
Maintainer: Ben Armstrong <[EMAIL PROTECTED]>
Changed-By: Ben Armstrong <[EMAIL PROTECTED]>
Description: 
 came       - Rewrite of the xawtv webcam app using imlib2
Closes: 349939
Changes: 
 came (1.9-2) unstable; urgency=low
 .
   * Hard-code -lgiblib -lImlib2 instead of using the output of giblib-config,
     which is incorrect for GNU/* systems using dynamic linking.
     (Closes: #349939)
     - Thanks to Steve Langasek <[EMAIL PROTECTED]> for the patch.
Files: 
 261bfb8145650112167d2266a521cb9b 681 net optional came_1.9-2.dsc
 234b6a2ac5827dc47708aa6383c7525d 3157 net optional came_1.9-2.diff.gz
 bb71d70229d7dc7064d655b9b64b9b3d 24804 net optional came_1.9-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD5J3yWpTzygsnE8gRAsDJAJ42qF8uWf/c9ZqzpEUUcaUtOvIKJACePpQv
7mx7In5gq6rhWIzR6HdfN5E=
=Lr0f
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to