commit 7c3233ccf532ae94421d30bd6a9c503b280d9059
Merge: e429757 047de6e
Author: Timo Röhling <roehling@debian.org>
Date: Wed Nov 5 14:08:13 2025 +0100
Declare fast forward from 0.9.9.8+ds-9
[dgit --overwrite]
commit e4297574079005f7c265996e4111892bb23edca4
Author: Timo Röhling <roehling@debian.org>
Date: Wed Nov 5 14:09:48 2025 +0100
Commit Debian 3.0 (quilt) metadata
[dgit (13.17) quilt-fixup]
commit dad2e1aaedb1a18c88bfbe04e7a8d47d7cad0668
Author: Timo Röhling <roehling@debian.org>
Date: Wed Nov 5 14:08:47 2025 +0100
Update changelog for 1.0.1+ds-3 release
commit 047de6ed89f18a4e41fba5e042e217e242a83dda
Merge: 7f1005c 08de075
Author: Andrea Pappacoda <tachi@debian.org>
Date: Wed Apr 9 17:53:41 2025 +0200
Make fast forward from 0.9.9.8+ds-8
[dgit --quilt=gbp]
commit 7f1005cca52c5a15a355e0cbd7da72b175252abb
Author: Andrea Pappacoda <tachi@debian.org>
Date: Wed Apr 9 17:53:41 2025 +0200
Various fixes to manual.md
Forwarded: https://github.com/g-truc/glm/pull/1120
Last-Update: 2022-09-17
Gbp-Pq: Name manual-markdown-fixes.patch
commit 951a163c226e1774a9b7a7a43bfef65ab7cd306b
Author: Andrea Pappacoda <tachi@debian.org>
Date: Wed Apr 9 17:53:41 2025 +0200
Strip absolute paths from the doxygen docs
Forwarded: not-needed
Last-Update: 2022-09-17
Gbp-Pq: Name doxygen-strip-absolute-paths.patch
commit c6dcbc26af753b3268cca1e4777bbf5000528bab
Author: Andrea Pappacoda <tachi@debian.org>
Date: Wed Apr 9 17:53:41 2025 +0200
Disable SHORT_NAMES in man.doxy
Forwarded: not-needed
Last-Update: 2022-09-17
Gbp-Pq: Name doxygen-long-names.patch
commit b76baaf06d97f4d6143195c75b3b745478f63fc0
Author: Andrea Pappacoda <tachi@debian.org>
Date: Wed Apr 9 17:53:41 2025 +0200
(re)add install target to CMake
Origin: backport, https://github.com/g-truc/glm/commit/9203edd741d855fc0c360c5c171156d17bf9a25b
Forwarded: https://github.com/g-truc/glm/pull/1117
Last-Update: 2022-09-03
This is in part backported from upstream and in part developed
in-house. The install target itself has been re-added upstream
already, but I've made some tweaks to it in this patch (that I've
forwarded upstream)
Gbp-Pq: Name cmake-install-target.patch
commit 2b9b47f362dfe2695e41c5e3461b76e507129e62
Author: Andrea Pappacoda <tachi@debian.org>
Date: Wed Apr 9 17:53:41 2025 +0200
Fix FTBFS (unit-tests) with GCC-11
Bug: https://github.com/g-truc/glm/pull/1087
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/glm/+bug/1946750
Bug-Debian: https://bugs.debian.org/996241
Forwarded: https://github.com/g-truc/glm/pull/1087#issuecomment-942299144
Last-Update: 2022-01-23
Instead of fully disabling compiler optimizations, this patch only
disables the problematic optimization, so that if new compiler versions
introduce new incompatible optimizations it will be easy to spot them and
report them upstream.
Gbp-Pq: Name 00-tests-no-ipa-modref.patch
commit 08de0752240d11b972327ec95508656fdde7534d
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Wed Jan 8 19:16:44 2025 +0100
Various fixes to manual.md
Forwarded: https://github.com/g-truc/glm/pull/1120
Last-Update: 2022-09-17
Gbp-Pq: Name manual-markdown-fixes.patch
commit 50af11695eac241495a6463031552a42e9a9e4a8
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Wed Jan 8 19:16:44 2025 +0100
Strip absolute paths from the doxygen docs
Forwarded: not-needed
Last-Update: 2022-09-17
Gbp-Pq: Name doxygen-strip-absolute-paths.patch
commit 98d4d4167be464903eef654b832a78c5243d5d62
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Wed Jan 8 19:16:44 2025 +0100
Disable SHORT_NAMES in man.doxy
Forwarded: not-needed
Last-Update: 2022-09-17
Gbp-Pq: Name doxygen-long-names.patch
commit b6caccd15f4ea5c3803429a0afa822a9163bc0d7
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Wed Jan 8 19:16:44 2025 +0100
(re)add install target to CMake
Origin: backport, https://github.com/g-truc/glm/commit/9203edd741d855fc0c360c5c171156d17bf9a25b
Forwarded: https://github.com/g-truc/glm/pull/1117
Last-Update: 2022-09-03
This is in part backported from upstream and in part developed
in-house. The install target itself has been re-added upstream
already, but I've made some tweaks to it in this patch (that I've
forwarded upstream)
Gbp-Pq: Name cmake-install-target.patch
commit 1d8c4f0e0e7e0af92500de1a9c06cc4ad599b04a
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Wed Jan 8 19:16:44 2025 +0100
Fix FTBFS (unit-tests) with GCC-11
Bug: https://github.com/g-truc/glm/pull/1087
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/glm/+bug/1946750
Bug-Debian: https://bugs.debian.org/996241
Forwarded: https://github.com/g-truc/glm/pull/1087#issuecomment-942299144
Last-Update: 2022-01-23
Instead of fully disabling compiler optimizations, this patch only
disables the problematic optimization, so that if new compiler versions
introduce new incompatible optimizations it will be easy to spot them and
report them upstream.
Gbp-Pq: Name 00-tests-no-ipa-modref.patch
Among the 1 debian patch available in version 1.0.1+ds-3 of the package, we noticed the following issues: