File: rules

package info (click to toggle)
exaile 4.1.4~beta1%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 16,376 kB
  • sloc: python: 39,668; javascript: 9,262; makefile: 317; sh: 138
file content (16 lines) | stat: -rwxr-xr-x 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE=1
#export PREFIX=/usr

%:
	dh $@

override_dh_auto_build:
	make manpage
	make completion
	make desktop_files
override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr
	find $(CURDIR) \( -name 'COPYING' -o -name 'LICENSE' \) -delete

override_dh_auto_test: