[med-svn] [examl] 01/01: Backport to Jessie

Andreas Tille tille at debian.org
Wed Feb 22 13:52:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian/jessie-backports
in repository examl.

commit 237a841e53662bf64a8561913afb448bf223a4a9
Author: Andreas Tille <tille at debian.org>
Date:   Wed Feb 22 14:51:26 2017 +0100

    Backport to Jessie
---
 debian/changelog                          |  7 +++++
 debian/patches/jessie-backport-fPIC.patch | 48 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 3 files changed, 56 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f55a2e9..d241037 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+examl (3.0.18-2~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+  * Add -fPIC where needed for Jessie
+
+ -- Andreas Tille <tille at debian.org>  Wed, 22 Feb 2017 14:47:52 +0100
+
 examl (3.0.18-2) unstable; urgency=medium
 
   * Fix cut-n-pasto in d/rules (thanks for the patch to Chris Lamb
diff --git a/debian/patches/jessie-backport-fPIC.patch b/debian/patches/jessie-backport-fPIC.patch
new file mode 100644
index 0000000..f6b5c92
--- /dev/null
+++ b/debian/patches/jessie-backport-fPIC.patch
@@ -0,0 +1,48 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 22 Feb 2017 14:47:52 +0100
+Description: In Jessie models.o needs -fPIC
+
+--- a/examl/Makefile.AVX.gcc
++++ b/examl/Makefile.AVX.gcc
+@@ -27,7 +27,7 @@ avxLikelihood.o : avxLikelihood.c $(GLOB
+ 	$(CC) $(CFLAGS) -mavx -c -o avxLikelihood.o avxLikelihood.c
+ 
+ models.o : models.c $(GLOBAL_DEPS)
+-	 $(CC) $(COMMON_FLAGS) $(OPT_FLAG_1) -c -o models.o models.c
++	 $(CC) $(COMMON_FLAGS) $(OPT_FLAG_1) -fPIC -c -o models.o models.c
+ 
+ bipartitionList.o : bipartitionList.c $(GLOBAL_DEPS)
+ evaluatePartialSpecialGeneric.o : evaluatePartialSpecialGeneric.c $(GLOBAL_DEPS)
+--- a/examl/Makefile.OMP.SSE3.gcc
++++ b/examl/Makefile.OMP.SSE3.gcc
+@@ -24,7 +24,7 @@ examl-OMP : $(objs)
+ 	$(CC) -o examl-OMP $(objs) $(LIBRARIES) $(LDFLAGS)
+ 
+ models.o : models.c $(GLOBAL_DEPS)
+-	 $(CC) $(COMMON_FLAGS) $(OPT_FLAG_1) -c -o models.o models.c
++	 $(CC) $(COMMON_FLAGS) $(OPT_FLAG_1) -fPIC -c -o models.o models.c
+ 
+ bipartitionList.o : bipartitionList.c $(GLOBAL_DEPS)
+ evaluatePartialSpecialGeneric.o : evaluatePartialSpecialGeneric.c $(GLOBAL_DEPS)
+--- a/examl/Makefile.SSE3.gcc
++++ b/examl/Makefile.SSE3.gcc
+@@ -25,7 +25,7 @@ examl : $(objs)
+ 	$(CC) -o examl $(objs) $(LIBRARIES) $(LDFLAGS)
+ 
+ models.o : models.c $(GLOBAL_DEPS)
+-	 $(CC) $(COMMON_FLAGS) $(OPT_FLAG_1) -c -o models.o models.c
++	 $(CC) $(COMMON_FLAGS) $(OPT_FLAG_1) -fPIC -c -o models.o models.c
+ 
+ bipartitionList.o : bipartitionList.c $(GLOBAL_DEPS)
+ evaluatePartialSpecialGeneric.o : evaluatePartialSpecialGeneric.c $(GLOBAL_DEPS)
+--- a/examl/Makefile.OMP.AVX.gcc
++++ b/examl/Makefile.OMP.AVX.gcc
+@@ -27,7 +27,7 @@ avxLikelihood.o : avxLikelihood.c $(GLOB
+ 	$(CC) $(CFLAGS) -mavx -c -o avxLikelihood.o avxLikelihood.c
+ 
+ models.o : models.c $(GLOBAL_DEPS)
+-	 $(CC) $(COMMON_FLAGS) $(OPT_FLAG_1) -c -o models.o models.c
++	 $(CC) $(COMMON_FLAGS) $(OPT_FLAG_1) -fPIC -c -o models.o models.c
+ 
+ bipartitionList.o : bipartitionList.c $(GLOBAL_DEPS)
+ evaluatePartialSpecialGeneric.o : evaluatePartialSpecialGeneric.c $(GLOBAL_DEPS)
diff --git a/debian/patches/series b/debian/patches/series
index 814900f..3970b5a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 hardening.patch
+jessie-backport-fPIC.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/examl.git



More information about the debian-med-commit mailing list