Your message dated Tue, 07 Feb 2012 21:36:13 +0000
with message-id <[email protected]>
and subject line Bug#486597: fixed in lincity 1.13.1-8
has caused the Debian Bug report #486597,
regarding .coal_reserve isn't properly initialized by clear_game ()
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.)
--
486597: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486597
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lincity
Version: 1.13.1-6
As .coal_reserve isn't properly initialized by clear_game (),
each time player selects ``New game'' the coal reserve gets
increased by NUMOF_COAL_RESERVES squares. Thus, after
restarting the game for a number of times one gets a lot of coal
to dig out.
--- lincity-1.13.1/simulate.c~ 2003-07-28 12:06:11.000000000 +0700
+++ lincity-1.13.1/simulate.c 2008-06-17 11:09:55.000000000 +0700
@@ -85,6 +85,7 @@
MP_GROUP(x,y) = get_group_of_type(fill);
if (MP_GROUP(x,y) < 0) MP_GROUP(x,y) = GROUP_BARE;
MP_INFO(x,y).population = 0;
+ MP_INFO(x,y).coal_reserve = 0;
MP_INFO(x,y).flags = 0;
MP_INFO(x,y).int_1 = 0;
MP_INFO(x,y).int_2 = 0;
--- End Message ---
--- Begin Message ---
Source: lincity
Source-Version: 1.13.1-8
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:
lincity_1.13.1-8.debian.tar.gz
to main/l/lincity/lincity_1.13.1-8.debian.tar.gz
lincity_1.13.1-8.dsc
to main/l/lincity/lincity_1.13.1-8.dsc
lincity_1.13.1-8_amd64.deb
to main/l/lincity/lincity_1.13.1-8_amd64.deb
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.
Kari Pahula <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 05 Feb 2012 00:23:58 +0200
Source: lincity
Binary: lincity
Architecture: source amd64
Version: 1.13.1-8
Distribution: unstable
Urgency: low
Maintainer: Kari Pahula <[email protected]>
Changed-By: Kari Pahula <[email protected]>
Description:
lincity - build & maintain a city/country
Closes: 374901 486597 658573
Changes:
lincity (1.13.1-8) unstable; urgency=low
.
* New maintainer (Closes: #658573)
* Use cdbs and autoconf to regenerate configure script at build time.
* Standards-Version 3.9.2, dpkg-source format 3.0 (quilt) and debhelper
compat 9.
* Remove references to lincity-x and lincity-svga from debian/control.
* Priority changed to extra.
* Patch windmill segfault bug (Closes: #374901)
* Patch coal reserve initialization (Closes: #486597)
* Patch splash screen scroller delay to be 64 bit safe.
Checksums-Sha1:
1afbc9fec7da22b111b4e7cc973812f5e4a8d002 1156 lincity_1.13.1-8.dsc
7560843f6253b3a5d7bc7c5493fb50c02ac0f436 1064236 lincity_1.13.1.orig.tar.gz
69108c6ac10f534de6683f6530567e6a4dc0990c 36373 lincity_1.13.1-8.debian.tar.gz
ec3880b2e5f99f4d32572112b086265a0a53f2bb 603418 lincity_1.13.1-8_amd64.deb
Checksums-Sha256:
36a8028cd5732fa8a4538aee9a8e8391b3d9b8583d4fc82a87a3a1593685789b 1156
lincity_1.13.1-8.dsc
7b4cbd11ffd4cbed79a0aadb25f2b1c34e25a8201182fbb259ce2f450fe5015d 1064236
lincity_1.13.1.orig.tar.gz
a29191a8d05fadd009351baee6902485d79f63cf713d210537a8171c97b2532f 36373
lincity_1.13.1-8.debian.tar.gz
67d92a75899dfd611dc672287c68cae04331603d37d6700f8c2380d9803aed74 603418
lincity_1.13.1-8_amd64.deb
Files:
5ae2bd5fa05aa7d7f0cbe1204f0efedc 1156 games extra lincity_1.13.1-8.dsc
2d37906d4b141cd457ec93d778bb8fe1 1064236 games extra lincity_1.13.1.orig.tar.gz
0b134c6d49edca424fa608e1612c741b 36373 games extra
lincity_1.13.1-8.debian.tar.gz
a4ba7e42094e7ce130f8f3e5707a0bf7 603418 games extra lincity_1.13.1-8_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk8uRvQACgkQeYl9593Atw3GxgCeNFCefOC/TNLWYHgUot3lKXk3
khwAoLC/VPYQ1oX1JLPLBt1vLZNRVF9b
=lQ2D
-----END PGP SIGNATURE-----
--- End Message ---