Your message dated Tue, 30 Aug 2005 18:24:16 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325531: lintian should not warn about the naming of
dynamically loadable modules for perl/ruby/tcl/python
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 Aug 2005 09:02:15 +0000
>From [EMAIL PROTECTED] Mon Aug 29 02:02:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E9fWw-0007t7-00; Mon, 29 Aug 2005 02:02:14 -0700
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id LAA11340
for <[EMAIL PROTECTED]>; Mon, 29 Aug 2005 11:02:10 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 3A2A0FD53
for <[EMAIL PROTECTED]>; Mon, 29 Aug 2005 11:02:10 +0200 (MEST)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
id 27303-49 for <[EMAIL PROTECTED]>;
Mon, 29 Aug 2005 11:02:10 +0200 (MEST) 13960
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP
for <[EMAIL PROTECTED]>; Mon, 29 Aug 2005 11:02:10 +0200 (MEST)
Received: (from [EMAIL PROTECTED])
by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j7T929Uu026550;
Mon, 29 Aug 2005 11:02:09 +0200 (MEST)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 29 Aug 2005 11:02:09 +0200
To: [EMAIL PROTECTED]
Subject: lintian should not warn about the naming of dynamically loadable
modules for perl/ruby/tcl/python
X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: lintian
Version: 1.23.11
these warnings are all bogus, seen in the binary packages built from
the sqlrelay package. these languages do have their own conventions for naming
extension modules.
W: python2.4-sqlrelay: package-name-doesnt-match-sonames libCSQLRelay0
W: python2.3-sqlrelay: package-name-doesnt-match-sonames libCSQLRelay0
W: php4-sqlrelay: package-name-doesnt-match-sonames libsql_relay0
W: libsqlrelay-ruby: package-name-doesnt-match-sonames libsqlrelay0
W: libfirstworks-sqlr-perl: package-name-doesnt-match-sonames libCursor0
libConnection0
---------------------------------------
Received: (at 325531-done) by bugs.debian.org; 30 Aug 2005 16:24:20 +0000
>From [EMAIL PROTECTED] Tue Aug 30 09:24:20 2005
Return-path: <[EMAIL PROTECTED]>
Received: from higgs.djpig.de [213.133.98.126]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EA8uK-0007jA-00; Tue, 30 Aug 2005 09:24:20 -0700
Received: from djpig by higgs.djpig.de with local (Exim 4.50)
id 1EA8uG-0007oV-DP
for [EMAIL PROTECTED]; Tue, 30 Aug 2005 18:24:16 +0200
Date: Tue, 30 Aug 2005 18:24:16 +0200
From: Frank Lichtenheld <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#325531: lintian should not warn about the naming of
dynamically loadable modules for perl/ruby/tcl/python
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Version: 1.23.12
already fixed
On Mon, Aug 29, 2005 at 11:02:09AM +0200, Matthias Klose wrote:
> Package: lintian
> Version: 1.23.11
>
> these warnings are all bogus, seen in the binary packages built from
> the sqlrelay package. these languages do have their own conventions for
> naming extension modules.
>
> W: python2.4-sqlrelay: package-name-doesnt-match-sonames libCSQLRelay0
> W: python2.3-sqlrelay: package-name-doesnt-match-sonames libCSQLRelay0
> W: php4-sqlrelay: package-name-doesnt-match-sonames libsql_relay0
> W: libsqlrelay-ruby: package-name-doesnt-match-sonames libsqlrelay0
> W: libfirstworks-sqlr-perl: package-name-doesnt-match-sonames libCursor0
> libConnection0
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>
--
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]