File: rules

package info (click to toggle)
prodigal 1%3A2.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 25,484 kB
  • ctags: 231
  • sloc: ansic: 4,889; makefile: 35
file content (19 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
CFLAGS+=$(HARDENING_CFLAGS)
LDFLAGS+=$(HARDENING_LDFLAGS)

%:
	dh $@

override_dh_auto_install:
	echo "Do not try to install to /usr/local"

override_dh_clean:
	dh_clean
	rm -f prodigal.1