2014-09-09 18:36:57 +02:00
|
|
|
#!/usr/bin/make -f
|
2016-10-18 02:28:13 +02:00
|
|
|
# export DH_VERBOSE=1
|
2014-09-09 18:36:57 +02:00
|
|
|
|
2016-10-18 02:28:13 +02:00
|
|
|
export LC_ALL=C.UTF-8
|
2015-08-18 01:05:35 +02:00
|
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
2016-10-18 02:28:13 +02:00
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
2015-08-18 01:05:35 +02:00
|
|
|
|
2014-09-09 18:36:57 +02:00
|
|
|
%:
|
2016-10-18 02:28:13 +02:00
|
|
|
dh ${@} --buildsystem cmake
|
|
|
|
|
|
|
|
override_dh_auto_configure:
|
|
|
|
dh_auto_configure -- \
|
2017-01-02 12:37:01 +01:00
|
|
|
-DPULL_TRANSLATIONS=OFF \
|
|
|
|
-DUPDATE_TRANSLATIONS=OFF \
|
2016-10-18 02:28:13 +02:00
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
2015-08-15 20:14:36 +08:00
|
|
|
|
|
|
|
override_dh_makeshlibs:
|
|
|
|
dh_makeshlibs -Xlxqt-config
|