File: rules

package info (click to toggle)
berkeley-express 1.5.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,748 kB
  • sloc: cpp: 4,878; sh: 55; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CPPFLAGS += -D__FILE__=\"\"
export CPPFLAGS
DH_VERBOSE := 1

%:
	dh $@


override_dh_compress:
	dh_compress --exclude=express-doc.pdf

override_dh_clean:
	dh_clean src/config.h