Your message dated Tue, 31 May 2016 11:24:41 +0000
with message-id <[email protected]>
and subject line Bug#745094: fixed in uqm 0.6.2.dfsg-9.3
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.3
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.
Stephen Kitt <[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: SHA512
Format: 1.8
Date: Tue, 31 May 2016 12:53:09 +0200
Source: uqm
Binary: uqm
Architecture: source
Version: 0.6.2.dfsg-9.3
Distribution: unstable
Urgency: medium
Maintainer: Dmitry E. Oboukhov <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Description:
uqm - The Ur-Quan Masters - An inter-galactic adventure game
Closes: 745094
Changes:
uqm (0.6.2.dfsg-9.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Use pkg-config to pull in the libmikmod configuration, closes:
#745094.
Checksums-Sha1:
9e95211ac46a272c91a3e9bfb5bf24c471b306ce 1926 uqm_0.6.2.dfsg-9.3.dsc
bd5d48cb19a85a6401a4d98e7f076cbfa78564c8 9332 uqm_0.6.2.dfsg-9.3.debian.tar.xz
Checksums-Sha256:
4cd1b849ef5c18edf1df1a44b78d2fc0fc48e596bcc40da06f423f77146b9211 1926
uqm_0.6.2.dfsg-9.3.dsc
a587b776c454e3cc7b2facb0f845104f0bc568bc260aef37fefa9a9794bcf0a8 9332
uqm_0.6.2.dfsg-9.3.debian.tar.xz
Files:
190410ee42271f2653004967d5a1b04f 1926 contrib/games optional
uqm_0.6.2.dfsg-9.3.dsc
9bcf714401cef59fffc130f77bd65a79 9332 contrib/games optional
uqm_0.6.2.dfsg-9.3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJXTW2TAAoJEIDTAvWIbYOcALoP/0XiI1pQHZQvens8AltYRmWq
kmwYO2y42vYIzyzrRiIwC5Hqt0gTX8XD8nztaSAwc4Z1tTDHCNPfm2Ll9fQ3UDx0
I/AKkV71Kwh6W4ZrYJdMTFoeoFYHTUnnDTq3DwOVB6Z4WhIVKHxXyJ2FizmGyXRb
kUoo6Nc23eX23LqkPzdC5oSgqMvg12PcdJWU3J7UCKsRwk44xwv04122egCoi8NO
t8uby/o7UAmEKyvrxd+LX6UUkJqNyy8EPP4WFDSOMYqFugIbVMjjDONY40uH+6u2
/C4iSSj1m6XXhUiqHFhYq0xmgwLzx2h039xlf3Jw7yDzCz1zrm0d/wOI9qoR08j6
YjCXAtnRoBl2mMvshBILPfXAb/12SjVAz6WNKcDios9w+GHgGJ/IElz2EMZtfqJC
hnSHfepCNB2KWp5nNsFNsypQLo2znzkltHA3uRrQ9POKY0piBewOBUbr2AD8yll9
ux+INee3NCzsc1yD+sRJWLbtR5pwGjW/omNRuaq3hP7zn1wvhF2LS40h23uaozHK
cam1bEaGiYrT0KSCXReCTzcllzS3aM3p2tHLIkABLBDUreyAAL2rdy/D8N9WthMp
hLS+EovecEnyJ90UN4Wwb4R6mNhwBxT1cnzZ2eLHAGqtAoybMNB1RDTv2cLeDuVL
z52i1cgftqqTk2vDLuEs
=x3+2
-----END PGP SIGNATURE-----
--- End Message ---