2014-09-10 19:53:15 +02:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
|
2016-07-09 11:05:30 +02:00
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
2015-11-12 02:26:42 +01:00
|
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
|
2014-09-10 19:53:15 +02:00
|
|
|
%:
|
2015-12-26 22:21:19 +01:00
|
|
|
dh ${@} --buildsystem cmake \
|
|
|
|
--parallel
|