É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 <[email protected]> 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 <[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 ===================================== @@ -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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
