[SCM] lv2vocoder/master: Fix dh option order.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Sep 2 08:47:27 UTC 2016
The following commit has been merged in the master branch:
commit 971aa14e34820b964e1515998c2a1fadde5557e7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Sep 2 10:47:16 2016 +0200
Fix dh option order.
diff --git a/debian/rules b/debian/rules
index fec1e32..34776aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
LDFLAGS+=-Wl,--as-needed
%:
- dh --buildsystem=makefile $@
+ dh $@ --buildsystem=makefile
override_dh_auto_install:
dh_auto_install -- LV2_INSTALL_PATH=$(CURDIR)/debian/lv2vocoder/usr/lib/lv2
--
lv2vocoder packaging
More information about the pkg-multimedia-commits
mailing list