[hamradio-commits] [liquid-dsp] 04/10: Refresh Debian patches

Andreas E. Bombe aeb at moszumanska.debian.org
Tue Jan 10 02:16:42 UTC 2017


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

aeb pushed a commit to branch master
in repository liquid-dsp.

commit ec3f5a622915e49ea27f3b0c9369cc31e3a13111
Author: Andreas Bombe <aeb at debian.org>
Date:   Tue Jan 10 01:35:02 2017 +0100

    Refresh Debian patches
    
    Gbp-Dch: Ignore
---
 debian/patches/define-soname |  4 ++--
 debian/patches/fix-makefile  | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/patches/define-soname b/debian/patches/define-soname
index 5ce8ad6..d67fdf1 100644
--- a/debian/patches/define-soname
+++ b/debian/patches/define-soname
@@ -7,7 +7,7 @@ Last-Update: 2016-12-11
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/makefile.in
 +++ b/makefile.in
-@@ -1166,7 +1166,7 @@
+@@ -1167,7 +1167,7 @@
  	$(CC) -dynamiclib -install_name $@ -o $@ $^ $(LDFLAGS)
  
  # linux, et al
@@ -16,7 +16,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  	$(CC) $(CFLAGS) $(LDFLAGS) -shared -Xlinker -soname=$@ -o $@ -Wl,-whole-archive $^ -Wl,-no-whole-archive $(LIBS)
  
  all: libliquid.a $(SHARED_LIB)
-@@ -1190,6 +1190,7 @@
+@@ -1191,6 +1191,7 @@
  	mkdir -p $(DESTDIR)$(exec_prefix)$(libdir)
  	mkdir -p $(DESTDIR)$(prefix)/include/liquid
  	install -m 644 -p $(SHARED_LIB) libliquid.a $(DESTDIR)$(exec_prefix)$(libdir)
diff --git a/debian/patches/fix-makefile b/debian/patches/fix-makefile
index 002b5b8..78c836b 100644
--- a/debian/patches/fix-makefile
+++ b/debian/patches/fix-makefile
@@ -35,7 +35,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  ARFLAGS		= r
  PATHSEP		= /
  
-@@ -1165,7 +1167,7 @@
+@@ -1166,7 +1168,7 @@
  
  # linux, et al
  libliquid.so: libliquid.a
@@ -44,7 +44,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  all: libliquid.a $(SHARED_LIB)
  
-@@ -1221,10 +1223,10 @@
+@@ -1222,10 +1224,10 @@
  autoscript : scripts/autoscript
  
  scripts/autoscript.o scripts/main.o : %.o : %.c
@@ -57,7 +57,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  clean-autoscript :
  	$(RM) scripts/autoscript.o scripts/main.o scripts/autoscript
-@@ -1250,23 +1252,23 @@
+@@ -1251,23 +1253,23 @@
  #       the '-x c' flag
  autotest_obj = $(patsubst %.c,%.o,$(autotest_sources))
  $(autotest_obj) : %.o : %.c $(include_headers)
@@ -85,7 +85,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  # run the autotest program
  check: $(autotest_prog)
-@@ -1291,8 +1293,10 @@
+@@ -1292,8 +1294,10 @@
  # on the target platform.
  .PHONY: bench
  bench_prog	= benchmark
@@ -97,7 +97,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  # run the benchmark generator script to create benchmark_include.h
  benchmark_include.h : scripts/autoscript $(benchmark_sources) $(include_headers)
-@@ -1304,19 +1308,19 @@
+@@ -1305,19 +1309,19 @@
  #       the '-x c' flag
  benchmark_obj = $(patsubst %.c,%.o,$(benchmark_sources))
  $(benchmark_obj) : %.o : %.c $(include_headers)
@@ -120,7 +120,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  # run the benchmark program
  bench: $(bench_prog)
-@@ -1324,14 +1328,14 @@
+@@ -1325,14 +1329,14 @@
  
  # benchmark compare script
  scripts/benchmark_compare : % : %.c
@@ -138,7 +138,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  # clean up the generated files
  clean-bench:
-@@ -1481,13 +1485,11 @@
+@@ -1482,13 +1486,11 @@
  example_objects	= $(patsubst %,%.o,$(example_programs))
  examples: $(example_programs)
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/liquid-dsp.git



More information about the pkg-hamradio-commits mailing list