Your message dated Wed, 18 Feb 2015 23:25:23 +0000 with message-id <[email protected]> and subject line Bug#760077: fixed in flightgear-data 3.4.0+dfsg-0~exp1 has caused the Debian Bug report #760077, regarding flightgear-data-aircrafts: SenecaII: timed updates receive the total elapsed time, not delta time since last update 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.) -- 760077: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760077 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: flightgear-data-aircrafts Version: 3.0.0-1 Severity: normal The bug is pretty obvious in SenecaII.nas, the patch below should be self-explanatory. ---------------------------------------------------------------------- Revision: a1938d7b46898441959a01cf7a9fc145cc724d29 Parent: 881d90681de950215bc0154cdc2d7207b044df2e Author: Ludovic Brenta Date: 2014-08-31T17:29:30 Branch: org.flightgear.aircraft.SenecaII Changelog: * Bug fix: pass the delta time since last update, not total elapsed time, to updaters. Changes against parent 881d90681de950215bc0154cdc2d7207b044df2e patched Nasal/SenecaII.nas ============================================================ --- Nasal/SenecaII.nas bb1eae50e10da5dfe78bdc80a25ff1bbaafc746a +++ Nasal/SenecaII.nas 0787b6637818bae913fa8eb8862ad7a46dcde591 @@ -19,10 +19,11 @@ var timedUpdate = func { var timeNode = props.globals.getNode( "/sim/time/elapsed-sec", 1 ); var lastRun = timeNode.getValue(); var timedUpdate = func { - var dt = timeNode.getValue() - lastRun; + var now = timeNode.getValue(); foreach( var n; updateClients ) { - n.update( dt ); + n.update(now - lastRun); } + lastRun = now; settimer( timedUpdate, 0 ); }; -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (10000, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- no debconf information
--- End Message ---
--- Begin Message ---Source: flightgear-data Source-Version: 3.4.0+dfsg-0~exp1 We believe that the bug you reported is fixed in the latest version of flightgear-data, 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. Markus Wanner <[email protected]> (supplier of updated flightgear-data 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: Wed, 18 Feb 2015 22:59:19 +0100 Source: flightgear-data Binary: flightgear-data-base flightgear-data-ai flightgear-data-aircrafts flightgear-data-models flightgear-data-all Architecture: source all Version: 3.4.0+dfsg-0~exp1 Distribution: experimental Urgency: medium Maintainer: Debian FlightGear Crew <[email protected]> Changed-By: Markus Wanner <[email protected]> Description: flightgear-data-ai - FlightGear Flight Simulator -- standard AI data flightgear-data-aircrafts - FlightGear Flight Simulator -- standard aircraft flightgear-data-all - FlightGear Flight Simulator - virtual package flightgear-data-base - FlightGear Flight Simulator -- base files flightgear-data-models - FlightGear Flight Simulator -- standard models Closes: 760077 760083 760698 766251 776913 Changes: flightgear-data (3.4.0+dfsg-0~exp1) experimental; urgency=medium . [ Florent Rougon ] * New upstream release 3.2 (Closes: #766251). * Remove 766251.patch which is not necessary anymore. * Adjust dependencies on flightgear. * Drop the obsolete dummy packages fgfs-*. * debian/rules: replace "find ... -exec {} \;" with "find ... -execdir '{}' +" for more efficiency when calling chmod on many files. * Drop the obsolete debian/links file (link from /usr/share/doc/fgfs-base/Docs to /usr/share/games/FlightGear/Docs). . [ Markus Wanner ] * New upstream almost-release 3.4, tagged 3.4.0~rc99 to avoid confusion with the eventual real 3.4.0 (Closes: #776913, #760698, #760077, #760083). * Drop patch translation-update-pt.diff, it got applied upstream. * Drop references to Textures.high from d/rules. These directories no longer exist. Add the new webgui. * Update debian/copyright and debian/watch. * Repack upstream's tarball: remove jquery, flot and leaflet from webgui's 3rdparty. Also strip the unneeded copies of tzdata and the liberation font. * Add the necessary JavaScript dependencies, instead. Add patch use-system-jslibs.diff to deal with the version-less jquery file name of libjs-jquery. * Add missing-sources for the sprintf js library. * Bump S-V: no changes needed. * Update the watch file. * Use dh_link rather than the former dance in postinst/prerm. Drop these two for flightgear-data-base. * Drop another unnecessary LICENSE file. Checksums-Sha1: 24efc1621dade6576f013db9d58fd970dae79884 3061 flightgear-data_3.4.0+dfsg-0~exp1.dsc f3a060dcea357c6e083ebcbfc2caabd5d99abe67 1143853944 flightgear-data_3.4.0+dfsg.orig.tar.bz2 54412ea94df633dffd9ca4d33515a0e6389af8ad 14232 flightgear-data_3.4.0+dfsg-0~exp1.debian.tar.xz 1a2c24a3d9c07c8e8cdd17aa7b434fac933890b6 579416918 flightgear-data-base_3.4.0+dfsg-0~exp1_all.deb 98e8e4b9742fb765a9bb0c336f4724f9131e3506 191260798 flightgear-data-ai_3.4.0+dfsg-0~exp1_all.deb d0496907e1e6879977a3fc5d30ce44a0ec83fd4f 162279396 flightgear-data-aircrafts_3.4.0+dfsg-0~exp1_all.deb 53940b122c11e01728263ac346deafb5b4680350 135588088 flightgear-data-models_3.4.0+dfsg-0~exp1_all.deb dbda156d963e2b6d77e1564c7bd3f9619bfb7987 6314 flightgear-data-all_3.4.0+dfsg-0~exp1_all.deb Checksums-Sha256: 6d53834478d3829d2d5e98585e280b82aa862879d57a9b5ff24e89d6c91abaab 3061 flightgear-data_3.4.0+dfsg-0~exp1.dsc cdab8fe483f77ffba4cd429cc6f07a1fc797bc25cbf5b9f26da945c952e00a8c 1143853944 flightgear-data_3.4.0+dfsg.orig.tar.bz2 9370a425bd6dc8da4051182326537c7d1df29e85f958b159e5384467ad3b8686 14232 flightgear-data_3.4.0+dfsg-0~exp1.debian.tar.xz af19a600b043723cc413fe2ec8fec9dc01949286876dd975eab5a6f76db605cc 579416918 flightgear-data-base_3.4.0+dfsg-0~exp1_all.deb f86d99b6e8c58ad029c659763098a677dac0e348f1bdf2045d94d2f7c97cbb55 191260798 flightgear-data-ai_3.4.0+dfsg-0~exp1_all.deb 863099a6b6907733165a0efaabeab1ebe8204c72e77fb5c7eeda052238e01f97 162279396 flightgear-data-aircrafts_3.4.0+dfsg-0~exp1_all.deb db3a8ac21714770278b7bb4e9bf923bc1740f188ac8058c131fb3ee8d76bebdc 135588088 flightgear-data-models_3.4.0+dfsg-0~exp1_all.deb 86d024fa3f1eed1908a97a906b677415a2ea14544c58e3c4a4bf3ae925b54a79 6314 flightgear-data-all_3.4.0+dfsg-0~exp1_all.deb Files: d3a50e1482620589887dcf95e3f3ad81 3061 games extra flightgear-data_3.4.0+dfsg-0~exp1.dsc 977554523a3e402f89e72e64affb1f51 1143853944 games extra flightgear-data_3.4.0+dfsg.orig.tar.bz2 9cdbdf76307010033859ac44f557a7a3 14232 games extra flightgear-data_3.4.0+dfsg-0~exp1.debian.tar.xz 66319bd62cfb7cf73a3b056b00855f20 579416918 games extra flightgear-data-base_3.4.0+dfsg-0~exp1_all.deb 46ee8a0b51dad54326ceaa5eca5b2aab 191260798 games extra flightgear-data-ai_3.4.0+dfsg-0~exp1_all.deb 765968c41a091dec47b34aa760686138 162279396 games extra flightgear-data-aircrafts_3.4.0+dfsg-0~exp1_all.deb fcc56724d8d365b0ee940d3539ee45cf 135588088 games extra flightgear-data-models_3.4.0+dfsg-0~exp1_all.deb 20dab4d6b3a5f7163ecdcf237f4368dc 6314 games extra flightgear-data-all_3.4.0+dfsg-0~exp1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQQcBAEBCgAGBQJU5Q4QAAoJEOhoLRs/MemzrZgf/RhVipE8h4ix6pv8Am3hXL8t ceNU9GZbLdz9h4f6YWuW1d8ghs+QjFw60Af2oLLrN0zF1HZZxabgN9QS6fEft+JT yGvWi9yn9TiDZCv92WkROlaMYB+mkWWiCji8+ffpdhj7SUzpO0ng7Y3bCBOFjY0m IgpKF8ggvmBDF+e4jhD+Xof3CA7UmZrEQWjRxjk9PQV4J5sf3yHAcR/02APJtp7f LcvSBwTPJrxZp8GIqvRyAGRrvFGTB1Ypn7dQXV/0UpJpEHsOmSqD24vwi7JormhY 4ZDdDpH7gHPUM8a1trbxGdTKs0TDH0O6bKmpmPq09UFf1BqGnL7VdceZUT/sK55x WTE/N08GgbKO9MII55FGQFAdpZRub4aqTX2xSzEiiBwHNoWta8pzL9iq2tFIYuUW OMtkwNRCALJ5qA7shT8FqSZOYs1tymmCY4+KoHa0cZEewqW1JUfSI9IRSXpWC9Ef 5wAJ54GL1vUnlRi1WWvUx1qysfJGUSv42Zn6x4B6t9xuJxTrTmCS3qS2c7y2UFvi LsYKIWNBCCJfecf3s+jsC4+lj327l0PVGOhMXl00XD0YWGMJMCqXEp2iPoTyys9Y lrq2bnS7W0hUf6NlywgAE+1gFPT43LqSEPRdr+mukqYm1tHLRzXbspAcTcQmo8x/ OL7Dgev7wxTu+AWeYL6bBOVMz/YVA53rfYI/ubYhFVV8cYJskcOYE31AMvcsqYJQ WapJGWmcNTG5J5HU5A3LZUaGI0nguB+6Tty578CJXs2yw5W4XlU3LnxvQQnZw7nS OH3VKblUwCyLqhPNWb5tihXr5VgyeMRpQiTlaJptT0Mg3+5jGmNt2T/YVLqnmr9N Yiy9LIaKj3CvCfhP8Wqx7u+AfdUrRHPM+4oeRgiygs17bKfvPdV8b52qEgz4iRyL tLPcD5AU4CD4viFAdc6bvNdzlouh/x6eCjf/2duVLfX8jF5jgyB+k15WbVQyq26X 6d6FHVZfb7mr14UBSLsN5sH9yMP+yIWwX/niaFRxAW1d2AQQ2oDqmyBpK1h/vyRf MKhHounNj3br7kBkRRwoEpXaAanl6vhgRkWLIQQjCyMFLg40DHtwoKDATb3JoEEt NsI58QYyd5Y3rssv6IPwD1xbDKFIVYi3opEV/ECRPCIVw6mULRPCvziL18b/uZ6v 7orOCYuoBomp2fCNPBGQkknyrGoxYRAo7iwmfQr87XvBSvkt9VFsFpUTviXH3C6p Yj9C4leA0Jh8+alQv87zpRu56S3EW+DH+W2J9VpAQEU2TEM1p83h9DJBXMR1juKU k5I5Jp/pvrXonZCFDOdfG8I5V9Kb6jwqVBGC7N3WlTsZ3mR0/VwJW2qsDu5VVsI= =K18P -----END PGP SIGNATURE-----
--- End Message ---

