summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/00_standard-makefile.patch1
-rw-r--r--debian/patches/01_no-mkdirhier.diff1
-rw-r--r--debian/patches/02_default-ladspa-path.diff1
-rw-r--r--debian/patches/05_linking_order.diff2
4 files changed, 4 insertions, 1 deletions
diff --git a/debian/patches/00_standard-makefile.patch b/debian/patches/00_standard-makefile.patch
index e2a5057..434a719 100644
--- a/debian/patches/00_standard-makefile.patch
+++ b/debian/patches/00_standard-makefile.patch
@@ -1,4 +1,5 @@
Allow overriding of build parameters via the standard make variables
+Forwarded: Yes
--- a/src/makefile
+++ b/src/makefile
@@ -15,8 +15,9 @@
diff --git a/debian/patches/01_no-mkdirhier.diff b/debian/patches/01_no-mkdirhier.diff
index 5768380..6a86dbe 100644
--- a/debian/patches/01_no-mkdirhier.diff
+++ b/debian/patches/01_no-mkdirhier.diff
@@ -1,4 +1,5 @@
Use mkdir -p instead of mkdirhier to avoid build-dep on xutils-dev
+Forwarded: Yes
--- a/src/makefile
+++ b/src/makefile
@@ -64,9 +64,9 @@
diff --git a/debian/patches/02_default-ladspa-path.diff b/debian/patches/02_default-ladspa-path.diff
index 07ae8e4..c7d5012 100644
--- a/debian/patches/02_default-ladspa-path.diff
+++ b/debian/patches/02_default-ladspa-path.diff
@@ -1,4 +1,5 @@
Use a default ladspa path instead of failing when LADSPA_PATH is undefined
+Forwarded: Yes
--- a/src/load.c
+++ b/src/load.c
@@ -54,6 +54,8 @@
diff --git a/debian/patches/05_linking_order.diff b/debian/patches/05_linking_order.diff
index fb4db70..c1bea7e 100644
--- a/debian/patches/05_linking_order.diff
+++ b/debian/patches/05_linking_order.diff
@@ -1,6 +1,6 @@
Description: Correct linking order to prevent FTBFS with GCC4.5 + binutils-gold.
Author: Alessio Treglia <quadrispro@ubuntu.com>
-Forwarded: no
+Forwarded: Yes
---
src/makefile | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)