File: rules

package info (click to toggle)
osdclock 0.5-28
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: ansic: 238; makefile: 68
file content (17 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

#export DH_VERBOSE=1

prefix=/usr

%:
	dh $@

override_dh_auto_build:
	dh_auto_build

# Package does not have any tests.
override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install -- PREFIX="$(prefix)"