File: rules

package info (click to toggle)
flightcrew 0.9.3%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,768 kB
  • sloc: cpp: 53,736; xml: 2,006; ansic: 275; python: 215; sh: 112; exp: 8; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export verbose=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_CXXFLAGS_MAINT_APPEND=-D_FORTIFY_SOURCE=2

%:
	dh $@ --with pkgkde_symbolshelper

override_dh_auto_configure:
	dh_auto_configure -- -DDEBIAN=1 -DBUILD_SHARED_FC=1 -DSKIP_PCH=1 -DSKIP_FC_PLUGIN=1