#!/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
