[X2Go-Commits] [x2goplasmabindings] 01/02: debian/rules: fix override_dh_auto_configure rule/dh_auto_configure call.

git-admin at x2go.org git-admin at x2go.org
Thu May 4 17:24:28 CEST 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goplasmabindings.

commit 52ad4478bef32bf8d617ce798cb99521456ed4ce
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu May 4 17:18:34 2023 +0200

    debian/rules: fix override_dh_auto_configure rule/dh_auto_configure call.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e44730f..9393e5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
   * debian/rules:
     + Add Plasma 4/5 bridge based on distro version and pass down to build
       system.
+    + Fix override_dh_auto_configure rule/dh_auto_configure call.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Thu, 22 Nov 2018 00:21:33 +0100
 
diff --git a/debian/rules b/debian/rules
index 788d661..173981f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,4 +105,4 @@ endif
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure $@ -DUSE_PLASMA5=$(USE_PLASMA5)
+	dh_auto_configure -- -DUSE_PLASMA5=$(USE_PLASMA5)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git


More information about the x2go-commits mailing list