apt-ghetto 5106535c2d New upstream release of lxqt-archiver
Summary:
Packaged new upstream release 0.4.0 of lxqt-archiver
Updated control, copyright, changelog and lxqt-archiver.install
Replaced upstream signing key
Fixed permissions of file debian/rules (+x)

Test Plan:
1. Wait for D116
2. Build passed on https://launchpad.net/~apt-ghetto/+archive/ubuntu/ludev

Reviewers: kc2bez

Reviewed By: kc2bez

Subscribers: teward

Differential Revision: https://phab.lubuntu.me/D120
2021-08-14 13:34:39 -04:00

18 lines
371 B
Makefile
Executable File

#!/usr/bin/make -f
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-format
%:
dh ${@} --buildsystem cmake
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_configure:
dh_auto_configure -- \
-DUPDATE_TRANSLATIONS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo