Your message dated Sat, 29 Feb 2020 00:34:15 +0000
with message-id <[email protected]>
and subject line Bug#911254: fixed in clanlib 1.0~svn3827-8
has caused the Debian Bug report #911254,
regarding libclanlib-dev: move .pc files 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.)
--
911254: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911254
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libclanlib-dev
Version: 1.0~svn3827-7
Tags: patch
User: [email protected]
Usertags: rebootstrap
Control: affects -1 + src:trophy
trophy fails to cross build from source, because it cannot find
clanApp-1.0.pc. During cross compilation, pkg-config does not search
/usr/lib/pkgconfig. Please move the .pc files to
/usr/lib/<triplet>/pkgconfig. The attached patch implements that using
dh_auto_configure, which passes a multiarch --libdir since compat level
9. Please consider applying it.
Helmut
diff --minimal -Nru clanlib-1.0~svn3827/debian/changelog
clanlib-1.0~svn3827/debian/changelog
--- clanlib-1.0~svn3827/debian/changelog 2017-07-26 01:21:28.000000000
+0200
+++ clanlib-1.0~svn3827/debian/changelog 2018-10-17 19:36:24.000000000
+0200
@@ -1,3 +1,11 @@
+clanlib (1.0~svn3827-7.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Let dh_auto_configure pass a multiarch --libdir to ./configure.
+ (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Wed, 17 Oct 2018 19:36:24 +0200
+
clanlib (1.0~svn3827-7) unstable; urgency=medium
* Team upload.
diff --minimal -Nru clanlib-1.0~svn3827/debian/libclanapp-1.0v5.install
clanlib-1.0~svn3827/debian/libclanapp-1.0v5.install
--- clanlib-1.0~svn3827/debian/libclanapp-1.0v5.install 2017-07-26
01:21:28.000000000 +0200
+++ clanlib-1.0~svn3827/debian/libclanapp-1.0v5.install 2018-10-17
19:36:24.000000000 +0200
@@ -1,11 +1,11 @@
-usr/lib/libclanApp*.so.*
-usr/lib/libclanCore*.so.*
-usr/lib/libclanDisplay*.so.*
-usr/lib/libclanGL*.so.*
-usr/lib/libclanGUI*.so.*
-usr/lib/libclanGUIStyleSilver*.so.*
-usr/lib/libclanMikMod*.so.*
-usr/lib/libclanNetwork*.so.*
-usr/lib/libclanSignals*.so.*
-usr/lib/libclanSound*.so.*
-usr/lib/libclanVorbis*.so.*
+usr/lib/*/libclanApp*.so.*
+usr/lib/*/libclanCore*.so.*
+usr/lib/*/libclanDisplay*.so.*
+usr/lib/*/libclanGL*.so.*
+usr/lib/*/libclanGUI*.so.*
+usr/lib/*/libclanGUIStyleSilver*.so.*
+usr/lib/*/libclanMikMod*.so.*
+usr/lib/*/libclanNetwork*.so.*
+usr/lib/*/libclanSignals*.so.*
+usr/lib/*/libclanSound*.so.*
+usr/lib/*/libclanVorbis*.so.*
diff --minimal -Nru clanlib-1.0~svn3827/debian/libclanlib-dev.install
clanlib-1.0~svn3827/debian/libclanlib-dev.install
--- clanlib-1.0~svn3827/debian/libclanlib-dev.install 2017-07-26
01:21:28.000000000 +0200
+++ clanlib-1.0~svn3827/debian/libclanlib-dev.install 2018-10-17
19:36:24.000000000 +0200
@@ -1,4 +1,4 @@
usr/include
-usr/lib/libclan*.so
-usr/lib/libclan*.a
-usr/lib/pkgconfig
+usr/lib/*/libclan*.so
+usr/lib/*/libclan*.a
+usr/lib/*/pkgconfig
diff --minimal -Nru clanlib-1.0~svn3827/debian/libclansdl-1.0v5.install
clanlib-1.0~svn3827/debian/libclansdl-1.0v5.install
--- clanlib-1.0~svn3827/debian/libclansdl-1.0v5.install 2017-07-26
01:21:28.000000000 +0200
+++ clanlib-1.0~svn3827/debian/libclansdl-1.0v5.install 2018-10-17
19:36:24.000000000 +0200
@@ -1 +1 @@
-usr/lib/libclanSDL*.so.*
+usr/lib/*/libclanSDL*.so.*
diff --minimal -Nru clanlib-1.0~svn3827/debian/rules
clanlib-1.0~svn3827/debian/rules
--- clanlib-1.0~svn3827/debian/rules 2017-07-26 01:21:28.000000000 +0200
+++ clanlib-1.0~svn3827/debian/rules 2018-10-17 19:36:24.000000000 +0200
@@ -27,14 +27,13 @@
--enable-clansound --enable-lua --enable-network --enable-dyn \
--enable-vidmode --disable-smalljpeg --disable-debug \
--enable-asm386=$(use_asm386) \
- --x-includes=/usr/include/X11 \
- --prefix=/usr --mandir=/usr/share/man
+ --x-includes=/usr/include/X11
%:
dh $@
override_dh_auto_configure:
- CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(shell
dpkg-buildflags --get CPPFLAGS)" LDFLAGS="$(shell dpkg-buildflags --get
LDFLAGS)" ./configure $(CONFIG_FLAGS)
+ CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(shell
dpkg-buildflags --get CPPFLAGS)" LDFLAGS="$(shell dpkg-buildflags --get
LDFLAGS)" dh_auto_configure -- $(CONFIG_FLAGS)
override_dh_auto_clean:
dh_auto_clean
--- End Message ---
--- Begin Message ---
Source: clanlib
Source-Version: 1.0~svn3827-8
Done: Markus Koschany <[email protected]>
We believe that the bug you reported is fixed in the latest version of
clanlib, 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.
Markus Koschany <[email protected]> (supplier of updated clanlib 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, 28 Feb 2020 23:46:18 +0100
Source: clanlib
Architecture: source
Version: 1.0~svn3827-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Markus Koschany <[email protected]>
Closes: 886902 911254 948740
Changes:
clanlib (1.0~svn3827-8) unstable; urgency=medium
.
* Team upload.
.
[ Markus Koschany ]
* Use debhelper-compat = 12.
* Declare compliance with Debian Policy 4.5.0.
* Use canonical VCS URI.
* wrap-and-sort -sa
* Update homepage field and point to Github repository. The old clanlib.org
website is gone.
* Add remove-special-variable-perl-5.30.patch.
Fix FTBFS and remove the occurrences of $* because the special variable $*
is a fatal error in Perl 5.30. (Closes: #948740)
.
[ Helmut Grohne ]
* Let dh_auto_configure pass a multiarch --libdir to ./configure.
(Closes: #911254)
.
[ Chris Lamb ]
* Make the build reproducible. (Closes: #886902)
Checksums-Sha1:
e6fb76b031089365399cd073a5ddd11053d512cf 2613 clanlib_1.0~svn3827-8.dsc
44acc9c3b40a2419c2fd0fb3ff473b0a14fc4f55 129264
clanlib_1.0~svn3827-8.debian.tar.xz
c952cf4b77101caae0e476e5b4368df327e82ea2 8272
clanlib_1.0~svn3827-8_source.buildinfo
Checksums-Sha256:
a421bd5d073265026284575cf0ef8148152cf87c179895dd8d3f440d6938ecac 2613
clanlib_1.0~svn3827-8.dsc
fed492f951794c1009e62d2b007d1e1a1f4e5dd0169e67f401cde02875b88acc 129264
clanlib_1.0~svn3827-8.debian.tar.xz
3a2aa7df670e905d6f23fa49f59126c2c5bfc7c9d4c67c7180083ea136069c42 8272
clanlib_1.0~svn3827-8_source.buildinfo
Files:
4dbaf0cf1c8889873405a38b5951ce4f 2613 libs optional clanlib_1.0~svn3827-8.dsc
13d3f177489c2f5255249d77ab361a8f 129264 libs optional
clanlib_1.0~svn3827-8.debian.tar.xz
b26523ddad2d37d03a8362d4e1e1c430 8272 libs optional
clanlib_1.0~svn3827-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl5ZrmFfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkvCwQAJgGuRhZjyU6q2+cSvJeoCDo2m2Kn1zxJFjD
Qkhbytl9RVFUGXOisw6fr9Wq8QBBEXXF5GMjFcMjWH4eQYHjP4cCDAL0Wp97yGLG
0TTNFjpGXpRNb++1o9lr+wELtdTZ/+2hjJtwczXZIFD3jw5npMx/ikSHUrYxuJ/3
V7xfwQRUswU6RzGfPXG8zG6rrleiU2epihHjFj0hZu9Iu6Av3I6PhE90PVFNY2cV
ZDqcUeN6gc/r8bNLK6KvXt5UkJfEo4KHSjLl+MuqVtpLet52mboq9kNvIg2iFEV0
fyfe/RMFExT6hX5yI2/SoRGQqSw91hMGKqR3u4WBTx3RJ+8W2VWVR7NkzNA8iUrT
c51r7ls0acgIZjAQfpRITd5v56w+QTu8ABjgjP0qZTa9fD/nkctlHqY/dtBUoT04
gZQqtMEb7DEei/Rd5YE35kU2s3fuZqB/lBPQTOQmUuBmZVdcTPQxTHLcadWozWpS
xaB26iko2WbM/1b2O2Uk6qnvbjZF86dp8cHuJEghZd7OGow2cJpESJ3YpqyimFKq
XN0eZYvRyxHgNHIuq13SVhL4A8R0D8OOAfoj6B2QKjk1KQWiiYXOHjB0mitUqOUW
GU78RWJlBGZ/M6n6hKhZ5oQguu1FMH+RWcPMCqaifJcWuRr0hCDgpFuGz5x7LnlQ
UwmdjWRX
=Eb0A
-----END PGP SIGNATURE-----
--- End Message ---