[med-svn] [dascrubber] 04/08: Update and refresh patches

Afif Elghraoui afif at moszumanska.debian.org
Sun Oct 22 10:35:20 UTC 2017


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

afif pushed a commit to annotated tag debian/0_20171015-1
in repository dascrubber.

commit a11bd1f84a4487ab033a607a4863945fec5d186b
Author: Afif Elghraoui <afif at debian.org>
Date:   Thu Oct 19 23:56:36 2017 -0400

    Update and refresh patches
---
 debian/patches/compiler-flags.patch  | 34 ++++++++++++++++++++++++----------
 debian/patches/destdir-install.patch |  2 +-
 2 files changed, 25 insertions(+), 11 deletions(-)

diff --git a/debian/patches/compiler-flags.patch b/debian/patches/compiler-flags.patch
index a16adc7..4f3fe68 100644
--- a/debian/patches/compiler-flags.patch
+++ b/debian/patches/compiler-flags.patch
@@ -1,29 +1,43 @@
 Description: Allow additional compiler and linker flags
 Author: Afif Elghraoui <afif at debian.org>
 Forwarded: no
-Last-Update: 2016-10-20
-Author: Graham Inggs <ginggs at debian.org>
-last-Update: 2016-12-10
---- a/Makefile
-+++ b/Makefile
-@@ -1,16 +1,17 @@
+Last-Update: 2017-10-19
+--- dascrubber.orig/Makefile
++++ dascrubber/Makefile
+@@ -1,34 +1,27 @@
  DEST_DIR = ~/bin
  
 -CFLAGS = -O3 -Wall -Wextra -Wno-unused-result -fno-strict-aliasing
 +CFLAGS += -O3 -Wall -Wextra -Wno-unused-result -fno-strict-aliasing
-+LIBS = -lm
++LDLIBS = -lm
  
- ALL = DASqv DAStrim
+ ALL = DASqv DAStrim DASpatch DASedit DASmap DASrealign REPqv REPtrim
  
  all: $(ALL)
  
  DASqv: DASqv.c align.c align.h DB.c DB.h QV.c QV.h
 -	gcc $(CFLAGS) -o DASqv DASqv.c align.c DB.c QV.c -lm
-+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o DASqv DASqv.c align.c DB.c QV.c $(LIBS)
+ 
+ REPqv: REPqv.c DB.c DB.h QV.c QV.h
+-	gcc $(CFLAGS) -o REPqv REPqv.c DB.c QV.c -lm
  
  DAStrim: DAStrim.c align.c align.h DB.c DB.h QV.c QV.h
 -	gcc $(CFLAGS) -o DAStrim DAStrim.c align.c DB.c QV.c -lm
-+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o DAStrim DAStrim.c align.c DB.c QV.c $(LIBS)
+ 
+ REPtrim: REPtrim.c DB.c DB.h QV.c QV.h
+-	gcc $(CFLAGS) -o REPtrim REPtrim.c DB.c QV.c -lm
+ 
+ DASpatch: DASpatch.c align.h align.c DB.c DB.h QV.c QV.h
+-	gcc $(CFLAGS) -o DASpatch DASpatch.c align.c DB.c QV.c -lm
+ 
+ DASedit: DASedit.c align.c align.h DB.c DB.h QV.c QV.h
+-	gcc $(CFLAGS) -o DASedit DASedit.c align.c DB.c QV.c -lm
+ 
+ DASmap: DASmap.c DB.c DB.h QV.c QV.h
+-	gcc $(CFLAGS) -o DASmap DASmap.c DB.c QV.c -lm
+ 
+ DASrealign: DASrealign.c align.c align.h DB.c DB.h QV.c QV.h
+-	gcc $(CFLAGS) -o DASrealign DASrealign.c align.c DB.c QV.c -lm
  
  clean:
  	rm -f $(ALL)
diff --git a/debian/patches/destdir-install.patch b/debian/patches/destdir-install.patch
index c4ad213..47646d2 100644
--- a/debian/patches/destdir-install.patch
+++ b/debian/patches/destdir-install.patch
@@ -4,7 +4,7 @@ Forwarded: not-needed
 Last-Update: 2016-10-20
 --- dascrubber.orig/Makefile
 +++ dascrubber/Makefile
-@@ -18,7 +18,8 @@
+@@ -36,7 +36,8 @@
  	rm -f scrubber.tar.gz
  
  install:

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



More information about the debian-med-commit mailing list