Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop executable flag
· d2cde8e0
Andreas Tille
authored
Aug 01, 2019
d2cde8e0
Fix hardening, upload to unstable
· 0ee42153
Andreas Tille
authored
Aug 01, 2019
0ee42153
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0ee42153
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@zoho.com> Wed, 31 Jul 2019 18:51:18 +0200
...
...
debian/patches/hardening.patch
View file @
0ee42153
...
...
@@ -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
100755 → 100644
View file @
0ee42153
File mode changed from 100755 to 100644