Your message dated Wed, 21 Nov 2018 21:51:05 +0000
with message-id <[email protected]>
and subject line Bug#911595: Removed package(s) from unstable
has caused the Debian Bug report #852354,
regarding move ptlib.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 [email protected]
immediately.)
--
852354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852354
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ptlib
Version: 2.10.11~dfsg-2.1
Tags: patch
Control: affects -1 + src:opal
User: [email protected]
Usertags: rebootstrap
opal fails to cross build from source, because pkg-config cannot find
ptlib.pc. During cross compilation /usr/lib/pkgconfig is not considered.
Thus ptlib.pc should be moved to
/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig. The attached patch does just
that. Please consider applying it.
Helmut
diff --minimal -Nru ptlib-2.10.11~dfsg/debian/changelog
ptlib-2.10.11~dfsg/debian/changelog
--- ptlib-2.10.11~dfsg/debian/changelog 2016-11-30 18:58:13.000000000 +0100
+++ ptlib-2.10.11~dfsg/debian/changelog 2017-01-23 20:49:03.000000000 +0100
@@ -1,3 +1,10 @@
+ptlib (2.10.11~dfsg-2.2) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Pass multiarch --libdir to ./configure (Closes: #-1).
+
+ -- Helmut Grohne <[email protected]> Mon, 23 Jan 2017 20:49:03 +0100
+
ptlib (2.10.11~dfsg-2.1) unstable; urgency=medium
* Non-maintainer upload.
diff --minimal -Nru ptlib-2.10.11~dfsg/debian/libpt-dev.install
ptlib-2.10.11~dfsg/debian/libpt-dev.install
--- ptlib-2.10.11~dfsg/debian/libpt-dev.install 2014-01-08 17:40:55.000000000
+0100
+++ ptlib-2.10.11~dfsg/debian/libpt-dev.install 2017-01-23 20:48:53.000000000
+0100
@@ -1,6 +1,6 @@
usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
version.h usr/include/ptlib
usr/share/ptlib
diff --minimal -Nru ptlib-2.10.11~dfsg/debian/libpt2.10.11.install
ptlib-2.10.11~dfsg/debian/libpt2.10.11.install
--- ptlib-2.10.11~dfsg/debian/libpt2.10.11.install 2014-01-08
17:40:55.000000000 +0100
+++ ptlib-2.10.11~dfsg/debian/libpt2.10.11.install 2017-01-23
20:48:59.000000000 +0100
@@ -1,2 +1,2 @@
-usr/lib/libpt.so.*.*[.-]*
-usr/lib/ptlib-*/devices/
+usr/lib/*/libpt.so.*.*[.-]*
+usr/lib/*/ptlib-*/devices/
diff --minimal -Nru ptlib-2.10.11~dfsg/debian/rules
ptlib-2.10.11~dfsg/debian/rules
--- ptlib-2.10.11~dfsg/debian/rules 2016-11-30 18:58:13.000000000 +0100
+++ ptlib-2.10.11~dfsg/debian/rules 2017-01-23 20:48:33.000000000 +0100
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/architecture.mk
+
export STDCXXFLAGS = -std=gnu++98
DEBVERSION := $(shell head -n 1 debian/changelog \
@@ -22,7 +24,7 @@
dh_clean
override_dh_auto_configure:
- dh_auto_configure -- --enable-oss --enable-v4l --disable-avc
--disable-dc --enable-exceptions
+ dh_auto_configure -- --enable-oss --enable-v4l --disable-avc
--disable-dc --enable-exceptions --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_auto_build:
dh_auto_build -- optshared docs
--- End Message ---
--- Begin Message ---
Version: 2.10.11~dfsg-2.1+rm
Dear submitter,
as the package ptlib has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/911595
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---