[X2Go-Commits] [x2goclient] 26/94: debian/rules: Build for Python3, not Python2.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:26 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.
commit 04eabd578c44beb3c7bce12ee7785df78848a877
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Sep 22 14:12:47 2017 +0200
debian/rules: Build for Python3, not Python2.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index f4eeb162..30a7635e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
# Based on sample debian/rules file - for GNU Hello (1.3).
# Copyright 2010-2016 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2")
+WITH_PYTHON3 = $(shell test -f /usr/bin/dh_python2 && echo "--with python3")
%:
- dh ${@} ${WITH_PYTHON2}
+ dh ${@} ${WITH_PYTHON3}
override_dh_auto_clean:
rm -Rf PyHoca_CLI.egg-info/
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list