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

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

override_dh_install:
	mv transmission-remote-cli.py transmission-remote-cli
	dh_install transmission-remote-cli /usr/bin/
	dh_install

override_dh_installchangelogs:
	dh_installchangelogs -k NEWS

%:
	dh $@ --with bash-completion