[SCM] gwc/master: Fix FTBFS due to Makefile's malformed target.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Oct 8 19:08:01 UTC 2013


The following commit has been merged in the master branch:
commit df6f31926aa0f58aa73e7a2d4c90e2db04bfe80a
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Oct 8 20:00:01 2013 +0100

    Fix FTBFS due to Makefile's malformed target.
    
    Closes: #724209

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index 7b784c7..def7659 100644
--- a/debian/patches/0001-buildsystem.patch
+++ b/debian/patches/0001-buildsystem.patch
@@ -5,11 +5,11 @@ Reviewed-by: Alessio Treglia <alessio at debian.org>
 Last-Update: 2011-03-04
 Forwarded: no
 ---
- Makefile.in          |   17 ++++++++---------
+ Makefile.in          |   20 ++++++++------------
  configure            |    2 +-
  configure.in         |    2 +-
  meschach/makefile.in |    2 +-
- 4 files changed, 11 insertions(+), 12 deletions(-)
+ 4 files changed, 11 insertions(+), 15 deletions(-)
 
 --- gwc.orig/Makefile.in
 +++ gwc/Makefile.in
@@ -62,6 +62,16 @@ Forwarded: no
  	install -p -m 0644 $(DOCFILES) $(DOCDIR)
  	for hf in $(HELPFILES) ; do install -p -m 0644 $(HELPFILESSRCD)/$$hf $(HELPDIRC) ; done
  	install -p -m 0644 $(pixmap_DATA) $(pixmapdir)
+@@ -78,9 +77,6 @@ meschach.a : meschach/meschach.a
+ meschach/meschach.a :
+ 	(cd meschach ; ./configure --with-sparse ; make part1 ; make part2 ; make part3 ; cp machine.h ..)
+ 
+-test : test.c
+-	$(CC) test.c $(LFLAGS) -g -lrfftw -lfftw -lm -o test
+-
+ clean :
+ 	rm -f gwc *.o core meschach.a meschach/meschach.a
+ 	(cd meschach ; make realclean)
 --- gwc.orig/configure
 +++ gwc/configure
 @@ -3169,7 +3169,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list