Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
spelling_20160206.patch | Fix various spelling errors in release 2016.1.0. | Markus Wanner <markus@bluegap.ch> | no | lintian | 2016-02-06 | |
spelling_20160529.patch | Fix some more spelling errors in release 2016.2.1. | Markus Wanner <markus@bluegap.ch> | no | lintian | 2016-05-29 | |
spelling_20160920.patch | Fix some more spelling errors in release 2016.3.1. | Markus Wanner <markus@bluegap.ch> | no | lintian | 2016-09-20 | |
spelling_20161121.patch | Fix various spelling errors in release 2016.4.4. | Markus Wanner <markus@bluegap.ch> | no | lintian | 2016-11-21 | |
spelling_20170725.patch | Fix various spelling errors in release 2017.2.1. | Markus Wanner <markus@bluegap.ch> | no | lintian | 2017-07-25 | |
disable-check-for-windows.h.patch | Disable check for windows.h | "Dr. Tobias Quathamer" <toddy@debian.org> | no | 2018-12-09 | ||
hid-bigendian.patch | hid-bigendian =================================================================== |
Joel Ray Holveck <joelh@piquan.org> | no | 2020-10-13 | ||
0008-Disable-some-failing-tests.patch | Disable some failing tests | Debian FlightGear Crew <team+flightgear@tracker.debian.org> | no | 2020-06-16 | ||
0009-Disable-some-newly-failing-tests.patch | Disable some newly failing tests | "Dr. Tobias Quathamer" <toddy@debian.org> | no | 2020-06-18 | ||
0010-Ignore-some-more-tests.patch | Ignore some more tests | "Dr. Tobias Quathamer" <toddy@debian.org> | no | 2020-12-08 | ||
0011-test-compilation-fix.patch | Revert test_gps.cxx to the last known working version Revert all changes to test_gps.cxx between 2020.5.4 and 2020.5.5 due to the missing method pointAlongRouteNorm. This patch should be removed again once upstream fixes this. |
Markus Wanner <markus@bluegap.ch> | no | 2020-12-28 | ||
use-UTC-timestamp-for-reproducibility.patch | [PATCH] package/CMakeLists.txt: Use UTC timestamp. While cmake respects SOURCE_DATE_EPOCH, the timezone may still change the date stamp used. https://reproducible-builds.org/docs/source-date-epoch/ |
Vagrant Cascadian <vagrant@reproducible-builds.org> | no | 2021-10-17 | ||
fix-atomic-build-riscv64.patch | Don't use atomic_bool, but atomic_int, the latter doesn't need external latomic linkingon riscv64 | Gianfranco Costamagna <locutusofborg@debian.org> | no | https://sourceforge.net/p/flightgear/flightgear/merge-requests/306/ | 2022-12-10 | |
Fix-build-with-64-bit-time_t-on-32-bit-architectures.patch | Fix build with 64-bit time_t on 32-bit architectures In such configurations, input_event struct does not have time member, and it has __sec and __usec members instead. input_event_sec and input_event_usec are macros that expand to time.tv_sec/time.tv_usec or __sec/__usec, depending on the time_t configuration. See this Linux commit for more information: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=152194fe9c3f0323 |
Dmitry Shachnev <mitya57@debian.org> | yes | 2024-04-06 | ||
Move-checkIORules-to-SGPathNasalIORulesChecker.patch | NasalSGPath: move checkIORules() to SGPath::NasalIORulesChecker() This allows the from_nasal_helper() in SimGear that constructs SGPath instances from Nasal scalars to use SGPath::NasalIORulesChecker() as a PermissionChecker. |
Florent Rougon <f.rougon@frougon.net> | no | 2025-01-21 |