blob: 6dc366254650c1fa6d7ce1cc22e3a095597cd276 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export QT_SELECT = 6
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
-DUSE_EXTERN_QUAZIP:BOOL=ON
|