Your message dated Sun, 17 Mar 2024 11:24:53 +0000
with message-id <e1rlodj-009qab...@fasolo.debian.org>
and subject line Bug#1066295: fixed in lincity 1.13.1-16
has caused the Debian Bug report #1066295,
regarding lincity: FTBFS: fileutil.c:349:5: error: implicit declaration of 
function ‘HandleError’ [-Werror=implicit-function-declaration]
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.)


-- 
1066295: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066295
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lincity
Version: 1.13.1-15
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -Wall -c -o shrglobs.o shrglobs.c
> fileutil.c: In function ‘find_libdir’:
> fileutil.c:349:5: error: implicit declaration of function ‘HandleError’ 
> [-Werror=implicit-function-declaration]
>   349 |     HandleError (_("Error. Can't find LINCITY_HOME"), FATAL);
>       |     ^~~~~~~~~~~
> fileutil.c: In function ‘make_savedir’:
> fileutil.c:590:5: warning: ignoring return value of ‘chown’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   590 |     chown (lc_save_dir, getuid (), getgid ());
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -Wall -c -o stats.o stats.c
> fileutil.c: In function ‘find_libdir’:
> fileutil.c:324:13: warning: ‘__builtin_strncpy’ specified bound 256 equals 
> destination size [-Wstringop-truncation]
>   324 |             strncpy (LIBDIR, home_dir, LC_PATH_MAX);
>       |             ^
> fileutil.c:332:53: warning: ‘__builtin___snprintf_chk’ output may be 
> truncated before the last format character [-Wformat-truncation=]
>   332 |         snprintf (filename_buf, LC_PATH_MAX, "%s%c%s",
>       |                                                     ^
> In file included from /usr/include/stdio.h:906,
>                  from fileutil.c:7:
> In function ‘snprintf’,
>     inlined from ‘find_libdir’ at fileutil.c:332:2:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
> ‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 257) into a 
> destination of size 256
>    54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    55 |                                    __glibc_objsize (__s), __fmt,
>       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    56 |                                    __va_arg_pack ());
>       |                                    ~~~~~~~~~~~~~~~~~
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
> -DLC_X11=1 -Wall -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -Wall -c -o lcx-ldsvgui.lo `test -f 
> 'ldsvgui.c' || echo './'`ldsvgui.c
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
> -DLC_X11=1 -Wall -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -Wall -c -o lcx-splash.lo `test -f 
> 'splash.c' || echo './'`splash.c
> fileutil.c: In function ‘find_localized_paths’:
> fileutil.c:430:33: warning: ‘%s’ directive writing 8 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   430 |     sprintf (message_path, "%s%c%s%c%s%c", LIBDIR, PATH_SLASH, 
> "messages",
>       |                                 ^~                             
> ~~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘find_localized_paths’ at fileutil.c:430:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 12 or more bytes (assuming 267) into a 
> destination of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘find_localized_paths’:
> fileutil.c:437:30: warning: ‘%s’ directive writing 4 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   437 |     sprintf (help_path, "%s%c%s%c%s%c", LIBDIR, PATH_SLASH, "help",
>       |                              ^~                             ~~~~~~
> In function ‘sprintf’,
>     inlined from ‘find_localized_paths’ at fileutil.c:437:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 8 or more bytes (assuming 263) into a 
> destination of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘find_localized_paths’:
> fileutil.c:455:35: warning: ‘%s’ directive writing 8 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   455 |       sprintf (message_path, "%s%c%s%c%s%c", LIBDIR, PATH_SLASH, 
> "messages",
>       |                                   ^~                             
> ~~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘find_localized_paths’ at fileutil.c:455:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 12 and 394 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘find_localized_paths’:
> fileutil.c:464:32: warning: ‘%s’ directive writing 4 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   464 |       sprintf (help_path, "%s%c%s%c%s%c", LIBDIR, PATH_SLASH, "help",
>       |                                ^~                             ~~~~~~
> In function ‘sprintf’,
>     inlined from ‘find_localized_paths’ at fileutil.c:464:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 8 and 390 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘find_localized_paths’:
> fileutil.c:464:32: warning: ‘%s’ directive writing 4 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   464 |       sprintf (help_path, "%s%c%s%c%s%c", LIBDIR, PATH_SLASH, "help",
>       |                                ^~                             ~~~~~~
> In function ‘sprintf’,
>     inlined from ‘find_localized_paths’ at fileutil.c:464:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 8 and 390 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘find_localized_paths’:
> fileutil.c:477:33: warning: ‘%s’ directive writing 8 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   477 |     sprintf (message_path, "%s%c%s%c", LIBDIR, PATH_SLASH, "messages",
>       |                                 ^~                         ~~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘find_localized_paths’ at fileutil.c:477:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 11 and 266 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘find_localized_paths’:
> fileutil.c:482:30: warning: ‘%s’ directive writing 4 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   482 |     sprintf (help_path, "%s%c%s%c", LIBDIR, PATH_SLASH, "help",
>       |                              ^~                         ~~~~~~
> In function ‘sprintf’,
>     inlined from ‘find_localized_paths’ at fileutil.c:482:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 7 and 262 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLC_X11=1 -Wall -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -c ldsvgui.c  -fPIC -DPIC -o .libs/lcx-ldsvgui.o
> fileutil.c: In function ‘init_path_strings’:
> fileutil.c:511:36: warning: ‘%s’ directive writing 10 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   511 |     sprintf (colour_pal_file, "%s%c%s", LIBDIR, PATH_SLASH, 
> "colour.pal");
>       |                                    ^~                       
> ~~~~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘init_path_strings’ at fileutil.c:511:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 12 and 267 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘init_path_strings’:
> fileutil.c:512:33: warning: ‘%s’ directive writing 7 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   512 |     sprintf (opening_path, "%s%c%s", LIBDIR, PATH_SLASH, "opening");
>       |                                 ^~                       ~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘init_path_strings’ at fileutil.c:512:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 9 and 264 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘init_path_strings’:
> fileutil.c:516:32: warning: ‘%s’ directive writing 11 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   516 |     sprintf (opening_pic, 
> "%s%c%s",opening_path,PATH_SLASH,"open.tga.gz");
>       |                                ^~                          
> ~~~~~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘init_path_strings’ at fileutil.c:516:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 13 and 268 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘init_path_strings’:
> fileutil.c:518:33: warning: ‘%s’ directive writing 5 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   518 |     sprintf (graphic_path, "%s%c%s%c", LIBDIR, PATH_SLASH, "icons",
>       |                                 ^~                         ~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘init_path_strings’ at fileutil.c:518:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 8 and 263 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘init_path_strings’:
> fileutil.c:527:29: warning: ‘%s’ directive writing 17 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   527 |     sprintf (fontfile, "%s%c%s", opening_path, PATH_SLASH,
>       |                             ^~
>   528 |              "iso8859-1-8x8.raw");
>       |              ~~~~~~~~~~~~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘init_path_strings’ at fileutil.c:527:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 19 and 274 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> fileutil.c: In function ‘init_path_strings’:
> fileutil.c:553:44: warning: ‘%s’ directive writing 6 bytes into a region of 
> size between 0 and 255 [-Wformat-overflow=]
>   553 |     sprintf (lc_textdomain_directory, "%s%c%s", LIBDIR, PATH_SLASH, 
> "locale");
>       |                                            ^~                       
> ~~~~~~~~
> In function ‘sprintf’,
>     inlined from ‘init_path_strings’ at fileutil.c:553:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 8 and 263 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
> -DLC_X11=1 -Wall -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -Wall -c -o lcx-lchelp.lo `test -f 
> 'lchelp.c' || echo './'`lchelp.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLC_X11=1 -Wall -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -c splash.c  -fPIC -DPIC -o .libs/lcx-splash.o
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:775: fileutil.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/lincity_1.13.1-15_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: lincity
Source-Version: 1.13.1-16
Done: Kari Pahula <k...@debian.org>

We believe that the bug you reported is fixed in the latest version of
lincity, 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 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kari Pahula <k...@debian.org> (supplier of updated lincity 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: SHA256

Format: 1.8
Date: Sun, 17 Mar 2024 11:10:25 +0200
Source: lincity
Architecture: source
Version: 1.13.1-16
Distribution: unstable
Urgency: medium
Maintainer: Kari Pahula <k...@debian.org>
Changed-By: Kari Pahula <k...@debian.org>
Closes: 1066295
Changes:
 lincity (1.13.1-16) unstable; urgency=medium
 .
   * Add HandleError declaration to lin-city.h to avoid implicit definition
     error from the -Werror=implicit-function-declaration build
     flag. (Closes: #1066295)
   * Standards-Version 4.6.2 (no changes necessary)
Checksums-Sha1:
 ba9c119954822b3b1e257e9b38561bcc2c87c121 1778 lincity_1.13.1-16.dsc
 cd05f8f3abe7c2f5f6cb2ebd6738b92634d5d641 27800 lincity_1.13.1-16.debian.tar.xz
 0683bc3e453675960e38085bf6af3847b9a917a3 8364 
lincity_1.13.1-16_source.buildinfo
Checksums-Sha256:
 f78df464f2b5c5df267b04375f4c83c614475e5286e92fae752a4280af2a818d 1778 
lincity_1.13.1-16.dsc
 1986e9c7fc2654522e138661fbd4179b5a0ea77e8d84dbd9560799e63eb0dc31 27800 
lincity_1.13.1-16.debian.tar.xz
 668f29a8ab287cae73ad8c9dc86dbebf2733329a9e241ebc93a4c489ae0f0293 8364 
lincity_1.13.1-16_source.buildinfo
Files:
 826cf7c66f58d2f2d81fc891a8efb3dc 1778 games optional lincity_1.13.1-16.dsc
 6a364e952f59141d34dbd680fac107b9 27800 games optional 
lincity_1.13.1-16.debian.tar.xz
 dbccce700d2d375b447fdcfec98882b3 8364 games optional 
lincity_1.13.1-16_source.buildinfo

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

iQIzBAEBCAAdFiEECcOX/lMRGGlaUzRFhAhn7p2PJlwFAmX2xC0ACgkQhAhn7p2P
JlxAMxAAhXxlEjyl4GsOMzxhRORELVkp1rIv/INpKpOBZBn1nj9cne4qC6JXqHBB
Vb94l96qTH60hy2xSuqp8RSI7Er7rMXzpo9WUAzZzvekFjoTxwWMNID8fvtossJW
0DFJ8j3FGGbJiyrKwwiKGkpaRi1U78xaPNBNnD/6Pr1LOtXKsV7852gLEA/ux4iU
baetOe2l/YtmxiwQ1KqVkwOTzZ8fHd2o6NNXF+2A9t8qCwZALaXsGQXOGcP2tjjl
EIVz1TuV+gxl2x0ALztQah5i+ldcubWTKIcxe2gw4aVtWOQHCCkrxaudB80XAKsz
hlbgicwEct9NU7Ihs+DwAOHKIjLnREv/nbnt4eWzyTZh3TjR3J8h66vUPk6mcg8R
h7rVo5xdlYoOazMI/QMGrXsGdsnG7I13pFBJ4FU7ljCfvwxNqI7cPUNYwa9vJKGC
chT9JQgsk1PzmU3KR5GGJGshwlyfEAcpaHG5E38oTB61t+xCsbUDdQZA7mYa0Wit
wgIsJLBKGAURoM2ATm5aM62ZN2DOJ1GId/S0rhI1x6B6TfNFhCFGs+DFvyzEMHKX
IHSAFpyuEtYCYvqcxRtwSvR8zyhuwH1jFASrzlntUQPRfREC1KF8FdJSOi8yJ9IK
4cc7iji/1MyvVoZ8G8ES8Xfa0CRriCh1tEPtp5m2EGJUzuzoVS0=
=UdUl
-----END PGP SIGNATURE-----

Attachment: pgpO8i_2xsq8F.pgp
Description: PGP signature


--- End Message ---

Reply via email to