Your message dated Mon, 11 Jan 2016 22:23:01 +0000
with message-id <[email protected]>
and subject line Bug#810610: fixed in mupen64plus-qt 1.8-2
has caused the Debian Bug report #810610,
regarding mupen64plus-qt: Update libquazip support
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.)
--
810610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810610
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mupen64plus-qt
Version: 1.8-1
Severity: important
Tags: upstream patch
Dear Maintainer,
libquazip (0.7.1-1) was uploaded to unstable recently, and it has
renamed the qt5 library to libquazip5 (#805087).
The -dev package has also been renamed to libquazip5-dev for which the
marble build dependencies need to be updated.
mupen64plus-qt.pro has special handling for the old libquazip-qt5 on
Debian/Ubuntu, and needs to use -lquazip5 for libquazip 0.7.1 too.
The attached debdiff updates the libquazip build dependency, and adds a
patch to handle both the old and new libquazip name on Debian/Ubuntu.
Kind Regards,
Bas
diff -Nru mupen64plus-qt-1.8/debian/changelog mupen64plus-qt-1.8/debian/changelog
--- mupen64plus-qt-1.8/debian/changelog 2015-09-11 23:29:09.000000000 +0200
+++ mupen64plus-qt-1.8/debian/changelog 2016-01-10 13:40:16.000000000 +0100
@@ -1,3 +1,10 @@
+mupen64plus-qt (1.8-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Use the new libquazip5 instead the old libquazip-qt5.
+
+ -- Bas Couwenberg <[email protected]> Sun, 10 Jan 2016 13:39:32 +0100
+
mupen64plus-qt (1.8-1) unstable; urgency=low
* Initial release (Closes: #787381).
diff -Nru mupen64plus-qt-1.8/debian/control mupen64plus-qt-1.8/debian/control
--- mupen64plus-qt-1.8/debian/control 2015-09-17 16:27:51.000000000 +0200
+++ mupen64plus-qt-1.8/debian/control 2016-01-10 13:37:39.000000000 +0100
@@ -5,7 +5,7 @@
Uploaders: Debian Games Team <[email protected]>
Build-Depends: debhelper (>= 9),
libqt5sql5-sqlite,
- libquazip-qt5-dev,
+ libquazip5-dev,
qt5-qmake,
qtbase5-dev
Standards-Version: 3.9.6
diff -Nru mupen64plus-qt-1.8/debian/patches/libquazip.patch mupen64plus-qt-1.8/debian/patches/libquazip.patch
--- mupen64plus-qt-1.8/debian/patches/libquazip.patch 1970-01-01 01:00:00.000000000 +0100
+++ mupen64plus-qt-1.8/debian/patches/libquazip.patch 2016-01-10 13:39:27.000000000 +0100
@@ -0,0 +1,18 @@
+Description: Support both libquazip-qt5-dev (old) and libquazip5-dev (new).
+Author: Bas Couwenberg <[email protected]>
+
+--- a/mupen64plus-qt.pro
++++ b/mupen64plus-qt.pro
+@@ -63,7 +63,11 @@ win32|macx {
+ } else {
+ # Debian distributions use a different library name for Qt5 quazip
+ system("uname -a | grep -E 'Debian|Ubuntu' > /dev/null") {
+- LIBS += -lquazip-qt5
++ system("dpkg -l | grep libquazip5-dev | grep ^ii > /dev/null") {
++ LIBS += -lquazip5
++ } else {
++ LIBS += -lquazip-qt5
++ }
+ } else {
+ LIBS += -lquazip5
+ }
diff -Nru mupen64plus-qt-1.8/debian/patches/series mupen64plus-qt-1.8/debian/patches/series
--- mupen64plus-qt-1.8/debian/patches/series 2015-09-17 16:34:49.000000000 +0200
+++ mupen64plus-qt-1.8/debian/patches/series 2016-01-10 13:38:06.000000000 +0100
@@ -1 +1,2 @@
01_fix_man_section.patch
+libquazip.patch
--- End Message ---
--- Begin Message ---
Source: mupen64plus-qt
Source-Version: 1.8-2
We believe that the bug you reported is fixed in the latest version of
mupen64plus-qt, 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 Tille <[email protected]> (supplier of updated mupen64plus-qt 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: Mon, 11 Jan 2016 22:32:37 +0100
Source: mupen64plus-qt
Binary: mupen64plus-qt
Architecture: source amd64
Version: 1.8-2
Distribution: unstable
Urgency: medium
Maintainer: Sérgio Benjamim <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
mupen64plus-qt - Basic launcher for Mupen64Plus
Closes: 802910 810610
Changes:
mupen64plus-qt (1.8-2) unstable; urgency=medium
.
* Team upload
* Maintain package in pkg-games Git
* Use the new libquazip5 instead the old libquazip-qt5 (thanks for the
patch to Bas Couwenberg <[email protected]>)
Closes: #810610
* Restrict architecture to any-i386 any-amd64. Closes: #802910.
Checksums-Sha1:
68927a1660108008fe6de1fd8129783c3a6a1a27 2039 mupen64plus-qt_1.8-2.dsc
fe605fdd77bc0f31db9bcc7953fc3ffc5f310a3b 92010 mupen64plus-qt_1.8.orig.tar.gz
b488f26f39bf3ed7277b09002e34dcf1d760c8fc 3540
mupen64plus-qt_1.8-2.debian.tar.xz
34054dc74847809567a8860cc7cd8580a19823a3 2123500
mupen64plus-qt-dbgsym_1.8-2_amd64.deb
756629ea950e90cc151a288bdd7136ba470a263f 161626 mupen64plus-qt_1.8-2_amd64.deb
Checksums-Sha256:
e93adfe726d650a046db4f8ec4172e74e276931754ee8a196d4b23e90726a5de 2039
mupen64plus-qt_1.8-2.dsc
05fdb20d5f3285289f28ab652a824d5164d8a1d1afbed9c7762dca6338451fb2 92010
mupen64plus-qt_1.8.orig.tar.gz
d6d2a858f447932333fa31c22830c54d149867d28b628901d2f25efd61082968 3540
mupen64plus-qt_1.8-2.debian.tar.xz
0ee8978613dc753d47f721b0208e005d93f89bb02193511a734326f1e3abc2be 2123500
mupen64plus-qt-dbgsym_1.8-2_amd64.deb
d55a539826f35ae3728e1843d324b3a2b075abbacf3921df538fb3b0dd23f39c 161626
mupen64plus-qt_1.8-2_amd64.deb
Files:
1ec5826dd8d11459f1f6ffbc0dddf3d2 2039 games optional mupen64plus-qt_1.8-2.dsc
79b405e69cdd3e95f7eeb550a94c543a 92010 games optional
mupen64plus-qt_1.8.orig.tar.gz
a99942005deb77dc27d4a0a39acb43e2 3540 games optional
mupen64plus-qt_1.8-2.debian.tar.xz
f7a2eef05365e3aa62f9c92c2a5507fb 2123500 debug extra
mupen64plus-qt-dbgsym_1.8-2_amd64.deb
a19aea35092ed032c916bb72b40cfacb 161626 games optional
mupen64plus-qt_1.8-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWlCBIAAoJEFeKBJTRxkbRgKcQAJSeyiDW8IFoeBLvW17qHUUY
l0OFp0ndSTbCW1MqYAjZ635/8ke5j98UC1aBrGJCsSk5DVSbEEitHBzQIHJ1jeh+
yu11wjOHIiEO+mALupQdjinPQSCyH7gGfxjlw/h3nOoTT+l2xvdxGehL83XNlkK4
v8p853whGVTec6plaYspkADU4rJ/qJL5JDJNNRnwInSIZNVt3geX94Xgj4ZLPRvX
HJy5h17Mysn20xUDr0BDqltvqKvUiurIFlsQuSbUsytjaBQlv4ynQRIanW8DchHI
tKT9SkscnT0nOzNigcW3xJRPZo57mHU3MiCZi6AYBSlUYGDKj6ey4j3u0iyfBjYP
+kBmZj6UE6ju15KuD5DBjnnbWVbqhOS+hKDMR11w6wl0p0kHBQCki13KPtJRY968
2F3VdLBpXfqavjJi9YL6T6hXZi/n5rX+TMRIUs+jnR90IOHUUyobwfTarRdSkKl8
74g4+CbZlljynwdS/9XMSDHmKQXuWT/siUNCXixviZ7n0hP733ORonM1Z9ynGfbR
kysWTwae3U90edl8l9qRQYLN/InbirJ1L/tDolhi5HiRjhJQ7BkO9cuEqih8Uq8g
O3NEM6J+sPMI1s6f8OfXg1BN5FScZDrvUcsffvBHjcoTI9UujQYiorGigwn1vekX
nsrcWMvqGqlDhlMprhWA
=CcNp
-----END PGP SIGNATURE-----
--- End Message ---