Étienne Mollier pushed to branch master at Debian Med / tigr-glimmer
Commits: d5144847 by Etienne Mollier at 2021-10-16T20:21:45+02:00 d/rules: prevent CXXDEFS from setting __cplusplus Closes: #984367 - - - - - b50cf163 by Etienne Mollier at 2021-10-16T20:24:02+02:00 d/control: add myself to uploaders - - - - - 05bd3234 by Etienne Mollier at 2021-10-16T20:33:38+02:00 d/watch: fall back to http protocol to repair scan For some reason, the https link raises ssl errors caused by wrong signature type. - - - - - 7029906f by Étienne Mollier at 2021-10-16T20:37:08+02:00 update changelog - - - - - 7686677b by Étienne Mollier at 2021-10-16T20:37:25+02:00 routine-update: Standards-Version: 4.6.0 - - - - - e4e824e0 by Étienne Mollier at 2021-10-16T20:37:25+02:00 routine-update: debhelper-compat 13 - - - - - 9d70da7e by Étienne Mollier at 2021-10-16T20:38:45+02:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +tigr-glimmer (3.02b-6) unstable; urgency=medium + + * d/rules: prevent CXXDEFS from setting __cplusplus (Closes: #984367) + * d/control: add myself to uploaders + * d/watch: fall back to http protocol to repair scan + * Standards-Version: 4.6.0 (routine-update) + * debhelper-compat 13 (routine-update) + + -- Étienne Mollier <[email protected]> Sat, 16 Oct 2021 20:37:42 +0200 + tigr-glimmer (3.02b-5) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,11 +1,12 @@ Source: tigr-glimmer Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Steffen Moeller <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]>, + Étienne Mollier <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12) -Standards-Version: 4.5.0 +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/tigr-glimmer Vcs-Git: https://salsa.debian.org/med-team/tigr-glimmer.git Homepage: http://ccb.jhu.edu/software/glimmer/index.shtml ===================================== debian/rules ===================================== @@ -2,6 +2,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# override value set in src/c_make.gen leading to #984367 +export CXXDEFS = + %: dh $@ ===================================== debian/watch ===================================== @@ -1,4 +1,6 @@ version=4 opts="uversionmangle=s/(\d)/$1./" \ -https://ccb.jhu.edu/software/glimmer/index.shtml glimmer([\da-z]+)\.tar.gz +http://ccb.jhu.edu/software/glimmer/index.shtml glimmer([\da-z]+)\.tar.gz +# FIXME: uscan http address since https looks somewhat broken: +# 500 Can't connect to ccb.jhu.edu:443 (SSL connect attempt failed error:1414D172:SSL routines:tls12_check_peer_sigalg:wrong signature type View it on GitLab: https://salsa.debian.org/med-team/tigr-glimmer/-/compare/2df8c51baded14f5791bd5e59b7ea797debb1871...9d70da7eb5104db76102084cef3b80434a197a62 -- View it on GitLab: https://salsa.debian.org/med-team/tigr-glimmer/-/compare/2df8c51baded14f5791bd5e59b7ea797debb1871...9d70da7eb5104db76102084cef3b80434a197a62 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
