Your message dated Fri, 31 Jan 2020 03:54:35 +0000
with message-id <[email protected]>
and subject line Bug#925824: fixed in sgt-puzzles 20191231.79a5378-1
has caused the Debian Bug report #925824,
regarding sgt-puzzles: ftbfs with GCC-9
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.)


-- 
925824: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925824
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sgt-puzzles
Version: 20170606.272beef-1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/sgt-puzzles_20170606.272beef-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
depbase=`echo icons/singles-icon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT 
icons/singles-icon.o -MD -MP -MF $depbase.Tpo -c -o icons/singles-icon.o 
icons/singles-icon.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR="\"/usr/share\""  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-error=deprecated-declarations -Wall -Werror 
-std=c89  -Wl,-z,relro -o singles ./drawing.o ./dsf.o ./gtk.o ./latin.o 
./malloc.o ./maxflow.o ./midend.o ./misc.o ./printing.o ./ps.o ./random.o 
./singles.o ./tree234.o ./version.o i
 cons/singles-icon.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 
-lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
depbase=`echo sixteen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT sixteen.o -MD -MP 
-MF $depbase.Tpo -c -o sixteen.o sixteen.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo icons/sixteen-icon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT 
icons/sixteen-icon.o -MD -MP -MF $depbase.Tpo -c -o icons/sixteen-icon.o 
icons/sixteen-icon.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR="\"/usr/share\""  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-error=deprecated-declarations -Wall -Werror 
-std=c89  -Wl,-z,relro -o sixteen ./drawing.o ./gtk.o ./malloc.o ./midend.o 
./misc.o ./printing.o ./ps.o ./random.o ./sixteen.o ./version.o 
icons/sixteen-icon.o -lgtk-3 -lgdk-3 -lpang
 ocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 
-lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
depbase=`echo slant.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT slant.o -MD -MP 
-MF $depbase.Tpo -c -o slant.o slant.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo icons/slant-icon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT 
icons/slant-icon.o -MD -MP -MF $depbase.Tpo -c -o icons/slant-icon.o 
icons/slant-icon.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR="\"/usr/share\""  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-error=deprecated-declarations -Wall -Werror 
-std=c89  -Wl,-z,relro -o slant ./drawing.o ./dsf.o ./findloop.o ./gtk.o 
./malloc.o ./midend.o ./misc.o ./printing.o ./ps.o ./random.o ./slant.o 
./version.o icons/slant-icon.o -lgtk-3
  -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo 
-lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
depbase=`echo solo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT solo.o -MD -MP 
-MF $depbase.Tpo -c -o solo.o solo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo icons/solo-icon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT icons/solo-icon.o 
-MD -MP -MF $depbase.Tpo -c -o icons/solo-icon.o icons/solo-icon.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR="\"/usr/share\""  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-error=deprecated-declarations -Wall -Werror 
-std=c89  -Wl,-z,relro -o solo ./divvy.o ./drawing.o ./dsf.o ./gtk.o ./malloc.o 
./midend.o ./misc.o ./printing.o ./ps.o ./random.o ./solo.o ./version.o 
icons/solo-icon.o -lgtk-3 -lgdk
 -3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo 
-lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
depbase=`echo tents.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT tents.o -MD -MP 
-MF $depbase.Tpo -c -o tents.o tents.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo icons/tents-icon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT 
icons/tents-icon.o -MD -MP -MF $depbase.Tpo -c -o icons/tents-icon.o 
icons/tents-icon.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR="\"/usr/share\""  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-error=deprecated-declarations -Wall -Werror 
-std=c89  -Wl,-z,relro -o tents ./drawing.o ./dsf.o ./gtk.o ./malloc.o 
./maxflow.o ./midend.o ./misc.o ./printing.o ./ps.o ./random.o ./tents.o 
./version.o icons/tents-icon.o -lgtk-3 
 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo 
-lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
depbase=`echo towers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT towers.o -MD -MP 
-MF $depbase.Tpo -c -o towers.o towers.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo icons/towers-icon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT 
icons/towers-icon.o -MD -MP -MF $depbase.Tpo -c -o icons/towers-icon.o 
icons/towers-icon.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR="\"/usr/share\""  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-error=deprecated-declarations -Wall -Werror 
-std=c89  -Wl,-z,relro -o towers ./drawing.o ./gtk.o ./latin.o ./malloc.o 
./maxflow.o ./midend.o ./misc.o ./printing.o ./ps.o ./random.o ./towers.o 
./tree234.o ./version.o icons/tower
 s-icon.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 
-lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
depbase=`echo tracks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT tracks.o -MD -MP 
-MF $depbase.Tpo -c -o tracks.o tracks.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo icons/tracks-icon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT 
icons/tracks-icon.o -MD -MP -MF $depbase.Tpo -c -o icons/tracks-icon.o 
icons/tracks-icon.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR="\"/usr/share\""  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wno-error=deprecated-declarations -Wall -Werror 
-std=c89  -Wl,-z,relro -o tracks ./drawing.o ./dsf.o ./findloop.o ./gtk.o 
./malloc.o ./midend.o ./misc.o ./printing.o ./ps.o ./random.o ./tracks.o 
./version.o icons/tracks-icon.o -lgt
 k-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo 
-lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm 
depbase=`echo twiddle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DPACKAGE_NAME=\"puzzles\" -DPACKAGE_TARNAME=\"puzzles\" 
-DPACKAGE_VERSION=\"20170606.272beef\" -DPACKAGE_STRING=\"puzzles\ 
20170606.272beef\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"puzzles\" -DVERSION=\"20170606.272beef\" -I.  -I././ -I./icons/  
-Wdate-time -D_FORTIFY_SOURCE=2 -DDEBIAN_VERSION="\"20170606.272beef-1\"" 
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DSHAREDIR
 ="\"/usr/share\""  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security 
-Wno-error=deprecated-declarations -Wall -Werror -std=c89 -MT twiddle.o -MD -MP 
-MF $depbase.Tpo -c -o twiddle.o twiddle.c &&\
mv -f $depbase.Tpo $depbase.Po
twiddle.c: In function 'game_text_format':
twiddle.c:584:20: error: '%*d' directive writing between 1 and 2147483647 bytes 
into a region of size 80 [-Werror=format-overflow=]
  584 |      sprintf(buf, "%*d", col, v/4);
      |                    ^~~
twiddle.c:584:19: note: directive argument in the range [-536870912, 536870911]
  584 |      sprintf(buf, "%*d", col, v/4);
      |                   ^~~~~
In file included from /usr/include/stdio.h:873,
                 from twiddle.c:8:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
'__builtin___sprintf_chk' output between 2 and 2147483648 bytes into a 
destination of size 80
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [Makefile:2155: twiddle.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:30: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:20: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: sgt-puzzles
Source-Version: 20191231.79a5378-1

We believe that the bug you reported is fixed in the latest version of
sgt-puzzles, 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.
Ben Hutchings <[email protected]> (supplier of updated sgt-puzzles 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, 31 Jan 2020 03:31:17 +0000
Source: sgt-puzzles
Architecture: source
Version: 20191231.79a5378-1
Distribution: unstable
Urgency: medium
Maintainer: Ben Hutchings <[email protected]>
Changed-By: Ben Hutchings <[email protected]>
Closes: 925078 925824
Changes:
 sgt-puzzles (20191231.79a5378-1) unstable; urgency=medium
 .
   * New upstream version (Closes: #925078):
     - Fix build failure reported in gcc 9. (Closes: #925824)
   * debian/control: Point Vcs URLs to Salsa
   * debin/patches: Use git-debrebase to manage changes to upstream source
   * debian/rules, debian/README.source: Use upstream git instead of tarballs
   * debian/rules, debian/control: Build icon files
   * debian/rules: Drop obsolete files from dh_clean arguments
   * debian/rules: Clean up all generated files in dh_auto_clean rule
   * Build additional documentation in top-level directory, not doc/
   * Move PO files from debian/po to po
   * debian/rules: Drop redundant rm from override_dh_auto_configure rule
   * Update Standards-Version to 4.5.0:
     - mkfiles.pl: Change first line to #!/usr/bin/perl
     - debian/control: Set Rules-Requires-Root to no
   * debian/control: Update Recommends to match the help browser search path
   * debian/copyright: Remove obsolete statement about puzzles.chm
   * debian/copyright: Convert to machine-readable format
   * debian/copyright: Update dates, upstream authors, and source URL
Checksums-Sha1:
 f390c9105888859ce37cb1d04a1eaf34e0d0b17b 2192 
sgt-puzzles_20191231.79a5378-1.dsc
 6d2d2cfd6728061deca3a46ead2ef4d38b26cd89 835408 
sgt-puzzles_20191231.79a5378.orig.tar.xz
 99312522ba09733cf40e6c011ca009c925982cca 103696 
sgt-puzzles_20191231.79a5378-1.debian.tar.xz
Checksums-Sha256:
 b47189c72c95e68d3089fe7d952b3f6cd275798ba1fcf1fbd99c6f6b2d6453a8 2192 
sgt-puzzles_20191231.79a5378-1.dsc
 3468329ff8da89d57a4662196d2cb7a46f56f03de2e0726590f0cfc9780924d1 835408 
sgt-puzzles_20191231.79a5378.orig.tar.xz
 7e2b854342cc9ae4e0fa70e3dff526545f372232b2389fd908321c110f0b588e 103696 
sgt-puzzles_20191231.79a5378-1.debian.tar.xz
Files:
 54cad3658e899bb2c5cb6e8b1c74e257 2192 games optional 
sgt-puzzles_20191231.79a5378-1.dsc
 b68e1daf54be067bf6bafbdc6b0e5b97 835408 games optional 
sgt-puzzles_20191231.79a5378.orig.tar.xz
 1573c3e38f275505529a23e36b24ebc0 103696 games optional 
sgt-puzzles_20191231.79a5378-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEErCspvTSmr92z9o8157/I7JWGEQkFAl4zn/kUHGJlbkBkZWNh
ZGVudC5vcmcudWsACgkQ57/I7JWGEQke+w/+JUtuS69jPxsOKQVSMnsuwtzHHqqR
1XuAYUkc74SskNkswqlzumE5bI87l+V6LjoSYZzdZXgr2GqVsEMH4KT47qm6HJPO
S9ll/NWTPIxUmATpb8a6X1Mv8G0qJFady0YYLxl7ndhbut0YiGPb0PUCkaBmL5J7
ZsNqnIb2K1YKXapH8K+HbS1aI4B7XttRqqMtqTX2bdxF2oqacmzw/8cDo3MozK7C
dTNdqCtmeNA7ZhL6lk+c8FerRAnGEnsA44/vp2cvJsB2uXeANCTbVk3Lfkrl3IR0
zNTGsYG4+tErSnQ6rb/TL6LkknJ69VffA2rFNILc+axmHtBH2BrgV+CZRU6E8Usb
zdT3+GHQ5kJ2PyHywo99OwoROlkcpI3Ftd84HDQBQqlAMHAJbgA/iD3vTjvNhvmG
GBEUK0rn81yGeQJkCuCMh2AvZwJOiIvEbIg/jWzvve/vmHMcchmXGVR6ovlTiCGN
sg26Xlr2rZyjUisr/lxucMBTaOE5RD1U1ckd8VZGpkyP8X0aQwe/3YjaF1emNI0R
xOO05+biUv4iMC2pZYRssyPtwfVx0bfa9eZOw5SSf20NlXJZ0x/tQo47Eiai1Owq
CHKIPgPSpAspOUU+JcJ/8PM9xUdZ01YM8cABu1qlYiprvYRk7l+kDCqNigJ71uTC
r9V7HxssqsZ2Ti0=
=Y60p
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to