[SCM] jack-audio-connection-kit/master: Call dh_bash-completion
adiknoth-guest at users.alioth.debian.org
adiknoth-guest at users.alioth.debian.org
Mon Sep 26 18:52:37 UTC 2016
The following commit has been merged in the master branch:
commit ba2ba0ea64e0bbf34f8fe70df4cee51e010fe52e
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date: Sun Sep 25 23:44:15 2016 +0200
Call dh_bash-completion
This functionality should be part of CDBS. Let's call it locally for
now.
Also, this needs to be implemented for jackd2 at some point.
diff --git a/debian/rules b/debian/rules
index 9f797bd..3482e13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,6 +110,11 @@ install/jackd1::
dh_install -pjackd1 debian/tmp/usr/lib/*/jack/zalsa_out.so
endif
+# Install bash completion. Drop this line once CDBS supports
+# dh_bash-completion.
+install/jackd1::
+ dh_bash-completion -pjackd1
+
.PHONY: faq
# this target fetches the FAQ from the JACK homepage
faq:
--
Debian packaging for jack-audio-connection-kit
More information about the pkg-multimedia-commits
mailing list