Your message dated Sat, 13 Aug 2011 01:02:20 +0000
with message-id <[email protected]>
and subject line Bug#637588: fixed in libsamplerate 0.1.7-4
has caused the Debian Bug report #637588,
regarding Please transition libsamplerate 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.)
--
637588: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637588
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libsamplerate
Version: 0.1.7-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
Hi Erik,
Please find attached a patch to libsamplerate to transition it to use of the
multiarch library paths as described at
<http://wiki.debian.org/Multiarch/Implementation>. As with libsndfile, this
patch has been tested and included in Ubuntu Oneiric. I would encourage you
to apply this patch in Debian as well, since libsamplerate is part of the
audio stack included in ia32-libs, which we would like to get rid of for
wheezy.
Note that I have examined the -dev package and confirmed that it contains no
architecture-specific headers, so I have marked theis package Multi-Arch:
same in addition to the runtime library package.
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]
=== modified file 'debian/control'
--- debian/control 2009-10-07 21:46:20 +0000
+++ debian/control 2011-08-12 18:32:35 +0000
@@ -3,13 +3,15 @@
Priority: optional
Maintainer: Erik de Castro Lopo <[email protected]>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>> 7.0.0), fftw3-dev, libsndfile1-dev, quilt
+Build-Depends: debhelper (>> 8.1.3), fftw3-dev, libsndfile1-dev, quilt
Standards-Version: 3.8.3
Homepage: http://www.mega-nerd.com/SRC/
Package: libsamplerate0
Section: libs
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}
Description: Audio sample rate conversion library
libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion.
@@ -33,6 +36,7 @@
Conflicts: libsamplerate-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Depends: libsamplerate0 (= ${binary:Version}), pkg-config
Description: Development files for audio sample rate conversion
libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion.
=== modified file 'debian/libsamplerate0-dev.install'
--- debian/libsamplerate0-dev.install 2007-04-07 01:36:51 +0000
+++ debian/libsamplerate0-dev.install 2011-08-12 18:32:35 +0000
@@ -1,5 +1,5 @@
usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.la
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.la
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
=== modified file 'debian/libsamplerate0.install'
--- debian/libsamplerate0.install 2007-04-07 01:36:51 +0000
+++ debian/libsamplerate0.install 2011-08-12 18:32:35 +0000
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*
=== modified file 'debian/rules'
--- debian/rules 2009-10-07 21:46:20 +0000
+++ debian/rules 2011-08-12 18:32:35 +0000
@@ -11,6 +11,7 @@
# from having to guess our platform (since we know it already)
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)
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
@@ -21,7 +22,7 @@
config.status: configure
dh_testdir
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
build: patch build-stamp
--- End Message ---
--- Begin Message ---
Source: libsamplerate
Source-Version: 0.1.7-4
We believe that the bug you reported is fixed in the latest version of
libsamplerate, which is due to be installed in the Debian FTP archive:
libsamplerate0-dev_0.1.7-4_amd64.deb
to main/libs/libsamplerate/libsamplerate0-dev_0.1.7-4_amd64.deb
libsamplerate0_0.1.7-4_amd64.deb
to main/libs/libsamplerate/libsamplerate0_0.1.7-4_amd64.deb
libsamplerate_0.1.7-4.debian.tar.gz
to main/libs/libsamplerate/libsamplerate_0.1.7-4.debian.tar.gz
libsamplerate_0.1.7-4.dsc
to main/libs/libsamplerate/libsamplerate_0.1.7-4.dsc
samplerate-programs_0.1.7-4_amd64.deb
to main/libs/libsamplerate/samplerate-programs_0.1.7-4_amd64.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.
Erik de Castro Lopo <[email protected]> (supplier of updated libsamplerate
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: Sat, 13 Aug 2011 10:09:55 +1000
Source: libsamplerate
Binary: libsamplerate0 libsamplerate0-dev samplerate-programs
Architecture: source amd64
Version: 0.1.7-4
Distribution: unstable
Urgency: low
Maintainer: Erik de Castro Lopo <[email protected]>
Changed-By: Erik de Castro Lopo <[email protected]>
Description:
libsamplerate0 - Audio sample rate conversion library
libsamplerate0-dev - Development files for audio sample rate conversion
samplerate-programs - Sample programs that use libsamplerate
Closes: 637588
Changes:
libsamplerate (0.1.7-4) unstable; urgency=low
.
* Patch from Steve Langasek to enable multiarch (Closes: #637588).
* debian/control: Standards version 3.9.2 (no changes needed).
* debian/rules:
- Add build-arch and build-indep targets.
- Force clearing of dependency_libs in libsamplerate.la.
Checksums-Sha1:
575dae0ecbce5c08d26485c54a3d86f10529e9ac 1171 libsamplerate_0.1.7-4.dsc
98a52392eb97f9ba724ca024b3af29a8a0cc0206 4340634
libsamplerate_0.1.7.orig.tar.gz
e8c4b62f1d372e8868775608d3c3c3cbe48c8f2b 8448
libsamplerate_0.1.7-4.debian.tar.gz
0529a787e7330b9c33412f1dd2e044b254f15eb5 1350248
libsamplerate0_0.1.7-4_amd64.deb
a76bcd6b666f9426d0f631af164f485bbf23aafc 1411736
libsamplerate0-dev_0.1.7-4_amd64.deb
335dafc708c70c051f03b5b93792fc1cb1ef8569 17042
samplerate-programs_0.1.7-4_amd64.deb
Checksums-Sha256:
65a1c2deb99126e1b77b91defbd90978e65a145e85eb662ffdfed17847ae706b 1171
libsamplerate_0.1.7-4.dsc
e0a646224a0323ac63f56ef009b2d7fee11452a7b8af139b19ae71d2890dbc9c 4340634
libsamplerate_0.1.7.orig.tar.gz
d788f66ff04394d735b69a82f5f7a0e947b5d77aed25cb06c033aadd824b88e2 8448
libsamplerate_0.1.7-4.debian.tar.gz
920520f9cd045bda7fb47e29587f80e668785c26f249090f0838fe7bb0387488 1350248
libsamplerate0_0.1.7-4_amd64.deb
ff5b425991d71405169d60031304b84b571383b9efe8275d02b37f9d0dbf5c3a 1411736
libsamplerate0-dev_0.1.7-4_amd64.deb
0202003f83d3b1b1f3e4c683440aaaf2bb37eb1dec84deb69785a7020fcd61a5 17042
samplerate-programs_0.1.7-4_amd64.deb
Files:
bc3911a823694530d6e4903002a72b6e 1171 sound optional libsamplerate_0.1.7-4.dsc
ad093e60ec44f0a60de8e29983ddbc0f 4340634 sound optional
libsamplerate_0.1.7.orig.tar.gz
b95c21d7066e2df227fd03d3deef6479 8448 sound optional
libsamplerate_0.1.7-4.debian.tar.gz
3dbee7d93ea68611dcf6cb8f2a753394 1350248 libs optional
libsamplerate0_0.1.7-4_amd64.deb
b839f1b053c9a31cc693b6c581487ee9 1411736 libdevel optional
libsamplerate0-dev_0.1.7-4_amd64.deb
fad7c964cd8c70c4f6c41b99eda0e221 17042 utils optional
samplerate-programs_0.1.7-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk5FyLMACgkQbKQad0O41shzCQCfYC4+X0QK1/YUSXgHJgb6p1+J
5c0AoL4697ut8XT7pReSWsJsBAJSFgzJ
=unzQ
-----END PGP SIGNATURE-----
--- End Message ---