Your message dated Sun, 22 Oct 2017 09:48:45 +0000
with message-id <e1e6cs9-0005gx...@fasolo.debian.org>
and subject line Bug#853372: fixed in desmume 0.9.11-3
has caused the Debian Bug report #853372,
regarding desmume: ftbfs with GCC-7
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 ow...@bugs.debian.org
immediately.)
--
853372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853372
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:desmume
Version: 0.9.11-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/desmume_0.9.11-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-7/porting_to.html
[...]
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
utils/xstring.cpp:346:25: warning: narrowing conversion of
'((((int)converted[1]) << 4) | (((int)converted[2]) >> 2))' from 'int' to
'unsigned char' inside { } [-Wnarrowing]
(converted[1] << 4) | (converted[2] >> 2),
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
utils/xstring.cpp:347:25: warning: narrowing conversion of
'((((int)converted[2]) << 6) | ((int)converted[3]))' from 'int' to 'unsigned
char' inside { } [-Wnarrowing]
(converted[2] << 6) | (converted[3])
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\"
-DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\"
-DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=0
-DSVN_REV_STR=\"0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1
-DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBOSMESA=1
-DGLADEUI_UNINSTALLED_DIR=\"/<<PKGBUILDDIR>>/src/gtk-glade/glade/\"
-DGTKGLEXT_AVAILABLE=1 -DHAVE_LIBSOUNDTOUCH=1 -DGETTEXT_PACKAGE=\"desmume\"
-DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1
-DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_JIT=1 -DHOST_LINUX=1
-DHOST_64=1 -DGDB_STUB=1 -I. -I../src -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/
alsa -I/usr/include/agg2 -I/usr/include/soundtouch -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
utils/decrypt/crc.o utils/decrypt/crc.cpp
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\"
-DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\"
-DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=0
-DSVN_REV_STR=\"0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1
-DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBOSMESA=1
-DGLADEUI_UNINSTALLED_DIR=\"/<<PKGBUILDDIR>>/src/gtk-glade/glade/\"
-DGTKGLEXT_AVAILABLE=1 -DHAVE_LIBSOUNDTOUCH=1 -DGETTEXT_PACKAGE=\"desmume\"
-DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1
-DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_JIT=1 -DHOST_LINUX=1
-DHOST_64=1 -DGDB_STUB=1 -I. -I../src -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/
alsa -I/usr/include/agg2 -I/usr/include/soundtouch -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
utils/decrypt/decrypt.o utils/decrypt/decrypt.cpp
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\"
-DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\"
-DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=0
-DSVN_REV_STR=\"0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1
-DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBOSMESA=1
-DGLADEUI_UNINSTALLED_DIR=\"/<<PKGBUILDDIR>>/src/gtk-glade/glade/\"
-DGTKGLEXT_AVAILABLE=1 -DHAVE_LIBSOUNDTOUCH=1 -DGETTEXT_PACKAGE=\"desmume\"
-DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1
-DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_JIT=1 -DHOST_LINUX=1
-DHOST_64=1 -DGDB_STUB=1 -I. -I../src -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/
alsa -I/usr/include/agg2 -I/usr/include/soundtouch -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
utils/decrypt/header.o utils/decrypt/header.cpp
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\"
-DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\"
-DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=0
-DSVN_REV_STR=\"0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1
-DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBOSMESA=1
-DGLADEUI_UNINSTALLED_DIR=\"/<<PKGBUILDDIR>>/src/gtk-glade/glade/\"
-DGTKGLEXT_AVAILABLE=1 -DHAVE_LIBSOUNDTOUCH=1 -DGETTEXT_PACKAGE=\"desmume\"
-DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1
-DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_JIT=1 -DHOST_LINUX=1
-DHOST_64=1 -DGDB_STUB=1 -I. -I../src -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/
alsa -I/usr/include/agg2 -I/usr/include/soundtouch -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o utils/task.o
utils/task.cpp
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\"
-DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\"
-DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=0
-DSVN_REV_STR=\"0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1
-DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBOSMESA=1
-DGLADEUI_UNINSTALLED_DIR=\"/<<PKGBUILDDIR>>/src/gtk-glade/glade/\"
-DGTKGLEXT_AVAILABLE=1 -DHAVE_LIBSOUNDTOUCH=1 -DGETTEXT_PACKAGE=\"desmume\"
-DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1
-DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_JIT=1 -DHOST_LINUX=1
-DHOST_64=1 -DGDB_STUB=1 -I. -I../src -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/
alsa -I/usr/include/agg2 -I/usr/include/soundtouch -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o utils/vfat.o
utils/vfat.cpp
utils/vfat.cpp: In member function 'bool VFAT::build(const char*, int)':
utils/vfat.cpp:175:80: warning: format '%d' expects argument of type 'int', but
argument 2 has type 'u64 {aka long long unsigned int}' [-Wformat=]
printf("error allocating memory for fat (%d
KBytes)\n",(dataSectors*512)/1024);
~~~~~~~~~~~~~~~~~~~~~~^
utils/vfat.cpp:186:80: warning: format '%d' expects argument of type 'int', but
argument 2 has type 'u64 {aka long long unsigned int}' [-Wformat=]
printf("error allocating memory for fat (%d
KBytes)\n",(dataSectors*512)/1024);
~~~~~~~~~~~~~~~~~~~~~~^
utils/vfat.cpp: In function 'void build_ListCallback(FsEntry*,
EListCallbackArg)':
utils/vfat.cpp:140:9: warning: ignoring return value of 'size_t fread(void*,
size_t, size_t, FILE*)', declared with attribute warn_unused_result
[-Wunused-result]
fread(buf,1,len,inf);
~~~~~^~~~~~~~~~~~~~~
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\"
-DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\"
-DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=0
-DSVN_REV_STR=\"0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1
-DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBOSMESA=1
-DGLADEUI_UNINSTALLED_DIR=\"/<<PKGBUILDDIR>>/src/gtk-glade/glade/\"
-DGTKGLEXT_AVAILABLE=1 -DHAVE_LIBSOUNDTOUCH=1 -DGETTEXT_PACKAGE=\"desmume\"
-DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1
-DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_JIT=1 -DHOST_LINUX=1
-DHOST_64=1 -DGDB_STUB=1 -I. -I../src -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/
alsa -I/usr/include/agg2 -I/usr/include/soundtouch -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
utils/dlditool.o utils/dlditool.cpp
utils/dlditool.cpp:54:0: warning: "VERSION" redefined
#define VERSION "v1.24"
<command-line>:0:0: note: this is the location of the previous definition
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\"
-DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\"
-DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=0
-DSVN_REV_STR=\"0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1
-DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBOSMESA=1
-DGLADEUI_UNINSTALLED_DIR=\"/<<PKGBUILDDIR>>/src/gtk-glade/glade/\"
-DGTKGLEXT_AVAILABLE=1 -DHAVE_LIBSOUNDTOUCH=1 -DGETTEXT_PACKAGE=\"desmume\"
-DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1
-DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_JIT=1 -DHOST_LINUX=1
-DHOST_64=1 -DGDB_STUB=1 -I. -I../src -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/
alsa -I/usr/include/agg2 -I/usr/include/soundtouch -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
utils/libfat/cache.o utils/libfat/cache.cpp
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\"
-DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\"
-DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=0
-DSVN_REV_STR=\"0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1
-DHAVE_LIBDL=1 -DHAVE_LIBGL=1 -DHAVE_LIBOSMESA=1
-DGLADEUI_UNINSTALLED_DIR=\"/<<PKGBUILDDIR>>/src/gtk-glade/glade/\"
-DGTKGLEXT_AVAILABLE=1 -DHAVE_LIBSOUNDTOUCH=1 -DGETTEXT_PACKAGE=\"desmume\"
-DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1
-DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_JIT=1 -DHOST_LINUX=1
-DHOST_64=1 -DGDB_STUB=1 -I. -I../src -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/
alsa -I/usr/include/agg2 -I/usr/include/soundtouch -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
utils/libfat/directory.o utils/libfat/directory.cpp
utils/libfat/directory.cpp: In function 'size_t
_FAT_directory_mbstoucs2(ucs2_t*, const char*, size_t)':
utils/libfat/directory.cpp:142:33: error: ISO C++ forbids comparison between
pointer and integer [-fpermissive]
while (count < len-1 && src != '\0') {
^~~~
Makefile:1188: recipe for target 'utils/libfat/directory.o' failed
make[3]: *** [utils/libfat/directory.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:1205: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:423: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: desmume
Source-Version: 0.9.11-3
We believe that the bug you reported is fixed in the latest version of
desmume, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Evgeni Golov <evg...@debian.org> (supplier of updated desmume 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 22 Oct 2017 11:23:03 +0200
Source: desmume
Binary: desmume
Architecture: source
Version: 0.9.11-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Evgeni Golov <evg...@debian.org>
Description:
desmume - Nintendo DS emulator
Closes: 853372
Changes:
desmume (0.9.11-3) unstable; urgency=medium
.
* Import upstream patch to fix FTBFS with GCC7
Closes: #853372
Checksums-Sha1:
2866d7780927c1f239568fb8b54bd377722d784f 2077 desmume_0.9.11-3.dsc
28b09a2c9ca851f5b8cdc732b4786efd43d65d78 12567 desmume_0.9.11-3.diff.gz
6520edf083b03759e52de76b4b3e8dfd08ad388e 13992
desmume_0.9.11-3_source.buildinfo
Checksums-Sha256:
9b772752bcb4a5667601420488147eb3b03c3e16cd298441b37ff18288a0b5c4 2077
desmume_0.9.11-3.dsc
90b22cdbd3b04a7ca138b551c1841c2264539134bfe97b292ba5f0dc03caa1b8 12567
desmume_0.9.11-3.diff.gz
987380df7e941354e06943418ac09168f2b0177777af255736f0805589be0017 13992
desmume_0.9.11-3_source.buildinfo
Files:
08322a81e939b8f39df55b33a3ae0cd7 2077 games extra desmume_0.9.11-3.dsc
6f9d70f91fd2455e897a8ef26454cee9 12567 games extra desmume_0.9.11-3.diff.gz
de13b3d4603c969a3429efdd462c497a 13992 games extra
desmume_0.9.11-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEExXWpV+gZuhi/B+dmobCbQjM5YegFAlnsZe4ACgkQobCbQjM5
YejPgBAA66D2UQxe8WKpzCakkogVBiV07E8U2HARzC3da8Hpz35iraFkFLdEKdJr
SA4LZ/1jhA+iaMqKQcTf8k4OiBPkN0ndrG6yCxCEVe9h4/IKEIgcwEo1vWDrwxEE
qnW0ThBrnpC+lRbPZv5fkqvY7Ya2E2Z2VvCSbE4dZ1Y62t1lZmbSMDNhugkThTfK
QZPLALbUxRqLOiAjPTzktKzXRoyqMAVFMhwvEL3rLCuwWe84YV2lPDn3wQhWmLmF
BBRWC640MxqCkfyOoNvbVKZS+cUcX9O5FI9UP7QQmswT5j4LlxnkWRNmRen1kbU2
MfYO1xn6AIAISWIVPCfu5TVj5hCn8C05kgN/ONsUULLygkleX06e/H+/CsDWaFtb
AagMMeXTxKA2ugzgvLT/dMTqUtiqBwQl+5JlaJbNZ/3RAX9sX72XACZzWrZqafog
E8L3gl+zf2aEdV27sul+Aaoae2r3i7c0Sgezo0FjYfq/Xrs4JdDbPW+doF9OGs8F
b6UVZWhf7ImcOCcw/f2pCL6venYb4MxEpsnM3g0qiWQpg8m8PaO5txsPhs/v6yP0
pfRk0PXC2sFBWiLS1rnYg85V2HDap45PJqgOvz8f4ztMtJtfg4BCZe9N5trCC7cK
8QVUG5SQrRVkrpBlZgL1T+iRhbdffoLalXDmgV1IfudclCvwZ+k=
=TFZ+
-----END PGP SIGNATURE-----
--- End Message ---