File: rules

package info (click to toggle)
berkeley-express 1.5.3%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,788 kB
  • sloc: cpp: 4,785; sh: 65; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download
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
export DEB_CPPFLAGS_MAINT_APPEND = -D__FILE__=\"\"
DH_VERBOSE := 1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5

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

override_dh_clean:
	dh_clean src/config.h