summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make fast forward from 1.3.1+ds-1HEADarchive/debian/1.3.1+ds-2masterÉtienne Mollier2023-08-15
|\ | | | | | | [dgit --quilt=gbp]
| * Declare fast forward from 1.3+ds-2archive/debian/1.3.1+ds-1Étienne Mollier2023-08-13
| |\ | | | | | | | | | [dgit --quilt=gbp --overwrite]
| | * fix "nan" test failures on i386 caused by -ffast-mathÉtienne Mollier2022-11-15
| | | | | | | | | | | | | | | | | | | | | Bug: https://github.com/FePhyFoFum/phyx/issues/145#issuecomment-824866619 Last-Update: 2022-04-14 Last-Update: 2022-04-14 Gbp-Pq: Name i386.patch
| | * Also build and vendor pxupgma pxnjNilesh Patra2022-11-15
| | | | | | | | | | | | | | | | | | Last-Update: 2021-07-10 Gbp-Pq: Name build-more-programs.patch
| | * Propagate hardening options in the buildNilesh Patra2022-11-15
| | | | | | | | | | | | | | | | | | Last-Update: 2021-04-22 Gbp-Pq: Name hardening.patch
| | * phyx (1.3+ds-2) unstable; urgency=mediumAndreas Tille2022-11-15
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ Olek Wojnar ] * Remove unneeded dependency on libatlas-cpp [ Andreas Tille ] * Standards-Version: 4.6.1 (routine-update) * No tab in license text (routine-update) [dgit import unpatched phyx 1.3+ds-2]
| | | * Import phyx_1.3+ds-2.debian.tar.xzAndreas Tille2022-11-15
| | | | | | | | | | | | [dgit import tarball phyx 1.3+ds-2 phyx_1.3+ds-2.debian.tar.xz]
| | * Import phyx_1.3+ds.orig.tar.xzÉtienne Mollier2022-04-14
| | | | | | | | [dgit import orig phyx_1.3+ds.orig.tar.xz]
| * fix infinite loop with gcc 13Étienne Mollier2023-08-13
| | | | | | | | | | | | | | | | | | | | Bug: https://github.com/FePhyFoFum/phyx/issues/178 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037817 Last-Update: 2023-08-12 Since gcc 13, the superdouble operation goes in infinite loop. Disabline compilation with -ffast-math resolves the issue. Last-Update: 2023-08-12 Gbp-Pq: Name deoptimize.patch
| * fix "nan" test failures on i386 caused by -ffast-mathÉtienne Mollier2023-08-13
| | | | | | | | | | | | | | Bug: https://github.com/FePhyFoFum/phyx/issues/145#issuecomment-824866619 Last-Update: 2022-04-14 Last-Update: 2022-04-14 Gbp-Pq: Name i386.patch
| * Also build and vendor pxupgma pxnjNilesh Patra2023-08-13
| | | | | | | | | | | | Last-Update: 2021-07-10 Gbp-Pq: Name build-more-programs.patch
* | propagate preprocessor and linker flags.Étienne Mollier2023-08-15
| | | | | | | | | | | | | | | | | | | | Forwarded: no Last-Update: 2023-08-15 This allows the programs to benefit from flags for implementing hardening. For some reason, a bunch of programs are still flagged as missing the appropriate preprocessor flags, although they are indeed passed per build log. Last-Update: 2023-08-15 Gbp-Pq: Name hardening.patch
* | fix numerous useless whatis entries.Étienne Mollier2023-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: no Last-Update: 2023-08-15 Note however this is not 100% ideal in the current form, as we are patching normally autogenerated files by html2man, in particular using the script provided by upstream: src/generate_manpages.py. If this has to be forwarded upstream, then this would need further adjustment; e.g. a dictionary mapping commands with their description in the script would help with automating the production of the descriptions. Last-Update: 2023-08-15 Gbp-Pq: Name whatis.patch
* | fix infinite loop with gcc 13Étienne Mollier2023-08-15
| | | | | | | | | | | | | | | | | | | | Bug: https://github.com/FePhyFoFum/phyx/issues/178 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037817 Last-Update: 2023-08-12 Since gcc 13, the superdouble operation goes in infinite loop. Disabline compilation with -ffast-math resolves the issue. Last-Update: 2023-08-12 Gbp-Pq: Name deoptimize.patch
* | fix "nan" test failures on i386 caused by -ffast-mathÉtienne Mollier2023-08-15
| | | | | | | | | | | | | | Bug: https://github.com/FePhyFoFum/phyx/issues/145#issuecomment-824866619 Last-Update: 2022-04-14 Last-Update: 2022-04-14 Gbp-Pq: Name i386.patch
* | Also build and vendor pxupgma pxnjNilesh Patra2023-08-15
| | | | | | | | | | | | Last-Update: 2021-07-10 Gbp-Pq: Name build-more-programs.patch
* | ready to upload to unstable.debian/1.3.1+ds-2Étienne Mollier2023-08-15
| |
* | hardening.patch: dep3 headerÉtienne Mollier2023-08-15
| | | | | | | | Gbp-Dch: ignore
* | d/lintian-overrides: hide hardening no fortifiable information.Étienne Mollier2023-08-15
| | | | | | | | | | Some programs part of the phyx distribution do not seem fortifiable at all in spite of the propagation of the appropriate preprocessor flags.
* | hardening.patch: new: propagate hardening flags.Étienne Mollier2023-08-15
| |
* | whatis.patch: new: give meaningful manual pages descriptions.Étienne Mollier2023-08-15
| |
* | initialize changelogÉtienne Mollier2023-08-14
| |
* | d/control: add myself to uploaders.Étienne Mollier2023-08-14
| |
* | d/rules: build with -ffunction-sections on hppa.Étienne Mollier2023-08-14
|/ | | | | Closes: #1044139 Thanks: John David Anglin
* ready to upload to unstable.debian/1.3.1+ds-1Étienne Mollier2023-08-13
|
* d/rules: remove -ffloat-store for i386.Étienne Mollier2023-08-13
| | | | Upstream included this change in their build routines.
* deoptimize.patch: new: fix ftbfs with gcc-13.Étienne Mollier2023-08-12
| | | | | | This disables building phyx with -ffast-math. Closes: #1037817
* build-more-programs.patch: refresh.Étienne Mollier2023-08-12
|
* hardening.patch: delete: applied upstream.Étienne Mollier2023-08-12
|
* routine-update: Standards-Version: 4.6.2Étienne Mollier2023-08-12
|
* Update upstream source from tag 'upstream/1.3.1+ds'Étienne Mollier2023-08-12
|\ | | | | | | Update to upstream version '1.3.1+ds' with Debian dir 1f4cff6e33a73d8887cf8bcb7a2146635b512cb3
| * New upstream version 1.3.1+dsÉtienne Mollier2023-08-12
| |
* | routine-update: New upstream versionÉtienne Mollier2023-08-12
| |
* | routine-update: Ready to upload to unstableAndreas Tille2022-11-15
| |
* | routine-update: No tab in license textAndreas Tille2022-11-15
| |
* | routine-update: Standards-Version: 4.6.1Andreas Tille2022-11-15
| |
* | Set to UNRELEASEDAndreas Tille2022-11-15
| |
* | Merge branch 'libatlas-removal' into 'master'Andreas Tille2022-11-15
|\ \ | | | | | | | | | | | | Remove unneeded dependency on libatlas-cpp See merge request med-team/phyx!1
| * | Remove unneeded dependency on libatlas-cppOlek Wojnar2022-11-15
|/ / | | | | The atlas-cpp package is pending removal
* | ready to upload to unstable perhapsÉtienne Mollier2022-04-14
| |
* | Adjust i686.patch to use host_cpu and be more tolerant on i*86 variants.Étienne Mollier2022-04-14
| |
* | revert to UNRELEASED, i386 improperly detected in salsa ciÉtienne Mollier2022-04-14
| |
* | update changelog, resolved TODO item, ready for upload.Étienne Mollier2022-04-14
| |
* | Add i386.patch: removing -ffast-math fixes NaN errors on i387 FPU.Étienne Mollier2022-04-14
| |
* | Drop link_lnopt.patchNilesh Patra2021-07-10
| |
* | d/ch: Update TODONilesh Patra2021-07-10
| |
* | d/tests/run-unit-test: Fix autopkgtestsNilesh Patra2021-07-10
| |
* | d/p/build-more-programs.patch: Also build and vendor pxupgma pxnjNilesh Patra2021-07-10
| |
* | d/p/hardening.patch: Inject CPPFLAGS and LDFLAGS at needed placesNilesh Patra2021-07-10
| |
* | d/p: Refresh and adapt patches to new upstream releaseNilesh Patra2021-07-10
| |