File: rules

package info (click to toggle)
transmission-remote-cli 1.3.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 464 kB
  • sloc: python: 2,601; sh: 20; makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (2)
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