[SCM] faust/master: Patch to fix 'make clean' target
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Sat Sep 24 18:51:53 UTC 2016
The following commit has been merged in the master branch:
commit 461db7baa0343593832ad574e6a014f99b48e7d2
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Sat Sep 24 20:24:48 2016 +0200
Patch to fix 'make clean' target
diff --git a/debian/patches/clean.patch b/debian/patches/clean.patch
new file mode 100644
index 0000000..3616788
--- /dev/null
+++ b/debian/patches/clean.patch
@@ -0,0 +1,16 @@
+Description: Fixed 'make clean' target
+ since there is no examples/Makefile, a 'make -C examples clean' fails the build
+Author: IOhannes m zmölnig
+Last-Update: 2016-09-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- faust.orig/Makefile
++++ faust/Makefile
+@@ -76,7 +76,6 @@
+
+ clean :
+ $(MAKE) -C compiler -f $(MAKEFILE) clean
+- $(MAKE) -C examples clean
+ $(MAKE) -C architecture/osclib clean
+ $(MAKE) -C architecture/httpdlib/src clean
+ $(MAKE) -C tools/sound2faust clean
diff --git a/debian/patches/series b/debian/patches/series
index ba62faa..fd66950 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
kFreeBSD
spelling
reproducible-build.patch
+clean.patch
--
faust packaging
More information about the pkg-multimedia-commits
mailing list