[med-svn] [Git][med-team/grabix][master] 2 commits: Hardening.patch: feed CPPFLAGS.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed May 27 20:46:33 BST 2026
Étienne Mollier pushed to branch master at Debian Med / grabix
Commits:
3acbc94d by Étienne Mollier at 2026-05-27T21:45:19+02:00
Hardening.patch: feed CPPFLAGS.
introduceLTO.patch also had to be unfuzzed after that change.
- - - - -
84c8d011 by Étienne Mollier at 2026-05-27T21:46:08+02:00
d/changelog: initialise the changelog.
- - - - -
3 changed files:
- debian/changelog
- debian/patches/Hardening.patch
- debian/patches/introduceLTO.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+grabix (0.1.7-7) UNRELEASED; urgency=medium
+
+ * Hardening.patch: feed CPPFLAGS.
+
+ -- Étienne Mollier <emollier at debian.org> Wed, 27 May 2026 21:45:58 +0200
+
grabix (0.1.7-6) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/Hardening.patch
=====================================
@@ -10,7 +10,7 @@ Description: Propagate hardening options
+
all:
- gcc -Wall -O2 -o grabix grabix_main.cpp grabix.cpp bgzf.c -lstdc++ -lz
-+ gcc $(CFLAGS) -o grabix grabix_main.cpp grabix.cpp bgzf.c $(LDFLAGS)
++ gcc $(CPPFLAGS) $(CFLAGS) -o grabix grabix_main.cpp grabix.cpp bgzf.c $(LDFLAGS)
+
+clean:
+ rm -f grabix
=====================================
debian/patches/introduceLTO.patch
=====================================
@@ -2,8 +2,8 @@ Author: Steffen Moeller
Last-Update: 2018-04-27
Description: Add lto option
---- a/Makefile
-+++ b/Makefile
+--- grabix.orig/Makefile
++++ grabix/Makefile
@@ -1,5 +1,7 @@
LDFLAGS+= -lstdc++ -lz
CFLAGS+=-Wall
@@ -11,4 +11,4 @@ Description: Add lto option
+LDFLAGS+= -Wl,-flto
all:
- gcc $(CFLAGS) -o grabix grabix_main.cpp grabix.cpp bgzf.c $(LDFLAGS)
+ gcc $(CPPFLAGS) $(CFLAGS) -o grabix grabix_main.cpp grabix.cpp bgzf.c $(LDFLAGS)
View it on GitLab: https://salsa.debian.org/med-team/grabix/-/compare/a576bd725b10aa13167dbe90f26f8ba522e20b1a...84c8d011706df7e50cfccfb43571f2a5684c395a
--
View it on GitLab: https://salsa.debian.org/med-team/grabix/-/compare/a576bd725b10aa13167dbe90f26f8ba522e20b1a...84c8d011706df7e50cfccfb43571f2a5684c395a
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260527/63e76a36/attachment-0001.htm>
More information about the debian-med-commit
mailing list