[med-svn] [Git][med-team/gramalign][master] 2 commits: Update hardening options
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Tue Jun 8 14:42:55 BST 2021
Nilesh Patra pushed to branch master at Debian Med / gramalign
Commits:
4c6b4806 by Nilesh Patra at 2021-06-08T19:09:46+05:30
Update hardening options
- - - - -
2fa78b8d by Nilesh Patra at 2021-06-08T19:10:26+05:30
Revert "Update changelog"
This reverts commit f32e306f770957c2d7ee4a7ddf63e9554df32987.
- - - - -
2 changed files:
- debian/changelog
- debian/patches/hardening.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,5 @@
gramalign (3.0-1) UNRELEASED; urgency=medium
- [ Steffen Moeller ]
* Initial release (Closes: #911721)
* The packaging work is done.
@@ -9,9 +8,4 @@ gramalign (3.0-1) UNRELEASED; urgency=medium
I was however a bit reluctant in my interpretation of their license.
An eMail to the site's contact address bounced, have not tried again.
- [ Shruti Sridhar ]
- * Team Upload.
- * Add autopkgtests
- * Install docs
-
- -- Shruti Sridhar <shruti.sridhar99 at gmail.com> Tue, 08 Jun 2021 18:14:57 +0530
+ -- Steffen Moeller <moeller at debian.org> Tue, 23 Oct 2018 22:43:06 +0200
=====================================
debian/patches/hardening.patch
=====================================
@@ -1,7 +1,6 @@
-Author: Andreas Tille <tille at debian.org>
-Last-Update: Thu, 25 Oct 2018 08:31:49 +0200
-Description: Propagate hardening (and debug) options
-
+Author: Andreas Tille <tille at debian.org>, Nilesh Patra <nilesh at debian.org>
+Last-Update: Thu, 8 June 2021 19:09:55 +0530
+Description: Propagate hardening (and debug) option
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,8 +5,8 @@
@@ -15,3 +14,16 @@ Description: Propagate hardening (and debug) options
OBJS = MSA.o \
Gram.o \
StringADT.o \
+@@ -29,10 +29,10 @@
+ all: GramAlign
+
+ GramAlign: ${OBJS}
+- ${CC} ${CFLAGS} ${OBJS} ${LDFLAGS} -o $@
++ ${CC} ${CFLAGS} ${CPPFLAGS} ${OBJS} ${LDFLAGS} -o $@
+
+ .c.o:
+- ${CC} ${CFLAGS} -c $<
++ ${CC} ${CFLAGS} ${CPPFLAGS} -c $<
+
+ clean:
+ rm -rf *.o GramAlign.exe GramAlign
View it on GitLab: https://salsa.debian.org/med-team/gramalign/-/compare/f32e306f770957c2d7ee4a7ddf63e9554df32987...2fa78b8d539b3a700751057988d1ae80276b409b
--
View it on GitLab: https://salsa.debian.org/med-team/gramalign/-/compare/f32e306f770957c2d7ee4a7ddf63e9554df32987...2fa78b8d539b3a700751057988d1ae80276b409b
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/20210608/1d61c0c1/attachment-0001.htm>
More information about the debian-med-commit
mailing list