aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 7bc28e4b274e15f69534443292b99eb7bdb8e7c7 (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 $@