File: rules

package info (click to toggle)
debiandoc-sgml 1.2.32-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,180 kB
  • sloc: perl: 11,910; sh: 300; makefile: 261; python: 257
file content (23 lines) | stat: -rwxr-xr-x 528 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
## ----------------------------------------------------------------------
## uncomment this to turn on verbose mode
#export DH_VERBOSE=1

%:
	dh $@

# do not test
override_dh_auto_test:

override_dh_auto_build:
	dh_auto_build -- prefix=/usr

override_dh_auto_install:
	dh_auto_install -- prefix=/usr

## ----------------------------------------------------------------------
diff:
	        dh build
	        $(MAKE) diff
.PHONY:		diff
## ----------------------------------------------------------------------