Simon Quigley f0d30a700d screengrab (2.6.0-1) unstable; urgency=medium
* New upstream version 2.6.0
  * debian/control: Update team email to <team+lxqt@tracker.debian.org>.
  * debian/control: cleanup build-deps.
  * debian/control: build-deps on libqt5xdg-dev (>= 3.11.0~).
  * debian/control: build-deps on libkf5windowsystem-dev (>=5.36.0~).
  * debian/control: build-deps on libqt5x11extras5-dev (>=5.15.0~).
  * debian/copyright: update.
  * debian/rules: cleanup.
  * debian/upstream/metadata: drop obsolete field Name.
  * debian/upstream/metadata: update url for git repo.
  * debian/salsa-ci.yml: drop build against to experimental.

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Sun, 30 Jul 2023 22:14:08 +0200
2023-11-12 17:24:19 -06:00

17 lines
352 B
Makefile
Executable File

#!/usr/bin/make -f
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export LC_ALL=C.UTF-8
%:
dh ${@} --buildsystem=cmake
override_dh_auto_configure:
dh_auto_configure -- \
-DSG_DBUS_NOTIFY=ON \
-DSG_EXT_EDIT=ON \
-DSG_GLOBALSHORTCUTS=OFF \
-DUPDATE_TRANSLATIONS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo