Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Enable debug symbols
· 3f489c60
Andreas Tille
authored
Mar 25, 2019
3f489c60
Spelling
· 3af0c7e2
Andreas Tille
authored
Mar 25, 2019
3af0c7e2
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
3af0c7e2
...
...
@@ -46,5 +46,5 @@ Description: short read aligner and other bioinformatic tools - JNI library
PacBio, 454, and other reads; very high sensitivity and tolerant of
errors and numerous large indels.
.
This package contains the architecture depend
a
nt library for the bbmap
This package contains the architecture depend
e
nt library for the bbmap
tools.
debian/patches/debug_symbols.patch
0 → 100644
View file @
3af0c7e2
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 25 Mar 2019 09:54:19 +0100
Description: Enable debug symbols
--- a/jni/makefile.linux
+++ b/jni/makefile.linux
@@ -1,7 +1,7 @@
CC=gcc
INCS=-I"$(JAVA_HOME)/include" -I"$(JAVA_HOME)/include/linux"
-CFLAGS=-O3 -Wall -std=c99 -fPIC
-LDFLAGS=-O3 -Wall -std=c99 -fPIC -shared
+CFLAGS+=-O3 -Wall -std=c99 -fPIC
+LDFLAGS+=-O3 -Wall -std=c99 -fPIC -shared
OBJ=BandedAlignerJNI.o MultiStateAligner11tsJNI.o BBMergeOverlapper.o
%.o: %.c
debian/patches/series
0 → 100644
View file @
3af0c7e2
debug_symbols.patch
debian/rules
View file @
3af0c7e2
...
...
@@ -40,7 +40,4 @@ override_dh_install:
override_dh_fixperms:
dh_fixperms
chmod -x $(PKGBINDIR)/*
override_dh_dwz:
echo "Dothing to prevent error: dwz -q -- debian/bbmap-jni/usr/lib/jni/libbbtoolsjni.so returned exit code 1"
chmod +x $(PKGBINDIR)/*