You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
378 B
18 lines
378 B
8 years ago
|
#!/usr/bin/make -f
|
||
|
|
||
|
# Uncomment this to turn on verbose mode.
|
||
|
#export DH_VERBOSE=1
|
||
|
|
||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||
|
export DEB_LDFLAGS_MAINT_APPEND += -Wl,--as-needed
|
||
|
export QT_SELECT=5
|
||
|
|
||
|
%:
|
||
|
dh $@
|
||
|
|
||
|
override_dh_auto_configure:
|
||
|
dh_auto_configure -- \
|
||
|
-DCMAKE_VERBOSE_MAKEFILE=ON \
|
||
|
-DCMAKE_BUILD_TYPE=Release \
|
||
|
-DWITH_WEBKIT=1
|