Your message dated Sun, 29 Jan 2006 17:31:00 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#318416: Acknowledgement (/usr/bin/dpkg-shlibdeps: add udeb 
support)
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; 15 Jul 2005 12:19:26 +0000
>From [EMAIL PROTECTED] Fri Jul 15 05:19:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mx4.informatik.uni-tuebingen.de [134.2.12.29] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DtPA5-0001Kd-00; Fri, 15 Jul 2005 05:19:26 -0700
Received: from localhost (loopback [127.0.0.1])
        by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP
        id 8C50C1332; Fri, 15 Jul 2005 14:18:54 +0200 (MST)
Received: from mx4.informatik.uni-tuebingen.de ([127.0.0.1])
 by localhost (mx4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 67304-05; Fri, 15 Jul 2005 14:18:53 +0200 (MST)
Received: from localhost.localdomain (semeai.Informatik.Uni-Tuebingen.De 
[134.2.15.66])
        by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP
        id A63B1132C; Fri, 15 Jul 2005 14:18:49 +0200 (MST)
Received: from mrvn by localhost.localdomain with local (Exim 4.50)
        id 1DtP8Q-0001uT-WA; Fri, 15 Jul 2005 14:17:43 +0200
Content-Type: multipart/mixed; boundary="===============3210355181932028009=="
MIME-Version: 1.0
From: Goswin Brederlow <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /usr/bin/dpkg-shlibdeps: add udeb support
X-Mailer: reportbug 3.9
Date: Fri, 15 Jul 2005 14:17:42 +0200
Message-Id: <[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=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============3210355181932028009==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: dpkg-dev
Version: 1.10.28-0.0.0.1.mrvn
Severity: wishlist
File: /usr/bin/dpkg-shlibdeps
Tags: patch

Hi,

attached the patch to add support for udebs to dpkg-shlibdeps.

MfG
        Goswin

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dpkg-dev depends on:
ii  binutils                      2.15-5     The GNU assembler, linker and bina
ii  cpio                          2.5-1.2    GNU cpio -- a program to manage ar
ii  make                          3.80-9     The GNU version of the "make" util
ii  patch                         2.5.9-2    Apply a diff file to an original
ii  perl [perl5]                  5.8.4-8    Larry Wall's Practical Extraction 
ii  perl-modules                  5.8.4-8    Core Perl modules

-- no debconf information

--===============3210355181932028009==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="dpkg-udeb.patch"

diff -Nru /tmp/cbrhSW33m3/dpkg-1.13.9/debian/changelog 
/tmp/1v2d02mvNw/dpkg-1.13.9/debian/changelog
--- /tmp/cbrhSW33m3/dpkg-1.13.9/debian/changelog        2005-06-12 
17:16:59.000000000 +0200
+++ /tmp/1v2d02mvNw/dpkg-1.13.9/debian/changelog        2005-07-15 
14:13:04.000000000 +0200
@@ -1,3 +1,11 @@
+dpkg (1.13.9-0.0.0.1.mrvn) unstable; urgency=low
+  
+  The "Fix udeb dependencies!" Release.
+
+  * Add shlibs-udeb support to dpkg-shlibdebs (Goswin von Brederlow)
+
+ -- Scott James Remnant <[EMAIL PROTECTED]>  Sun, 12 Jun 2005 15:52:43 +0100
+
 dpkg (1.13.9) unstable; urgency=low
   
   The "On like Donkey Kong" Release.
diff -Nru /tmp/cbrhSW33m3/dpkg-1.13.9/debian/dpkg-dev.install 
/tmp/1v2d02mvNw/dpkg-1.13.9/debian/dpkg-dev.install
--- /tmp/cbrhSW33m3/dpkg-1.13.9/debian/dpkg-dev.install 2005-06-06 
06:07:12.000000000 +0200
+++ /tmp/1v2d02mvNw/dpkg-1.13.9/debian/dpkg-dev.install 2005-07-15 
14:12:32.000000000 +0200
@@ -1,5 +1,7 @@
 ../shlibs.default etc/dpkg
 ../shlibs.override etc/dpkg
+../shlibs-udeb.default etc/dpkg
+../shlibs-udeb.override etc/dpkg
 
 usr/bin/822-date
 usr/bin/dpkg-architecture
diff -Nru /tmp/cbrhSW33m3/dpkg-1.13.9/debian/shlibs-udeb.default 
/tmp/1v2d02mvNw/dpkg-1.13.9/debian/shlibs-udeb.default
--- /tmp/cbrhSW33m3/dpkg-1.13.9/debian/shlibs-udeb.default      1970-01-01 
01:00:00.000000000 +0100
+++ /tmp/1v2d02mvNw/dpkg-1.13.9/debian/shlibs-udeb.default      2005-07-15 
14:11:41.000000000 +0200
@@ -0,0 +1,12 @@
+# Dpkg udeb shlibs defaults file
+#
+# This file contains shlibs entries that are used for udebs as a last
+# resort when no matching entries are found elsewhere. For more
+# information see the dpkg-shlibdeps manual page.
+#
+# The format used is:
+#   <library-name> <version-or-soname> <dependencies ...>
+#
+# Example:
+#   libfoo     1    libfoo1-udeb (>= 1.0-1)
+#
diff -Nru /tmp/cbrhSW33m3/dpkg-1.13.9/debian/shlibs-udeb.override 
/tmp/1v2d02mvNw/dpkg-1.13.9/debian/shlibs-udeb.override
--- /tmp/cbrhSW33m3/dpkg-1.13.9/debian/shlibs-udeb.override     1970-01-01 
01:00:00.000000000 +0100
+++ /tmp/1v2d02mvNw/dpkg-1.13.9/debian/shlibs-udeb.override     2005-07-15 
14:11:41.000000000 +0200
@@ -0,0 +1,13 @@
+# Dpkg udeb shlibs override file
+#
+# Entries in this file will override all others, only use if you
+# are really sure that is what you want!
+# 
+# For more information see the dpkg-shlibdeps manual page. 
+#
+# The format used is:
+#   <library-name> <version-or-soname> <dependencies ...>
+#
+# Example:
+#   libfoo     1    libfoo1-udeb (>= 1.0-1)
+#
diff -Nru /tmp/cbrhSW33m3/dpkg-1.13.9/scripts/dpkg-shlibdeps.pl 
/tmp/1v2d02mvNw/dpkg-1.13.9/scripts/dpkg-shlibdeps.pl
--- /tmp/cbrhSW33m3/dpkg-1.13.9/scripts/dpkg-shlibdeps.pl       2005-06-06 
06:07:12.000000000 +0200
+++ /tmp/1v2d02mvNw/dpkg-1.13.9/scripts/dpkg-shlibdeps.pl       2005-07-15 
14:11:12.000000000 +0200
@@ -37,6 +37,7 @@
        <executable>           } include dependencies for <executable>
        -e<executable>         }  (use -e if <executable> starts with \`-')
        -d<dependencyfield>    next executable(s) set shlibs:<dependencyfield>
+       -u                     udeb mode
 Overall options (have global effect no matter where placed):
        -p<varnameprefix>      set <varnameprefix>:* instead of shlibs:*.
        -O                     print variable settings to stdout
@@ -58,6 +59,12 @@
         $shlibslocal= $';
     } elsif (m/^-O$/) {
         $stdout= 1;
+    } elsif (m/^-u$/) {
+       $shlibsoverride= '/etc/dpkg/shlibs-udeb.override';
+       $shlibsdefault= '/etc/dpkg/shlibs-udeb.default';
+       $shlibslocal= 'debian/shlibs-udeb.local';
+       $shlibsppext= '.shlibs-udeb';
+       $varnameprefix= 'shlibs-udeb';
     } elsif (m/^-h$/) {
         usageversion; exit(0);
     } elsif (m/^-d/) {

--===============3210355181932028009==--

---------------------------------------
Received: (at 318416-done) by bugs.debian.org; 29 Jan 2006 16:40:23 +0000
>From [EMAIL PROTECTED] Sun Jan 29 08:40:23 2006
Return-path: <[EMAIL PROTECTED]>
Received: from higgs.djpig.de ([213.133.98.126])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F3FSA-0004oz-PX
        for [EMAIL PROTECTED]; Sun, 29 Jan 2006 08:31:02 -0800
Received: from djpig by higgs.djpig.de with local (Exim 4.50)
        id 1F3FS9-00048h-7g
        for [EMAIL PROTECTED]; Sun, 29 Jan 2006 17:31:01 +0100
Date: Sun, 29 Jan 2006 17:31:00 +0100
From: Frank Lichtenheld <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#318416: Acknowledgement (/usr/bin/dpkg-shlibdeps: add udeb 
support)
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[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
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

On Fri, Jul 15, 2005 at 09:16:27PM +0200, Goswin von Brederlow wrote:
> talking to joeyh he said that he did a patch for the same thing as
> well. Comparing the two his is the preferable solution so please
> ignore this patch and stick with his.

Ok, closing this bug.
Joey's patch has been applied in 1.13.12

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to