File: rules

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

MAKE_FLAGS = \
	CFLAGS="$(CFLAGS)" \
	bindir=/usr/bin man1dir=/usr/share/man/man1

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- $(MAKE_FLAGS)

override_dh_auto_install:
	dh_auto_install -- $(MAKE_FLAGS)