Étienne Mollier pushed to branch master at Debian Med / staden
Commits: ffc3a632 by Étienne Mollier at 2025-07-10T17:12:00+02:00 d/rules: fortify sources. This change adds the missing CPPFLAGS to C++ build instructions. - - - - - ddaaa0be by Étienne Mollier at 2025-07-10T17:14:49+02:00 d/control: add myself to uploaders. - - - - - 6671062c by Étienne Mollier at 2025-07-10T17:19:40+02:00 d/changelog: initialize changelog. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +staden (2.0.0+b11-7) UNRELEASED; urgency=medium + + * d/rules: fortify sources. + * d/control: add myself to uploaders. + + -- Étienne Mollier <[email protected]> Thu, 10 Jul 2025 17:15:42 +0200 + staden (2.0.0+b11-6) experimental; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,6 +1,7 @@ Source: staden Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]> +Uploaders: Andreas Tille <[email protected]>, + Étienne Mollier <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), ===================================== debian/rules ===================================== @@ -8,6 +8,10 @@ else enable64bit:= endif +# Upstream code looks to handle CXXFLAGS alright, so let's cram also +# source fortifying flags via it. +export DEB_CXXFLAGS_MAINT_APPEND = $(CPPFLAGS) + %: dh $@ View it on GitLab: https://salsa.debian.org/med-team/staden/-/compare/ba890dc43f07293b05cbd0ae34b227c436bf638b...6671062c0acd771e92f7362f99b2169c07da4380 -- View it on GitLab: https://salsa.debian.org/med-team/staden/-/compare/ba890dc43f07293b05cbd0ae34b227c436bf638b...6671062c0acd771e92f7362f99b2169c07da4380 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
