aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 79024fe4bca99b3e553f530c856d24ef685613de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_install:
	dh_install transmission-remote-cli /usr/bin/
	dh_install

override_dh_installchangelogs:
	dh_installchangelogs -k NEWS

%:
	dh $@ --with bash-completion