Your message dated Wed, 27 Feb 2008 00:32:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467622: fixed in d-shlibs 0.37
has caused the Debian Bug report #467622,
regarding d-shlibs: Please enable upper case file names of libraries
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
467622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467622
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: d-shlibs
Version: 0.36
Severity: wishlist
Tags: patch

Hello,

I try to package a library where upstream has choosen upper case
file names.  The tarball is located at
  http://gel.ahabs.wisc.edu/mauve/source/libGenome-1.3.0.tar.gz
in case you want to investigate.  The problem is that d-shlibs
parses via `objdump -p ${LIBNAME}` and returns the library name
with upper case letters.  Later on from this string the package
name is obtained - but this should be lower case.  I'd suggest
the attached patch to fix this.

Kind regards and thanks for maintaining d-shlibs

         Andreas.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (501, 'testing'), (50, 'unstable'), (5, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages d-shlibs depends on:
ii  apt                 0.7.11               Advanced front-end for dpkg
ii  binutils            2.18.1~cvs20080103-1 The GNU assembler, linker and bina
ii  debianutils         2.28.3               Miscellaneous utilities specific t

d-shlibs recommends no packages.

-- no debconf information
--- d-shlibmove.orig    2007-10-22 01:06:07.000000000 +0200
+++ d-shlibmove 2008-02-26 16:10:59.000000000 +0100
@@ -56,10 +56,11 @@
        exit 1;
     fi
     
-    SONAME=$(set -o pipefail; objdump -p ${LIBNAME} |sed -n 's/^.*SONAME *//p' 
)
+    SONAME=$(set -o pipefail; objdump -p ${LIBNAME} |sed -n 's/^.*SONAME *//p' 
| tr '[A-Z]' '[a-z]' )
     getname "$SONAME"
     SONAMEPKGNAME="$RETURN"
-    PK=$(basename "$1" | sed 's/\.so$//')
+    # use lower case package names
+    PK=$(basename "$1" | sed 's/\.so$//' | tr '[A-Z]' '[a-z]')
     REALSO=$(readlink -f "${LIBNAME}")
 }
 

--- End Message ---
--- Begin Message ---
Source: d-shlibs
Source-Version: 0.37

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

d-shlibs_0.37.dsc
  to pool/main/d/d-shlibs/d-shlibs_0.37.dsc
d-shlibs_0.37.tar.gz
  to pool/main/d/d-shlibs/d-shlibs_0.37.tar.gz
d-shlibs_0.37_all.deb
  to pool/main/d/d-shlibs/d-shlibs_0.37_all.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.
Junichi Uekawa <[EMAIL PROTECTED]> (supplier of updated d-shlibs 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: Wed, 27 Feb 2008 08:56:21 +0900
Source: d-shlibs
Binary: d-shlibs
Architecture: source all
Version: 0.37
Distribution: unstable
Urgency: low
Maintainer: Junichi Uekawa <[EMAIL PROTECTED]>
Changed-By: Junichi Uekawa <[EMAIL PROTECTED]>
Description: 
 d-shlibs   - Debian shared library package building helper scripts
Closes: 467622
Changes: 
 d-shlibs (0.37) unstable; urgency=low
 .
   * Bug fix: "d-shlibs: Please enable upper case file names of libraries",
     thanks to Andreas Tille (Closes: #467622).
Files: 
 bcd58daa2b6f1e1a9d26040adf852fda 498 utils optional d-shlibs_0.37.dsc
 cd8b533fb6d41ef44c87a1d6978ba7a9 32658 utils optional d-shlibs_0.37.tar.gz
 acc31f63cd0086008d26b5b1c5b7a6eb 13210 utils optional d-shlibs_0.37_all.deb

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

iD8DBQFHxKzE2Dd9TugeVcERAtXfAJ951tNPDK2Ro3SutLQwXkQGWcwBMQCgkgCP
1jj1b34/gKtf62GA8a8xP2Q=
=9xNt
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to