Skip to content

Commit dbd9c48

Browse files
committed
Use debhelper to install bitcoind.bash-completion
1 parent 33d7d93 commit dbd9c48

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
contrib/bitcoind.bash-completion bitcoind

contrib/debian/control

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Maintainer: Jonas Smedegaard <[email protected]>
55
Uploaders: Micah Anderson <[email protected]>
66
Build-Depends: debhelper,
77
devscripts,
8+
bash-completion,
89
libboost-system-dev (>> 1.35) | libboost-system1.35-dev,
910
libdb4.8++-dev,
1011
libssl-dev,

contrib/debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DEB_INSTALL_EXAMPLES_bitcoind += debian/examples/*
99
DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/*
1010

1111
%:
12-
dh $@
12+
dh --with bash-completion $@
1313

1414
override_dh_auto_build:
1515
cd src; $(MAKE) -f makefile.unix bitcoind

0 commit comments

Comments
 (0)