[med-svn] [Git][med-team/seqtk][master] d/patches/hardening.patch: Fix blhc in pipeline by adding CPPFLAGS
Lance Lin (@linqigang)
gitlab at salsa.debian.org
Thu Nov 9 14:39:28 GMT 2023
Lance Lin pushed to branch master at Debian Med / seqtk
Commits:
507b4c54 by Lance Lin at 2023-11-09T21:38:03+07:00
d/patches/hardening.patch: Fix blhc in pipeline by adding CPPFLAGS
- - - - -
2 changed files:
- debian/changelog
- debian/patches/hardening.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+seqtk (1.4-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * d/patches/hardening.patch: Fix blhc in pipeline by adding CPPFLAGS
+
+ -- Lance Lin <lq27267 at gmail.com> Thu, 09 Nov 2023 20:17:13 +0700
+
seqtk (1.4-1) unstable; urgency=medium
* New upstream version
=====================================
debian/patches/hardening.patch
=====================================
@@ -1,5 +1,5 @@
-Author: Andreas Tille <tille at debian.org>
-Last-Changed: Sat, 01 Feb 2014 13:50:28 +0100
+Author: Andreas Tille <tille at debian.org>, Lance Lin <lq27267 at gmail.com>
+Last-Changed: Wed, 08 Nov 2023 22:23:54 +0700
Description: Propagate hardening options
@@ -10,7 +10,7 @@ Description: Propagate hardening options
seqtk:seqtk.c khash.h kseq.h
- $(CC) $(CFLAGS) seqtk.c -o $@ -lz -lm
-+ $(CC) $(CFLAGS) seqtk.c -o $@ -lz -lm $(LDFLAGS)
++ $(CC) $(CFLAGS) seqtk.c -o $@ -lz -lm $(LDFLAGS) $(CPPFLAGS)
install:all
install seqtk $(BINDIR)
View it on GitLab: https://salsa.debian.org/med-team/seqtk/-/commit/507b4c54f4457fb3c63363c2998dcb83e2e50deb
--
View it on GitLab: https://salsa.debian.org/med-team/seqtk/-/commit/507b4c54f4457fb3c63363c2998dcb83e2e50deb
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/20231109/abe6bb06/attachment-0001.htm>
More information about the debian-med-commit
mailing list