This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 3b7d0a01a09f3e5fd0baaf7f8e5cee83d1ba4603 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 24 18:21:28 2023 +0100 debian/rules: don't install x2gokdriveclient binary manually, the Makefile does that for us. --- debian/changelog | 2 ++ debian/rules | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 25da032..7656e1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -107,6 +107,8 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium Especially needed for C++11 support. + Switch to most of what X2Go Client uses, minus the Qt switching mechanism. We would need a lot more work for that. + + Don't install x2gokdriveclient binary manually, the Makefile does that + for us. * debian/copyright: + Change the source license to GPL-3+. + Change license for debian/* to GPL-3+ as well, after asking Mike Gabriel diff --git a/debian/rules b/debian/rules index d7c0b0a..56b7106 100755 --- a/debian/rules +++ b/debian/rules @@ -26,11 +26,6 @@ override_dh_auto_configure: override_dh_auto_build: dh_auto_build -override_dh_install: - mkdir -p $(CURDIR)/debian/x2gokdriveclient/usr/bin/ - install -m 644 x2gokdriveclient $(CURDIR)/debian/x2gokdriveclient/usr/bin/ - dh_install - override_dh_clean: dh_auto_clean rm -f res/txt/changelog -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git