Your message dated Sat, 29 Oct 2011 19:47:32 +0000
with message-id <[email protected]>
and subject line Bug#646771: fixed in libtool 2.4.2-1
has caused the Debian Bug report #646771,
regarding libtool: Please transition libltdl for multiarch
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.)


-- 
646771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646771
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libtool
Version: 2.4-4
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch

Hi Kurt,

In Ubuntu, the attached patch was applied to make libltdl compatible with
multiarch, as described at
<http://wiki.debian.org/Multiarch/Implementation>.

This library is a priority for conversion because it has a number of reverse
dependencies that need to be used in a multiarch configuration, including
unixodbc and libgphoto2.

Thanks for considering the patch.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[email protected]                                     [email protected]
diff -Nru libtool-2.4/debian/control libtool-2.4/debian/control
--- libtool-2.4/debian/control	2011-10-11 06:50:14.000000000 -0700
+++ libtool-2.4/debian/control	2011-10-25 17:36:15.000000000 -0700
@@ -1,5 +1,5 @@
 Source: libtool
-Build-Depends: debhelper (>= 7.0), texi2html, texinfo, file, gfortran | fortran95-compiler, automake (>= 1:1.11.1), autoconf (>= 2.62), autotools-dev, zlib1g-dev
+Build-Depends: debhelper (>= 8.1.3~), texi2html, texinfo, file, gfortran | fortran95-compiler, automake (>= 1:1.11.1), autoconf (>= 2.62), autotools-dev, zlib1g-dev
 Build-Conflicts: automake1.9, gcj
 Section: devel
 Priority: optional
@@ -42,7 +42,9 @@
 
 Package: libltdl7
 Architecture: any
+Multi-Arch: same
 Section: libs
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}
 Description: A system independent dlopen wrapper for GNU libtool
  This package contains the run-time libltdl library.
@@ -61,6 +63,7 @@
 
 Package: libltdl-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
 Suggests: libtool-doc
 Recommends: libtool
diff -Nru libtool-2.4/debian/libltdl7.files libtool-2.4/debian/libltdl7.files
--- libtool-2.4/debian/libltdl7.files	2011-03-27 14:44:57.000000000 -0700
+++ libtool-2.4/debian/libltdl7.files	2011-10-25 17:40:51.000000000 -0700
@@ -1 +1 @@
-usr/lib/libltdl.so.*
+usr/lib/*/libltdl.so.*
diff -Nru libtool-2.4/debian/libltdl-dev.files libtool-2.4/debian/libltdl-dev.files
--- libtool-2.4/debian/libltdl-dev.files	2011-03-27 14:44:57.000000000 -0700
+++ libtool-2.4/debian/libltdl-dev.files	2011-10-25 17:40:39.000000000 -0700
@@ -1,6 +1,6 @@
 usr/include
-usr/lib/libltdl.la
-usr/lib/libltdl.so
-usr/lib/libltdl.a
+usr/lib/*/libltdl.la
+usr/lib/*/libltdl.so
+usr/lib/*/libltdl.a
 usr/share/aclocal/ltdl.m4
 usr/share/libtool/libltdl
diff -Nru libtool-2.4/debian/rules libtool-2.4/debian/rules
--- libtool-2.4/debian/rules	2011-10-11 06:50:14.000000000 -0700
+++ libtool-2.4/debian/rules	2011-10-25 17:40:10.000000000 -0700
@@ -22,6 +22,7 @@
 DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
 	confflags += --build=$(DEB_HOST_GNU_TYPE)
 	make_check = yes
@@ -88,7 +89,7 @@
 	sed -i -e 's/^#.*progname.*@VERSION@$$/& Debian-$(DEBIAN_REVISION)/' libltdl/config/ltmain.m4sh
 	sed -i -e 's/^VERSION.*/VERSION="@VERSION@ Debian-$(DEBIAN_REVISION)"/' libltdl/config/ltmain.m4sh
 	./bootstrap
-	CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/usr $(confflags) CFLAGS="$(CFLAGS)"
+	CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) $(confflags) CFLAGS="$(CFLAGS)"
 	touch config-stamp
 
 

--- End Message ---
--- Begin Message ---
Source: libtool
Source-Version: 2.4.2-1

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

libltdl-dev_2.4.2-1_amd64.deb
  to main/libt/libtool/libltdl-dev_2.4.2-1_amd64.deb
libltdl7_2.4.2-1_amd64.deb
  to main/libt/libtool/libltdl7_2.4.2-1_amd64.deb
libtool-doc_2.4.2-1_all.deb
  to main/libt/libtool/libtool-doc_2.4.2-1_all.deb
libtool_2.4.2-1.debian.tar.gz
  to main/libt/libtool/libtool_2.4.2-1.debian.tar.gz
libtool_2.4.2-1.dsc
  to main/libt/libtool/libtool_2.4.2-1.dsc
libtool_2.4.2-1_amd64.deb
  to main/libt/libtool/libtool_2.4.2-1_amd64.deb
libtool_2.4.2.orig.tar.gz
  to main/libt/libtool/libtool_2.4.2.orig.tar.gz



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.
Kurt Roeckx <[email protected]> (supplier of updated libtool 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: SHA512

Format: 1.8
Date: Sat, 29 Oct 2011 20:08:48 +0200
Source: libtool
Binary: libtool libtool-doc libltdl7 libltdl-dev
Architecture: source all amd64
Version: 2.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Kurt Roeckx <[email protected]>
Changed-By: Kurt Roeckx <[email protected]>
Description: 
 libltdl-dev - A system independent dlopen wrapper for GNU libtool
 libltdl7   - A system independent dlopen wrapper for GNU libtool
 libtool    - Generic library support script
 libtool-doc - Generic library support script
Closes: 646771
Changes: 
 libtool (2.4.2-1) unstable; urgency=low
 .
   * New upstream release
     Remove patches applied upstream:
     - define_shlibpath_overrides_runpath4hurd.patch
     - tagdemo-libfoo.patch
   * Remove disable_cmdline_wrap4hurd.patch as it never really was
     needed in the first place.  The other tests failing made the
     cmdline_wrap test fail.
   * Add multiarch support.  Patch from
     Steve Langasek <[email protected]>  (Closes: #646771)
Checksums-Sha1: 
 55f1df0f56bd59912ea03516701c5d93ac071087 1999 libtool_2.4.2-1.dsc
 22b71a8b5ce3ad86e1094e7285981cae10e6ff88 2632347 libtool_2.4.2.orig.tar.gz
 1105ab48ffb5285400a244c6a6cd0c39ba9a710f 15806 libtool_2.4.2-1.debian.tar.gz
 b5b73e848587f5dae1dac6b1b6c0a6420983f23d 605872 libtool-doc_2.4.2-1_all.deb
 96cb3e1c0780184ddb6c8bfb915ba16a97237921 617376 libtool_2.4.2-1_amd64.deb
 597e8e4acd451d500ff4fca189d7155b1fe03670 352176 libltdl7_2.4.2-1_amd64.deb
 3ba8ad83db16b3155caf015251067977ac8ac741 204634 libltdl-dev_2.4.2-1_amd64.deb
Checksums-Sha256: 
 87183a9018ce1d2444c62077ac611164911fd08eb89e90ce42291a782e69d57a 1999 
libtool_2.4.2-1.dsc
 b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918 2632347 
libtool_2.4.2.orig.tar.gz
 d3c13a311e85efaae3a18953c1c1db2be0e05d598dc551a50fb7b165f6275b87 15806 
libtool_2.4.2-1.debian.tar.gz
 98aeccbfc43f7511da237b00610eb9bca70fae3c66b042e6c8b4a9c7856a5f16 605872 
libtool-doc_2.4.2-1_all.deb
 c963874e6779f96440370184ba6e217568bf0470fd1cb0e6c981b87da0f77e83 617376 
libtool_2.4.2-1_amd64.deb
 20ce4f161c64481445e30e046c24f2200ffbeb14cc02019bed8fdde189b3986e 352176 
libltdl7_2.4.2-1_amd64.deb
 e9f283e1a7580cc0754a21f2b44569fc67365e4f2b30c3cc13092b79f193351b 204634 
libltdl-dev_2.4.2-1_amd64.deb
Files: 
 4f3197e1363756cb597f9ca9c0da4af0 1999 devel optional libtool_2.4.2-1.dsc
 d2f3b7d4627e69e13514a40e72a24d50 2632347 devel optional 
libtool_2.4.2.orig.tar.gz
 58308440fc4df55342800067b6515d04 15806 devel optional 
libtool_2.4.2-1.debian.tar.gz
 bc43bffdab08e66a5ba695a14d0309fc 605872 doc optional 
libtool-doc_2.4.2-1_all.deb
 8d301ca4fc3c93a864c77e98f1157dbe 617376 devel optional 
libtool_2.4.2-1_amd64.deb
 7fef27779016f213f4bf98d09a34846f 352176 libs optional 
libltdl7_2.4.2-1_amd64.deb
 ccd1442dd156c03969689c9cef6a84cb 204634 libdevel optional 
libltdl-dev_2.4.2-1_amd64.deb

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

iQIcBAEBCgAGBQJOrFX2AAoJEGpMZM6DE7XwlZkQAKfWZpmsITQzZhzUt/CT0FO7
PZPQFjg8tYGznX+vEJ98SN3xpGxKTqdTsKECHFdh+ev9PX+gSQGlY5KPOoQ0D5Hv
jgdUE7TWEz3HHXzsWry/4E3LQebYswGhqFhhddaeBy5hoLldz5MnDJrRxMbiJh4V
u1J1iMIObvytFRI9tTTPI6s3wCTLMsi47QMYPw9rUZ62bFWXGNh7W1m92drFMffI
laT8xiXxOS2uTimsDwmQQ4tuu86EmrOWRrQBMwsNAp77bf2MI6Xmr8sqJBbDxftD
8eJOw1H0SmKnk+yOgsFl2u12F2Fex0zmVqg6Z2yjwDQhZN5ENsgmQf5M/uDq+9G+
DqcbFp1YlsXikXpQ1gv2pics4V6ObU2Cx/aGJrTnvVnYV+QLa4HO4IIsM+Ypkxao
g3fiYTZBzfewll/4w/ng/+X/bP++n4/yC8QogZYqITUdiQ1oApNhvsVci2q3Ty4c
odmZpp5L09xNGMtah4HV3QC0Cz834zX2H8qT69yyUwFSS2gn3EN+hC6DkFrTnnJ5
bjnL7AWhqDSLHGhBXekCNoj3U8w89XsLxzpPXGtnGkAg908D7cgZHTNtD9016MMY
HzD05xQy+SZlQKy7+MXbbL542N4qcAqAA9IDqsjP3v33wvUGS4nxwM61t3GdW0YL
//GNZvNVGrrxMm4uqZ1N
=1YKN
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to