File: rules

package info (click to toggle)
rinse 3.6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 492 kB
  • sloc: sh: 1,629; perl: 891; makefile: 85
file content (16 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_test:

override_dh_install: build

	dh_testdir
	dh_testroot
	dh_prep
	make install PREFIX=`pwd`/debian/rinse
	dh_installdirs