File: rules

package info (click to toggle)
fcgiwrap 1.1.0-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 212 kB
  • ctags: 114
  • sloc: ansic: 697; sh: 169; makefile: 34
file content (14 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with systemd,autoreconf

ifeq (linux,$(DEB_HOST_ARCH_OS))
CONFIGURE_FLAGS += --with-systemd \
		   --with-systemdsystemunitdir=/lib/systemd/system
endif

override_dh_auto_configure:
	dh_auto_configure -- $(CONFIGURE_FLAGS)