File: rules

package info (click to toggle)
insserv 1.21.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,096 kB
  • sloc: ansic: 5,128; sh: 2,268; perl: 563; makefile: 185
file content (13 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download | duplicates (3)
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