Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Install-files-in-standard-Debian-paths.patch | Install files in standard Debian paths | Ole Streicher <ole@aip.de> | no | 2020-05-27 | ||
Fixes-96-Eliminate-extraneous-includes.patch | Fixes #96 - Eliminate extraneous includes. Eliminated Foo* types in include/types directory. These were originally introuced during development for testing, but were eventually replaced by analogous types in the tests subdirectory. The ones in the top include dir are unused and thus deleted. ... |
Tom Clune <thomas.l.clune@nasa.gov> | no | 2020-06-03 | ||
Reproducible-build.patch | Make the build reproducible Hi, Whilst working on the Reproducible Builds effort [0] we noticed that gftl could not be built reproducibly. This is because it calls out to m4 during the build with the --synclines/-s argument, resulting in absolute filenames in the generated files: │ │ │ -#line 1 "/build/1st/gftl-1.2.5/include/types/../templates/header.m4" │ │ │ +#line 1 "/build/2/gftl-1.2.5/2nd/include/types/../templates/header.m4" Patch attached that drops these "-s" arguments. |
Chris Lamb <lamby@debian.org> | no | 2020-06-24 |