Fixed .gititgnore, added build-stamp Added build-depenedency libqt5xdgiconloader-dev Bumped Standards to 3.9.8, no changes needed Fixed VCS fields, use https and plain /git/ Added Recommends lxqt-config-l10n Fixed copyright Format Added missed new files to copyright Bumped years in copyright Fixed lintian-overrides Added DEB_BUILD_MAINT_OPTIONS = hardening=+all Added translation control Added DCMAKE_BUILD_TYPE=RelWithDebInfo
parent
fe4a6187c3
commit
a5a85a8377
@ -1 +0,0 @@
|
|||||||
man/lxqt-config.1
|
|
@ -0,0 +1,3 @@
|
|||||||
|
lxqt-config-appearance/man/lxqt-config-appearance.1
|
||||||
|
man/lxqt-config.1
|
||||||
|
liblxqt-config-cursor/man/lxqt-config-mouse.1
|
@ -1,11 +1,18 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake \
|
dh ${@} --buildsystem cmake \
|
||||||
--parallel
|
--parallel
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure -- \
|
||||||
|
-DPULL_TRANSLATIONS=OFF \
|
||||||
|
-DUPDATE_TRANSLATIONS=OFF \
|
||||||
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
|
||||||
override_dh_makeshlibs:
|
override_dh_makeshlibs:
|
||||||
dh_makeshlibs -Xlxqt-config
|
dh_makeshlibs -Xlxqt-config
|
||||||
|
Loading…
Reference in new issue