Your message dated Sun, 17 Apr 2016 17:19:21 +0000
with message-id <[email protected]>
and subject line Bug#745094: fixed in uqm 0.6.2.dfsg-9.2
has caused the Debian Bug report #745094,
regarding uqm: Please build-depend on libmikmod-dev instead of libmikmod2-dev
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.)
--
745094: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745094
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: uqm
Version: 0.6.2.dfsg-9
Severity: wishlist
Tags: patch
Dear Maintainer,
libmikmod's packaging has changed slightly, and it now provides an
unversioned -dev package, libmikmod-dev. It still supports
libmikmod2-dev but I would like to remove that in future, hence my
request: I'd greatly appreciate it if you could build-depend on
libmikmod-dev instead of libmikmod2-dev.
In addition, to properly support multi-arch, libmikmod-config has been
moved to a separate package. The recommended way to find libmikmod is
now to use pkg-config. uqm currently uses libmikmod-config, so you'll
need to either build-depend on libmikmod-config in addition to
libmikmod-dev, or switch to pkg-config. (libmikmod-dev currently
depends on libmikmod-config to avoid introducing FTBFS bugs, but I'd
like to reverse that dependency.)
The attached patch provides the necessary changes to switch to using
pkg-config.
Regards,
Stephen (the libmikmod maintainer)
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable'), (200, 'unstable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -urN uqm-0.6.2.dfsg/debian/control uqm-0.6.2.dfsg.fixed/debian/control
--- uqm-0.6.2.dfsg/debian/control 2014-04-17 23:45:46.000000000 +0200
+++ uqm-0.6.2.dfsg.fixed/debian/control 2014-04-17 23:40:31.136992508 +0200
@@ -2,7 +2,7 @@
Section: contrib/games
Priority: optional
Maintainer: Dmitry E. Oboukhov <[email protected]>
-Build-Depends: debhelper (>> 4.0.8), libogg-dev, libvorbis-dev, libsdl-image1.2-dev, libsdl1.2-dev, libz-dev, libmikmod2-dev
+Build-Depends: debhelper (>> 4.0.8), libogg-dev, libvorbis-dev, libsdl-image1.2-dev, libsdl1.2-dev, libz-dev, libmikmod-dev, pkg-config
Standards-Version: 3.8.0
Homepage: http://sc2.sourceforge.net/
VCS-Browser: http://git.debian.org/?p=collab-maint/uqm.git;a=summary
diff -urN uqm-0.6.2.dfsg/sc2/build/unix/config_proginfo_host uqm-0.6.2.dfsg.fixed/sc2/build/unix/config_proginfo_host
--- uqm-0.6.2.dfsg/sc2/build/unix/config_proginfo_host 2006-12-23 11:26:16.000000000 +0100
+++ uqm-0.6.2.dfsg.fixed/sc2/build/unix/config_proginfo_host 2014-04-17 23:41:58.170796895 +0200
@@ -201,9 +201,9 @@
### libmikmod ###
LIB_libmikmod_NAME="libmikmod"
-LIB_libmikmod_CFLAGS="$(libmikmod-config --cflags)"
-LIB_libmikmod_LDFLAGS="$(libmikmod-config --libs)"
-LIB_libmikmod_VERSION="$(libmikmod-config --version)"
+LIB_libmikmod_CFLAGS="$(pkg-config --cflags libmikmod)"
+LIB_libmikmod_LDFLAGS="$(pkg-config --libs libmikmod)"
+LIB_libmikmod_VERSION="$(pkg-config --modversion libmikmod)"
### zlib ###
--- End Message ---
--- Begin Message ---
Source: uqm
Source-Version: 0.6.2.dfsg-9.2
We believe that the bug you reported is fixed in the latest version of
uqm, 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.
Andreas Beckmann <[email protected]> (supplier of updated uqm 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: SHA256
Format: 1.8
Date: Thu, 07 Apr 2016 17:27:25 +0200
Source: uqm
Binary: uqm
Architecture: source
Version: 0.6.2.dfsg-9.2
Distribution: unstable
Urgency: medium
Maintainer: Dmitry E. Oboukhov <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Description:
uqm - The Ur-Quan Masters - An inter-galactic adventure game
Closes: 680262 745094 751601 769945 817308 817709
Changes:
uqm (0.6.2.dfsg-9.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Switch to source format 3.0 (quilt).
* Switch to debhelper compat level 5. (Closes: #817308, #817709)
* B-D on libmikmod-dev instead of libmikmod2-dev. (Closes: #745094)
* Fix typo in short description. (Closes: #751601)
* Move icon to /usr/share/pixmaps. (Closes: #680262)
* Fix German desktop entry. (Closes: #769945)
* Use canonical https URLs for Vcs-*.
* Enable hardened and verbose build.
Checksums-Sha1:
3316571fb1c8d69bb9b80638fbf9a970ea8e01a2 1914 uqm_0.6.2.dfsg-9.2.dsc
5424f442885abecf0e74634bada49884b13182c2 9048 uqm_0.6.2.dfsg-9.2.debian.tar.xz
Checksums-Sha256:
2a63008df4f2884a9e47e69ba807a12ae26a021f94699e79b3fe503bfad28ac9 1914
uqm_0.6.2.dfsg-9.2.dsc
998df025144c454cd31dde50a3df5e578dcdb0bbf8401c5f4a9d284252a472d6 9048
uqm_0.6.2.dfsg-9.2.debian.tar.xz
Files:
fd0c653656a1a39260e71f5b9e74e0f5 1914 contrib/games optional
uqm_0.6.2.dfsg-9.2.dsc
25f98f21c95c9401caaa54207bf2c6e3 9048 contrib/games optional
uqm_0.6.2.dfsg-9.2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXBn9vAAoJEF+zP5NZ6e0IpSEP/j5WghUz5AuSAK8tEAli8eE8
/QRACsUl8mYCZcVKdh0sq3AvpSm4WBhNb6bZPdKgnCsXfW7qfCRVZ2hZBHv3wVwJ
yPml+d/KZl0nYuWJXEnK0zZ/yc8yjJZcdq3crvZLhnzstf6Vnaj9FXhpgLl+Lq5Y
6AxcWpsh26BfNdNaZ6w7YFPvY4Y99/dF08Ts7Aj3lCNVyHIPtjE77Egjo8TsDx+y
LMWifcLvz5QNTPFUpy3eSyTeTfNFVqebqCI2k4ZuZAbUQK6N3LKj4rg6WQEIYzcU
FJFqYn5Uxu//+08+lWZGjSA/mGQAMj0yZwzLcOAzyt52bMdaRMXEVyUjcJvo3k5N
ZawWIy2BpgNcE7qqEzEEL8+u+AYnVT6ErjoTy1op/KTJwZxnkGoU7yPUEUMVIaf9
cZNP39w4+9YInw60OTI2cmAtk6rs7FtJyhEm+hQD9TUCzIhb5ijuZOwI3lH0fkdY
WP7MohHQK8XNccwxWbrSsO/Q/wTw2BISjzJYiUeI6AQe2fjVQoii616mBckpNxQG
7AHrwDTpPDI3Ssi4SXWa/C+e0Wr/asTHlrDrWbn6KBs4WYohmrhgeRsT9OMH2qqr
EMtVSo7hj7XO+SGIvmi+UTYAa/oFwJD9NSV3fU8uBP8ti000Y2ul3EWdqVg31cxy
AO22mA8Zfbugh0hJwsFW
=1Kq+
-----END PGP SIGNATURE-----
--- End Message ---