This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit f27cda89ce7e6a2388f8e1b5777e5af4c8d88ec5 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Aug 11 21:29:07 2023 +0200 debian/rules: enable verbose Makefiles. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5b96e4a..2ae2bf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -86,6 +86,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium code. + Add USE_DESKTOP_FILE selector to support older systems. + Fix syntax. + + Enable verbose Makefiles. * debian/copyright: + Add information for x2goplasmoidkf5.cpp, which is GPL-3.0-only. + Add information for package/contents/ui/main.qml. diff --git a/debian/rules b/debian/rules index 72cc92d..4070522 100755 --- a/debian/rules +++ b/debian/rules @@ -112,4 +112,4 @@ endif dh $@ override_dh_auto_configure: - dh_auto_configure -- -DUSE_PLASMA5=$(USE_PLASMA5) -DUSE_DESKTOPFILE=$(USE_DESKTOP_FILE) + dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DUSE_PLASMA5=$(USE_PLASMA5) -DUSE_DESKTOPFILE=$(USE_DESKTOP_FILE) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git