File: rules

package info (click to toggle)
insserv 1.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 884 kB
  • sloc: ansic: 5,171; sh: 2,277; perl: 563; makefile: 201
file content (13 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dpkg/default.mk
export CFLAGS  += $(shell getconf LFS_CFLAGS)
export LDFLAGS += $(shell getconf LFS_LDFLAGS)

# Upstream build system does not respect $(CPPFLAGS), it has its own
# conventions.
export COPTS = $(CFLAGS) $(CPPFLAGS)

%:
	echo $(CFLAGS)
	dh $@ --with=bash-completion