Your message dated Fri, 13 Jan 2006 14:55:03 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#344762: libpisock-dev: Should depend on newer version of libpisync0. 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; 25 Dec 2005 20:21:11 +0000 >From [EMAIL PROTECTED] Sun Dec 25 12:21:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from asia.telenet-ops.be ([195.130.137.74]) by spohr.debian.org with esmtp (Exim 4.50) id 1EqcJY-0002dF-3r for [EMAIL PROTECTED]; Sun, 25 Dec 2005 12:17:56 -0800 Received: from localhost (localhost.localdomain [127.0.0.1]) by asia.telenet-ops.be (Postfix) with SMTP id C45AD38314 for <[EMAIL PROTECTED]>; Sun, 25 Dec 2005 21:17:54 +0100 (CET) Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74]) by asia.telenet-ops.be (Postfix) with ESMTP id AC055381E6 for <[EMAIL PROTECTED]>; Sun, 25 Dec 2005 21:17:54 +0100 (CET) Received: by Q.roeckx.be (Postfix, from userid 501) id 303BE26136; Sun, 25 Dec 2005 21:17:54 +0100 (CET) Date: Sun, 25 Dec 2005 21:17:54 +0100 From: Kurt Roeckx <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: libpisock-dev: Should depend on newer version of libpisync0. Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i 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=-7.4 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_SORBS,RCVD_IN_SORBS_MISC autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: libpisock-dev Version: 0.11.8-0.12.0-pre4-3 Severity: serious Hi, Your package has a Depends on libpisync0. Which mean the version from unstable (0.11.8-17) should work. But it doesn't. libpisync.so (from 0.11.8-0.12.0-pre4-3) points to libpisync.so.0.0.2, but libpisync0 0.11.8-17 has a libpisync.so.0.0.1. It seems some new symbols got added to libpisync.so.0.0.2: convert_FromPilotChar and convert_ToPilotChar. This means you should change your shlibs to require the version that introduced them. See the -V option of dh_makeshlibs. You probably want something like: dh_makeshlibs -V "libpisync0 (>= 0.11.8-0.12.0-pre4-3)" If you then use dh_shlibdeps with the -L and -l options, it should properly add the required Depends for your other packages, and you can remove the one in your control file. Kurt --------------------------------------- Received: (at 344762-done) by bugs.debian.org; 13 Jan 2006 13:55:09 +0000 >From [EMAIL PROTECTED] Fri Jan 13 05:55:09 2006 Return-path: <[EMAIL PROTECTED]> Received: from smtp1-g19.free.fr ([212.27.42.27]) by spohr.debian.org with esmtp (Exim 4.50) id 1ExPOX-00079m-5B for [EMAIL PROTECTED]; Fri, 13 Jan 2006 05:55:09 -0800 Received: from acer.maison.bogus (au113-1-82-235-203-188.fbx.proxad.net [82.235.203.188]) by smtp1-g19.free.fr (Postfix) with ESMTP id 23E756E4A9 for <[EMAIL PROTECTED]>; Fri, 13 Jan 2006 14:55:08 +0100 (CET) Received: from rousseau by acer.maison.bogus with local (Exim 4.60) (envelope-from <[EMAIL PROTECTED]>) id 1ExPOR-0003Sw-KE; Fri, 13 Jan 2006 14:55:03 +0100 Date: Fri, 13 Jan 2006 14:55:03 +0100 From: Ludovic Rousseau <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Bug#344762: libpisock-dev: Should depend on newer version of libpisync0. Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <[EMAIL PROTECTED]> User-Agent: Mutt/1.5.11 Content-Transfer-Encoding: quoted-printable 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=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER, RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02 This bug was against a version in experimental and solved in version 0.11.8-0.12.0-pre4-4 also in experimental. I think I can remove it from the bug list since it never impacted any version from unstable, testing or stable. Thanks, Le Sunday 25 December 2005 =E0 21:17:54, Kurt Roeckx a =E9crit: > Package: libpisock-dev > Version: 0.11.8-0.12.0-pre4-3 > Severity: serious >=20 > Hi, >=20 > Your package has a Depends on libpisync0. Which mean the version > from unstable (0.11.8-17) should work. But it doesn't. >=20 > libpisync.so (from 0.11.8-0.12.0-pre4-3) points to > libpisync.so.0.0.2, but libpisync0 0.11.8-17 has a > libpisync.so.0.0.1. >=20 > It seems some new symbols got added to libpisync.so.0.0.2: > convert_FromPilotChar and convert_ToPilotChar. >=20 > This means you should change your shlibs to require the version > that introduced them. See the -V option of dh_makeshlibs. You > probably want something like: > dh_makeshlibs -V "libpisync0 (>=3D 0.11.8-0.12.0-pre4-3)" >=20 > If you then use dh_shlibdeps with the -L and -l options, it > should properly add the required Depends for your other packages, > and you can remove the one in your control file. --=20 Dr. Ludovic Rousseau [EMAIL PROTECTED] -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]