Your message dated Mon, 30 May 2022 09:50:08 +0000
with message-id <e1nvc2k-0001mt...@fasolo.debian.org>
and subject line Bug#899138: fixed in opusfile 0.12-1
has caused the Debian Bug report #899138,
regarding libopusfile-dev: move opusfile.pc to a multiarch location
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 ow...@bugs.debian.org
immediately.)


-- 
899138: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899138
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libopusfile-dev
Version: 0.9+20170913-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap
Control: affects -1 + src:ioquake3

ioquake3 fails to cross build from source, because it cannot find
opusfile.pc. During cross compilation pkg-config does not search
/usr/lib/pkgconfig. Thus opusfile.pc needs to be moved to a multiarch
directory. The attached patch implements that. Please consider applying
it.

Helmut
diff -u opusfile-0.9+20170913/debian/changelog 
opusfile-0.9+20170913/debian/changelog
--- opusfile-0.9+20170913/debian/changelog
+++ opusfile-0.9+20170913/debian/changelog
@@ -1,3 +1,10 @@
+opusfile (0.9+20170913-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Move opusfile.pc to a multiarch location. Closes: #-1
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 19 May 2018 20:12:10 +0200
+
 opusfile (0.9+20170913-1) unstable; urgency=medium
 
   * Fix an invalid free with tag handling.
diff -u opusfile-0.9+20170913/debian/libopusfile-dev.install 
opusfile-0.9+20170913/debian/libopusfile-dev.install
--- opusfile-0.9+20170913/debian/libopusfile-dev.install
+++ opusfile-0.9+20170913/debian/libopusfile-dev.install
@@ -2,3 +2,3 @@
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*.pc
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*.pc
diff -u opusfile-0.9+20170913/debian/libopusfile0.install 
opusfile-0.9+20170913/debian/libopusfile0.install
--- opusfile-0.9+20170913/debian/libopusfile0.install
+++ opusfile-0.9+20170913/debian/libopusfile0.install
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*
diff -u opusfile-0.9+20170913/debian/rules opusfile-0.9+20170913/debian/rules
--- opusfile-0.9+20170913/debian/rules
+++ opusfile-0.9+20170913/debian/rules
@@ -11,9 +11,7 @@
 NJOBS    = -j$(or $(PARALLEL),$(NUM_CPUS),1)
 
 
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+include /usr/share/dpkg/architecture.mk
 
 
 # -fstack-protector-all is added by the default autoconf tests.
@@ -70,6 +68,7 @@
                                     --host=$(DEB_HOST_GNU_TYPE)        \
                                     --build=$(DEB_BUILD_GNU_TYPE)      \
                                     --prefix=/usr                      \
+                                    
--libdir='$${prefix}/lib/$(DEB_HOST_MULTIARCH)' \
                                     $(EXTRA_CONFIG_FLAGS)              \
                                     CPPFLAGS="$(CPPFLAGS)"             \
                                     CFLAGS="$(CFLAGS)"                 \

--- End Message ---
--- Begin Message ---
Source: opusfile
Source-Version: 0.12-1
Done: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>

We believe that the bug you reported is fixed in the latest version of
opusfile, 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 899...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated 
opusfile 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 30 May 2022 11:22:59 +0200
Source: opusfile
Architecture: source
Version: 0.12-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
Closes: 881788 899138 923031 935590 935591 965762 1007053 1009854
Changes:
 opusfile (0.12-1) unstable; urgency=medium
 .
   * Upload to unstable.
   * Fix upstream contact.
 .
 opusfile (0.12-1~exp1) experimental; urgency=medium
 .
   * New upstream version 0.12 (Closes: #935591, #881788)
 .
   * Salvage the package on behalf of the multimedia-team (Closes: #1009854)
   * Install libraries into multi-arch locations
     (Closes: #935590, #923031, #899138) (LP: #1883753)
   * Drop empty dbg package (switching to automatic dbgsym packages)
   * Add build-dependency hints to .symbols file
   * Mark lib*.la files as not-installed
   * Install AUTHORS and README.md
   * Remove trailing whitespace from d/changelog
   * d/control
     + Declare that building this package does not require 'root' powers.
     + Use Priority "optional" instead of the obsolete "extra"
     + ${misc:Depends} for libopusfile-doc
     + Fix package descriptions
     + Update Vcs-* stanzas
     + Make the doc-package "suggest" the dev-package
   * d/copyright
     + Convert to DEP-5
     + Add 'licensecheck' target to d/rules
     + Generate d/copyright_hints
   * Add salsa-ci configuration
   * Add watch file
   * Add gbp.conf
   * Switch to 3.0 source format (Closes: #1007053)
   * Bump dh-compat to 13 (Closes: #965762)
     + Drop old build script in favour of shortform 'dh'
   * Bump standards version to 4.6.0
Checksums-Sha1:
 644a6f75b8e18965a5528c17b656137c8387d3b4 2342 opusfile_0.12-1.dsc
 2ace54a27bbbc3d2197e2aedc998a2cbd05c187d 5572 opusfile_0.12-1.debian.tar.xz
Checksums-Sha256:
 ec927da64a60051ec315bb93d7871132249b7453f77d5b4858bfce75323d0b0d 2342 
opusfile_0.12-1.dsc
 0eae81e129f0f9583984b2ae9a45b0304b63635a34581eb4577c65344b62de22 5572 
opusfile_0.12-1.debian.tar.xz
Files:
 f885e886a0bc9b93e2175355d35d751e 2342 sound optional opusfile_0.12-1.dsc
 e0dbc607d330bd52653ba2df1a101a64 5572 sound optional 
opusfile_0.12-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmKUjc4WHGZvcnVtQHVt
bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+IoaD/9W5UDFQDmfgMRl/fuvJqga1Lwr
1eeRxgoqMlCIIPtEEF5m0lJAxY6xbdJsAYZTGuu+6r7OL90FPR3CVlRThAVQ48gZ
XsTPu7k0Px2q5vLKNI0Yasi3z+WLKt7pxEJjT+AZsMUWKM740q7cv2Rv9qPKoXoQ
YGb7uBOXDqlkOiI7Z3qq9hTlDDPrVzDxHqpyv3Kbrmkd/8vvWAU6hmmPwQdMqOqj
WgRFoijAQoqeOD4b2RG3nu94uWXENxMV6fpJc3zGPzosR5/MbNRCW1ymECZLFYwV
i7rafXKJWZ/ZTWp6+GP1QjsHZOtFZT/DWyOuT22CTPq8grPbFbv6rxUi7Z8BOHir
T2S54STQP8tmXY6zXmNMiy//wtRkxQzkFvBsQiSu3LJprZ0Aeke5M1QS0uJKaTxy
CbGm3oDZnjSIwbCsSkUjmAdcKi87jK0LXw6xyp4SLXaEbbTB5Z8jceeNUTzm6wnk
Jrl5uvqpy3s5uWSL/H2pvuV9XbbiRPZfa05VHtbhdhY/jFwksE5YcoT+Z99Q6lcs
m8mkv/mvO9Jl52/y+NSnXelPUDKnpJRm9YPpaerAtsnh2LO7iLuhBBVNHkPcC2GT
gD86tE1RxJ5KgX7++w4dYk+6cMomjSLa07Ir7FCpJ6+cijrL1fk8LJGlu4VMe+EI
z2FWpC/XVSEcIeDevg==
=9Sem
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to