[med-svn] [Git][med-team/phyx][master] 3 commits: d/rules: build with -ffunction-sections on hppa.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Mon Aug 14 16:29:38 BST 2023
Étienne Mollier pushed to branch master at Debian Med / phyx
Commits:
89710662 by Étienne Mollier at 2023-08-14T17:26:44+02:00
d/rules: build with -ffunction-sections on hppa.
Closes: #1044139
Thanks: John David Anglin
- - - - -
b3da9dce by Étienne Mollier at 2023-08-14T17:28:31+02:00
d/control: add myself to uploaders.
- - - - -
d2d4a823 by Étienne Mollier at 2023-08-14T17:29:11+02:00
initialize changelog
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+phyx (1.3.1+ds-2) UNRELEASED; urgency=medium
+
+ * d/rules: build with -ffunction-sections on hppa.
+ Thanks to John David Anglin (Closes: #1044139)
+ * d/control: add myself to uploaders.
+
+ -- Étienne Mollier <emollier at debian.org> Mon, 14 Aug 2023 17:28:49 +0200
+
phyx (1.3.1+ds-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,6 +1,7 @@
Source: phyx
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
=====================================
@@ -6,6 +6,11 @@ export LC_ALL=C.UTF-8
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# Avoid section conflict on parisc, see #1044139.
+ifneq (,$(filter $(DEB_HOST_ARCH),hppa))
+export DEB_CXXFLAGS_MAINT_APPEND += -ffunction-sections
+endif
+
%:
dh $@ --sourcedirectory=src
View it on GitLab: https://salsa.debian.org/med-team/phyx/-/compare/bed3ad84e2fb5912f3e8979023024b0706dbe09e...d2d4a82357a8e036d6042f8529fa66a56e504de3
--
View it on GitLab: https://salsa.debian.org/med-team/phyx/-/compare/bed3ad84e2fb5912f3e8979023024b0706dbe09e...d2d4a82357a8e036d6042f8529fa66a56e504de3
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/20230814/20e2728a/attachment-0001.htm>
More information about the debian-med-commit
mailing list