Andreas Tille pushed to branch master at Debian Med / qtltools
Commits: 5ac25448 by Andreas Tille at 2026-06-12T14:36:13+02:00 d/watch: version=5 - - - - - a16ec975 by Andreas Tille at 2026-06-12T14:52:05+02:00 Libeigen 5.0 has minimum requirement of c++14 Closes: #1136320 - - - - - 4 changed files: - debian/changelog - + debian/patches/libeigen5.0.patch - debian/patches/series - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +qtltools (1.3.1+dfsg-5) UNRELEASED; urgency=medium + + * Team upload. + * d/watch: version=5 + * Libeigen 5.0 has minimum requirement of c++14 + Closes: #1136320 + + -- Andreas Tille <[email protected]> Fri, 12 Jun 2026 14:35:57 +0200 + qtltools (1.3.1+dfsg-4) unstable; urgency=medium * Team upload. ===================================== debian/patches/libeigen5.0.patch ===================================== @@ -0,0 +1,16 @@ +Author: Andreas Tille <[email protected]> +Last-Update: 2026-06-12 +Bug-Debian: https://bugs.debian.org/1136320 +Description: Libeigen 5.0 has minimum requirement of c++14 + +--- a/Makefile ++++ b/Makefile +@@ -40,7 +40,7 @@ INSTALL_PROGRAM = $(INSTALL) + INSTALL_SCRIPT = $(INSTALL_EXE) + + #COMPILER MODE C++11 +-CXX=g++ -std=c++0x ++CXX=g++ -std=c++14 + + #COMPILER FLAGS + CXXFLAG_REL=-O3 ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ Makefile_config.patch +libeigen5.0.patch ===================================== debian/watch ===================================== @@ -1,5 +1,6 @@ -version=4 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/qtltools/qtltools/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz +Version: 5 -# https://qtltools.github.io/qtltools/pages/basic_install.html https://qtltools.github.io/qtltools/binaries/QTLtools_(\d\S*)_source\.tar\.gz +Template: Github +Dist: https://github.com/qtltools/qtltools +Dversionmangle: auto +Repacksuffix: +dfsg View it on GitLab: https://salsa.debian.org/med-team/qtltools/-/compare/88ffb0ea9f440a692c086e1fa7b9e0b00ff3abda...a16ec97561b85e9c10982ced76ae24c846956143 -- View it on GitLab: https://salsa.debian.org/med-team/qtltools/-/compare/88ffb0ea9f440a692c086e1fa7b9e0b00ff3abda...a16ec97561b85e9c10982ced76ae24c846956143 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
