[med-svn] [Git][med-team/unifrac-tools][master] 2 commits: Sneak in CFLAGS via CPPFLAGS to work around missing support of CLFAGS in upstream Makefile
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 9 07:46:26 GMT 2023
Andreas Tille pushed to branch master at Debian Med / unifrac-tools
Commits:
d3720cd4 by Andreas Tille at 2023-01-09T08:30:59+01:00
Sneak in CFLAGS via CPPFLAGS to work around missing support of CLFAGS in upstream Makefile
- - - - -
cc6634a7 by Andreas Tille at 2023-01-09T08:32:41+01:00
routine-update: Ready to upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+unifrac-tools (1.2-2) unstable; urgency=medium
+
+ * Sneak in CFLAGS via CPPFLAGS to work around missing support of CLFAGS
+ in upstream Makefile
+ Closes: #1028051
+
+ -- Andreas Tille <tille at debian.org> Mon, 09 Jan 2023 08:31:31 +0100
+
unifrac-tools (1.2-1) unstable; urgency=medium
[ Andreas Tille ]
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@ include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=unifrac
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export CPPFLAGS := $(CFLAGS) $(CPPFLAGS)
%:
dh $@ --no-parallel
View it on GitLab: https://salsa.debian.org/med-team/unifrac-tools/-/compare/f20c605c7382b8108498eaea3f89b16669186f28...cc6634a7998f8d8078ab9b331c213f5619505476
--
View it on GitLab: https://salsa.debian.org/med-team/unifrac-tools/-/compare/f20c605c7382b8108498eaea3f89b16669186f28...cc6634a7998f8d8078ab9b331c213f5619505476
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/20230109/261fd92f/attachment-0001.htm>
More information about the debian-med-commit
mailing list