[med-svn] [Git][med-team/cdbfasta][master] 2 commits: Drop executable flag
Andreas Tille
gitlab at salsa.debian.org
Thu Aug 1 11:06:11 BST 2019
Andreas Tille pushed to branch master at Debian Med / cdbfasta
Commits:
d2cde8e0 by Andreas Tille at 2019-08-01T09:53:06Z
Drop executable flag
- - - - -
0ee42153 by Andreas Tille at 2019-08-01T10:03:37Z
Fix hardening, upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/patches/hardening.patch
- debian/tests/examples/ebola.fasta.gz
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,6 @@
-cdbfasta (0.99-20100722-6) UNRELEASED; urgency=medium
+cdbfasta (0.99-20100722-6) unstable; urgency=medium
+
+ * Team upload.
[ Jelmer Vernooij ]
* Trim trailing whitespace.
@@ -10,6 +12,7 @@ cdbfasta (0.99-20100722-6) UNRELEASED; urgency=medium
* debhelper-compat 12
* Standards-Version: 4.4.0
* Remove trailing whitespace in debian/copyright
+ * Fix hardening
-- Saira Hussain <saira.h0213 at zoho.com> Wed, 31 Jul 2019 18:51:18 +0200
=====================================
debian/patches/hardening.patch
=====================================
@@ -18,3 +18,12 @@ Date: Tue, 18 Dec 2012 16:41:28 +0100
endif
%.o : %.c
+@@ -56,7 +56,7 @@ endif
+ # C/C++ linker
+
+ LINKER := g++
+-LDFLAGS = -lz
++LDFLAGS := -lz $(LDFLAGS)
+ #if ENABLE_COMPRESSION is not needed,
+ # LDFLAGS =
+
=====================================
debian/tests/examples/ebola.fasta.gz
=====================================
View it on GitLab: https://salsa.debian.org/med-team/cdbfasta/compare/30dca90dc6d1aec1b805cded2987d484a4b86bd7...0ee42153c90eafce17d050707436f362c1f4dc44
--
View it on GitLab: https://salsa.debian.org/med-team/cdbfasta/compare/30dca90dc6d1aec1b805cded2987d484a4b86bd7...0ee42153c90eafce17d050707436f362c1f4dc44
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/20190801/d272e089/attachment-0001.html>
More information about the debian-med-commit
mailing list