Your message dated Fri, 02 Aug 2019 14:56:04 +0000
with message-id <[email protected]>
and subject line Bug#838032: fixed in gsasl 1.8.1-1
has caused the Debian Bug report #838032,
regarding please multiarchify the library packages
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.)
--
838032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838032
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gsasl
Version: 1.8.0-8
Tags: patch
User: [email protected]
Usertags: multiarch
please multiarchify the library packages, patch attached.
* Multiarchify the library packages.
* Bump debhelper and standards version.
diff -Nru gsasl-1.8.0/debian/compat gsasl-1.8.0/debian/compat
--- gsasl-1.8.0/debian/compat 2014-09-06 23:40:49.000000000 +0200
+++ gsasl-1.8.0/debian/compat 2016-09-16 12:03:50.000000000 +0200
@@ -1 +1 @@
-7
+9
diff -Nru gsasl-1.8.0/debian/control gsasl-1.8.0/debian/control
--- gsasl-1.8.0/debian/control 2015-08-01 13:59:13.000000000 +0200
+++ gsasl-1.8.0/debian/control 2016-09-16 12:03:50.000000000 +0200
@@ -5,15 +5,16 @@
XSBC-Original-Maintainer: Debian XMPP Maintainers <[email protected]>
Uploaders: Thadeu Lima de Souza Cascardo <[email protected]>,
Jorge Salamero Sanz <[email protected]>, Simon Josefsson <[email protected]>
-Build-Depends: cdbs, debhelper (>= 7.0.0), gettext, texinfo, pkg-config, libkrb5-dev, help2man, libidn11-dev, libgnutls28-dev, libntlm0-dev, dh-autoreconf, automake1.11, valgrind [amd64 i386 powerpc]
+Build-Depends: cdbs, debhelper (>= 9), gettext, texinfo, pkg-config, libkrb5-dev, help2man, libidn11-dev, libgnutls28-dev, libntlm0-dev, dh-autoreconf, automake1.11, valgrind [amd64 i386 powerpc], chrpath
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-xmpp/gsasl.git
Vcs-Git: git://anonscm.debian.org/pkg-xmpp/gsasl.git
Homepage: http://www.gnu.org/software/gsasl/
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Package: libgsasl7-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Conflicts: libgsasl1-dev
Replaces: libgsasl1-dev
Depends: libgsasl7 (= ${binary:Version}), libidn11-dev, pkg-config,
@@ -31,6 +32,7 @@
Package: libgsasl7
Section: libs
Architecture: any
+Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libgsasl1
Replaces: libgsasl1
diff -Nru gsasl-1.8.0/debian/libgsasl7-dev.install gsasl-1.8.0/debian/libgsasl7-dev.install
--- gsasl-1.8.0/debian/libgsasl7-dev.install 2014-09-06 23:40:49.000000000 +0200
+++ gsasl-1.8.0/debian/libgsasl7-dev.install 2016-09-16 12:03:50.000000000 +0200
@@ -1,6 +1,5 @@
debian/tmp/usr/include/*
-debian/tmp/usr/lib/lib*.la
-debian/tmp/usr/lib/lib*.a
-debian/tmp/usr/lib/lib*.so
-debian/tmp/usr/lib/pkgconfig/*
+debian/tmp/usr/lib/*/lib*.a
+debian/tmp/usr/lib/*/lib*.so
+debian/tmp/usr/lib/*/pkgconfig/*
debian/tmp/usr/share/man/man3/*
diff -Nru gsasl-1.8.0/debian/libgsasl7.install gsasl-1.8.0/debian/libgsasl7.install
--- gsasl-1.8.0/debian/libgsasl7.install 2014-09-06 23:40:49.000000000 +0200
+++ gsasl-1.8.0/debian/libgsasl7.install 2016-09-16 12:03:50.000000000 +0200
@@ -1,2 +1,2 @@
-debian/tmp/usr/lib/lib*.so.*
+debian/tmp/usr/lib/*/lib*.so.*
debian/tmp/usr/share/locale/*
diff -Nru gsasl-1.8.0/debian/rules gsasl-1.8.0/debian/rules
--- gsasl-1.8.0/debian/rules 2014-10-02 14:47:17.000000000 +0200
+++ gsasl-1.8.0/debian/rules 2016-09-16 12:03:50.000000000 +0200
@@ -5,14 +5,17 @@
export AUTOMAKE = automake-1.11
export ACLOCAL = aclocal-1.11
include /usr/share/cdbs/1/rules/autoreconf.mk
+DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_DH_STRIP_ARGS = --dbg-package=gsasl-dbg
DEB_MAKE_CHECK_TARGET = check
DEB_DH_MAKESHLIBS_ARGS_libgsasl7 = -- -c4
DEB_CONFIGURE_USER_FLAGS = --disable-valgrind-tests --without-libgcrypt --with-gssapi-impl=mit
-DEB_CONFIGURE_EXTRA_FLAGS = --with-packager=Debian --with-packager-version=$(DEB_VERSION) --with-packager-bug-reports=http://bugs.debian.org/
+DEB_CONFIGURE_EXTRA_FLAGS = --with-packager=Debian --with-packager-version=$(DEB_VERSION) --with-packager-bug-reports=http://bugs.debian.org/ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
common-install-arch::
find debian/tmp/usr/lib -name "*.la" -exec \
sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +
+ chrpath -d debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libgsasl.so.7.?.?
+ chrpath -d debian/tmp/usr/bin/gsasl
--- End Message ---
--- Begin Message ---
Source: gsasl
Source-Version: 1.8.1-1
We believe that the bug you reported is fixed in the latest version of
gsasl, which is due to be installed in the Debian FTP archive.
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.
Simon Josefsson <[email protected]> (supplier of updated gsasl 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: Fri, 02 Aug 2019 15:15:01 +0200
Source: gsasl
Architecture: source
Version: 1.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian XMPP Maintainers <[email protected]>
Changed-By: Simon Josefsson <[email protected]>
Closes: 838032 865164
Changes:
gsasl (1.8.1-1) unstable; urgency=low
.
* New upstream stable release.
* control, README.source: Update git URLs.
* Standard-Versions 4.4.0.
* Compat 10.
- Drop dh-autoreconf and automake1.11 dependencies. Closes: #865164.
* Add Build-Depends-Package to symbol files.
* Enable hardening.
* Use https in watch file.
* Use https in copyright Format.
* Use https in Homepage URL.
* Priority: optional instead of extra.
* Drop gsasl-dbg package.
* Multiarchify the library packages, thanks Matthias Klose. Closes: #838032.
* Update debian/upstream-signing-key.pgp.
* Drop source/options.
* Drop d/*.dirs files.
Checksums-Sha1:
c01cbb3eb16d484240e6270bc26737ea9d0532c2 2146 gsasl_1.8.1-1.dsc
82ba0079da6918784a8170d4a13ee133d9df1d7a 5774550 gsasl_1.8.1.orig.tar.gz
62e425d1887890b74b05286be213830843660a89 228 gsasl_1.8.1.orig.tar.gz.asc
e6c3cd67e2ecd26c0d9b17dc3a2f48f6fc9c1bd2 7588 gsasl_1.8.1-1.debian.tar.xz
a4fd395cfc85daeab825fa7beda188ece5040955 7478 gsasl_1.8.1-1_amd64.buildinfo
Checksums-Sha256:
0dff4b91888f8000cf0c7a987256dee68668634ee3f31708671385fcc99829f9 2146
gsasl_1.8.1-1.dsc
4dda162a511976bfef14ad1fecd7733719dfd9c361b5d09dc8414ea9d472d8d2 5774550
gsasl_1.8.1.orig.tar.gz
7ef6a3b12278057855eb62b7fa0c05bf296d398d407d05b721903bfe23c3b035 228
gsasl_1.8.1.orig.tar.gz.asc
1d80862c3550fccca4bacf2ba57a7ab581749b8520d364d92a2c3a53800d0c88 7588
gsasl_1.8.1-1.debian.tar.xz
2b3cbc5ee505324e1e91f0c9674879ee3c8771090a82a1a4da5e5950efbd54ac 7478
gsasl_1.8.1-1_amd64.buildinfo
Files:
10d520cf4530340c9384157a1a83221f 2146 devel optional gsasl_1.8.1-1.dsc
624baa51e6ff53d2b2bbab005ea5190b 5774550 devel optional gsasl_1.8.1.orig.tar.gz
b4074a8a9f371564f0d8ae0786a006ae 228 devel optional gsasl_1.8.1.orig.tar.gz.asc
e395c4ee5132950a05504a5364304935 7588 devel optional
gsasl_1.8.1-1.debian.tar.xz
6725863f68c5774a7ce15c2b4ab20024 7478 devel optional
gsasl_1.8.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFIBAEBCgAyFiEEmUFc4ZBdDlWp+IAmhgt/uzL4EZ0FAl1ESNIUHHNpbW9uQGpv
c2Vmc3Nvbi5vcmcACgkQhgt/uzL4EZ3qtwgAuIml0323hbqBsIOfK0iQtvNFJvOg
ufdMKA1KcrlaHS2A7M5j3si95TJC5iDHqlkyAS+gN/avLrShVUmcHb8yHG45fAhq
sV63z9aqKBCXxQCDC0qH0fBbSjCzLPL4VHGii753BPL0foYFOruAnvz+WtCE7m0f
1DWPo3tnD4j9fB/ZDnT46bUavESedyBuT4NU5tf0NDqUplfBcGyMwFpmKcPobsTg
QQf3gzyRSWUiNL5KCjSBkSr7VTLw1ZyVohjdAdudZjVIMpV7J5oa5PhlVx8UbsKl
CvxYjOIhKnPi4yAa9TVJyVGAlYmhv3R1Ot9Y5qfuXdK4wglaOVaWPHFY/w==
=+n8U
-----END PGP SIGNATURE-----
--- End Message ---