Your message dated Fri, 06 Jan 2012 00:19:21 +0000
with message-id <[email protected]>
and subject line Bug#634129: fixed in libgpg-error 1.10-2
has caused the Debian Bug report #634129,
regarding Please transition libgpg-error 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.)
--
634129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634129
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libgpg-error
Version: 1.10-0.3
Tags: patch
User: [email protected]
Usertags: ubuntu-patch oneiric origin-ubuntu
Hi folks,
Please find attached a patch to libgpg-error to transition it to use of the
multiarch library paths as described at
<http://wiki.debian.org/Multiarch/Implementation>. This patch has been
applied and is being used successfully in Ubuntu 11.04, and should be safe
to apply in Debian now that multiarch has been bootstrapped there.
Thanks,
--
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 -uNr --exclude .bzr debian/debian/clean trunk/debian/clean
--- debian/debian/clean 1969-12-31 16:00:00.000000000 -0800
+++ trunk/debian/clean 2011-03-20 22:35:19.000000000 -0700
@@ -0,0 +1,2 @@
+debian/libgpg-error0.install
+debian/libgpg-error-dev.links
diff -uNr --exclude .bzr debian/debian/control trunk/debian/control
--- debian/debian/control 2011-07-17 01:00:01.000000000 -0700
+++ trunk/debian/control 2011-03-20 22:54:02.000000000 -0700
@@ -3,7 +3,7 @@
Maintainer: Jose Carlos Garcia Sogo <[email protected]>
Uploaders: Matthias Urlichs <[email protected]>
Priority: standard
-Build-Depends: debhelper (>= 7.0.15)
+Build-Depends: debhelper (>= 8.1.3)
Standards-Version: 3.9.1
Homepage: http://www.gnupg.org/related_software/libgpg-error/
@@ -23,6 +24,8 @@
Package: libgpg-error0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
Description: library for common error values and messages in GnuPG components
Library that defines common error values for all GnuPG
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
diff -uNr --exclude .bzr debian/debian/libgpg-error0.install trunk/debian/libgpg-error0.install
--- debian/debian/libgpg-error0.install 2011-07-17 01:00:01.000000000 -0700
+++ trunk/debian/libgpg-error0.install 1969-12-31 16:00:00.000000000 -0800
@@ -1,2 +0,0 @@
-usr/lib/libgpg-error.so.* lib
-usr/share/locale
diff -uNr --exclude .bzr debian/debian/libgpg-error0.install.in trunk/debian/libgpg-error0.install.in
--- debian/debian/libgpg-error0.install.in 1969-12-31 16:00:00.000000000 -0800
+++ trunk/debian/libgpg-error0.install.in 2011-03-20 22:32:57.000000000 -0700
@@ -0,0 +1,2 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libgpg-error.so.* lib/${DEB_HOST_MULTIARCH}
+usr/share/locale
diff -uNr --exclude .bzr debian/debian/libgpg-error0-udeb.install trunk/debian/libgpg-error0-udeb.install
--- debian/debian/libgpg-error0-udeb.install 2011-07-17 01:00:01.000000000 -0700
+++ trunk/debian/libgpg-error0-udeb.install 2011-03-20 22:34:19.000000000 -0700
@@ -1 +1 @@
-usr/lib/libgpg-error.so.* lib
+usr/lib/*/libgpg-error.so.* lib
diff -uNr --exclude .bzr debian/debian/libgpg-error-dev.install trunk/debian/libgpg-error-dev.install
--- debian/debian/libgpg-error-dev.install 2011-07-17 01:00:01.000000000 -0700
+++ trunk/debian/libgpg-error-dev.install 2011-03-20 22:34:32.000000000 -0700
@@ -1,5 +1,4 @@
usr/bin/*
usr/include/*
-usr/lib/libgpg-error.la
-#usr/lib/libgpg-error.so
+#usr/lib/*/libgpg-error.so
usr/share/aclocal/*.m4
diff -uNr --exclude .bzr debian/debian/libgpg-error-dev.links trunk/debian/libgpg-error-dev.links
--- debian/debian/libgpg-error-dev.links 2011-07-17 01:00:01.000000000 -0700
+++ trunk/debian/libgpg-error-dev.links 1969-12-31 16:00:00.000000000 -0800
@@ -1 +0,0 @@
-lib/libgpg-error.so.0 usr/lib/libgpg-error.so
diff -uNr --exclude .bzr debian/debian/libgpg-error-dev.links.in trunk/debian/libgpg-error-dev.links.in
--- debian/debian/libgpg-error-dev.links.in 1969-12-31 16:00:00.000000000 -0800
+++ trunk/debian/libgpg-error-dev.links.in 2011-03-20 22:35:01.000000000 -0700
@@ -0,0 +1 @@
+lib/${DEB_HOST_MULTIARCH}/libgpg-error.so.0 usr/lib/${DEB_HOST_MULTIARCH}/libgpg-error.so
diff -uNr --exclude .bzr debian/debian/rules trunk/debian/rules
--- debian/debian/rules 2011-07-17 01:00:01.000000000 -0700
+++ trunk/debian/rules 2011-03-20 22:35:41.000000000 -0700
@@ -22,6 +22,7 @@
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
confflags += --build $(DEB_HOST_GNU_TYPE)
@@ -41,6 +42,7 @@
./configure $(confflags) --enable-maintainer-mode \
--prefix=/usr --mandir=\$${prefix}/share/man \
+ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--infodir=\$${prefix}/share/info
touch configure-stamp
@@ -77,6 +79,11 @@
dh_testdir
dh_testroot
dh_prep
+ set -e; for file in libgpg-error0.install libgpg-error-dev.links; \
+ do \
+ sed -e"s,\$${DEB_HOST_MULTIARCH},${DEB_HOST_MULTIARCH},g" \
+ debian/$${file}.in > debian/$$file; \
+ done
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/
@@ -89,7 +96,6 @@
dh_testdir
dh_testroot
dh_install --sourcedir=debian/tmp
- sed -i "/dependency_libs/ s/'.*'/''/" debian/*/usr/lib/*.la
dh_installdocs
dh_installman
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: libgpg-error
Source-Version: 1.10-2
We believe that the bug you reported is fixed in the latest version of
libgpg-error, which is due to be installed in the Debian FTP archive:
libgpg-error-dev_1.10-2_amd64.deb
to main/libg/libgpg-error/libgpg-error-dev_1.10-2_amd64.deb
libgpg-error0-udeb_1.10-2_amd64.udeb
to main/libg/libgpg-error/libgpg-error0-udeb_1.10-2_amd64.udeb
libgpg-error0_1.10-2_amd64.deb
to main/libg/libgpg-error/libgpg-error0_1.10-2_amd64.deb
libgpg-error_1.10-2.debian.tar.gz
to main/libg/libgpg-error/libgpg-error_1.10-2.debian.tar.gz
libgpg-error_1.10-2.dsc
to main/libg/libgpg-error/libgpg-error_1.10-2.dsc
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.
Jose Carlos Garcia Sogo <[email protected]> (supplier of updated libgpg-error
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.8
Date: Fri, 06 Jan 2012 00:46:00 +0100
Source: libgpg-error
Binary: libgpg-error-dev libgpg-error0 libgpg-error0-udeb
Architecture: source amd64
Version: 1.10-2
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo <[email protected]>
Changed-By: Jose Carlos Garcia Sogo <[email protected]>
Description:
libgpg-error-dev - library for common error values and messages in GnuPG
components
libgpg-error0 - library for common error values and messages in GnuPG
components
libgpg-error0-udeb - library for common error values and messages in GnuPG
components (udeb)
Closes: 632889 634129 653693
Changes:
libgpg-error (1.10-2) unstable; urgency=low
.
* Add static library back (Closes: #632889, #653693)
* Transition for multiarch (Closes: #634129)
Checksums-Sha1:
969a4b6fac2a02338f88cd642b892004f6caf8c9 1302 libgpg-error_1.10-2.dsc
5eacd195ef045472b9c98e765c8c3e7ef328d4d6 290584
libgpg-error_1.10-2.debian.tar.gz
af6997b2ca1fea94b691c01c55858ab20602b6fe 42962
libgpg-error-dev_1.10-2_amd64.deb
609316db72b331763305ec25ff58fddc30c0edb8 66760 libgpg-error0_1.10-2_amd64.deb
aa8c1537e2edc5d81203735b9819b60c1e4aa73e 6548
libgpg-error0-udeb_1.10-2_amd64.udeb
Checksums-Sha256:
ab294acefc5053215b497ac6ab68912c7fbeb025f88b95a0f390a571f9ed4a86 1302
libgpg-error_1.10-2.dsc
14fba7ffce419c004653b3dcdd65a49d6b6bc17fb6e55987d766f2cd2313510b 290584
libgpg-error_1.10-2.debian.tar.gz
2d1f137bc93e697adf8067df23adc8ea22fe44a37039dbbeb532be8dc2e1215e 42962
libgpg-error-dev_1.10-2_amd64.deb
3c5854f028ead3d4767f1ab798d5d820e175ee7e1f0a7d47203f2df4c3f4b627 66760
libgpg-error0_1.10-2_amd64.deb
8e15d5e009e47b82f273b72188461ff8403e33f8561a846e6eceee78ae2b1c13 6548
libgpg-error0-udeb_1.10-2_amd64.udeb
Files:
a9eb66ac3ebd6002fc3e9ecfbe695c23 1302 libs standard libgpg-error_1.10-2.dsc
850db9332c180ac6f5806bd6f6a90f20 290584 libs standard
libgpg-error_1.10-2.debian.tar.gz
e4abef22b7498d76ae704e8201d8c4a8 42962 libdevel optional
libgpg-error-dev_1.10-2_amd64.deb
2deda4e59bff10551249acd49f4cdaca 66760 libs standard
libgpg-error0_1.10-2_amd64.deb
d6eb247acf098eeb8355e1ada0062e63 6548 debian-installer optional
libgpg-error0-udeb_1.10-2_amd64.udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFPBji8S+BYJZB4jhERAtGmAJ9ikS8GyM4GcuPFJzz9ukNwAiGC6QCgmFCQ
iJiWDJYo7VUTaqifObndkzc=
=tXpm
-----END PGP SIGNATURE-----
--- End Message ---