[SCM] qm-dsp/master: Include /build/general/Makefile.inc by rules file.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Wed Dec 7 23:03:02 UTC 2016
The following commit has been merged in the master branch:
commit f185b98913521e32e288d9a03fe7bea61b1611a5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Dec 8 00:02:50 2016 +0100
Include /build/general/Makefile.inc by rules file.
diff --git a/debian/patches/01-Makefile.patch b/debian/patches/01-Makefile.patch
index f533896..b90b9bf 100644
--- a/debian/patches/01-Makefile.patch
+++ b/debian/patches/01-Makefile.patch
@@ -6,9 +6,7 @@ Index: qm-dsp/Makefile
===================================================================
--- /dev/null
+++ qm-dsp/Makefile
-@@ -0,0 +1,29 @@
-+include build/general/Makefile.inc
-+
+@@ -0,0 +1,27 @@
+PREFIX ?= /usr
+LIBDIR ?=
+
diff --git a/debian/rules b/debian/rules
index e784f08..e167c5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,5 +12,5 @@ DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
dh $@
override_dh_auto_build:
- $(MAKE)
+ $(MAKE) -f Makefile -f build/general/Makefile.inc
dh_auto_build
--
qm-dsp packaging
More information about the pkg-multimedia-commits
mailing list