[med-svn] [Git][med-team/staden][master] 3 commits: d/rules: fortify sources.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Thu Jul 10 16:27:05 BST 2025
É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 <emollier at debian.org> 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 <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+ Étienne Mollier <emollier at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250710/1de4882c/attachment-0001.htm>
More information about the debian-med-commit
mailing list