[SCM] jack-tools/master: Clean 'c-common', too

raboof-guest at users.alioth.debian.org raboof-guest at users.alioth.debian.org
Thu Jan 9 21:47:50 UTC 2014


The following commit has been merged in the master branch:
commit 94360ce221d62f5402afd1f3f04b37c29072999b
Author: Arnout Engelen <arnouten at bzzt.net>
Date:   Thu Jan 9 22:46:39 2014 +0100

    Clean 'c-common', too

diff --git a/debian/patches/clean-common.patch b/debian/patches/clean-common.patch
new file mode 100644
index 0000000..19fa82f
--- /dev/null
+++ b/debian/patches/clean-common.patch
@@ -0,0 +1,11 @@
+Also clean the c-common files
+--- a/Makefile
++++ b/Makefile
+@@ -22,6 +22,7 @@ jack-scope: jack-scope.c
+ 	gcc $(CFLAGS) -o jack-scope jack-scope.c $(LDLIBS) -lX11 -lXext
+ 
+ clean:
++	(cd c-common ; make clean)
+ 	rm -f $(bin) *.o
+ 
+ install:
diff --git a/debian/patches/series b/debian/patches/series
index 37c0dbf..ddb23b8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+clean-common.patch
 make-installation-directories.patch
 use_ldflags.patch

-- 
jack-tools packaging



More information about the pkg-multimedia-commits mailing list