[med-svn] [Git][med-team/tigr-glimmer][master] 7 commits: d/rules: prevent CXXDEFS from setting __cplusplus

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sat Oct 16 19:40:48 BST 2021



É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 <emollier at debian.org>  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 <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>,
-           Andreas Tille <tille at debian.org>
+           Andreas Tille <tille at debian.org>,
+           Étienne Mollier <emollier at debian.org>
 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211016/ec3fb521/attachment-0001.htm>


More information about the debian-med-commit mailing list