File: rules

package info (click to toggle)
osdclock 0.5-25
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: ansic: 238; makefile: 98
file content (17 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download
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 -- DCFLAGS="$(CFLAGS)"

# Package does not have any tests.
override_dh_auto_test:

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