[X2Go-Commits] [x2goclient] 37/94: debian/rules: Ignore failures during dh_auto_clean. Helps with build envs that don't have python3-setuptools installed when building source packages.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 15 21:06:35 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 341fe801e565952e6073cf21855b2c792a0d5180
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun May 13 18:31:27 2018 +0000

    debian/rules: Ignore failures during dh_auto_clean. Helps with build envs that don't have python3-setuptools installed when building source packages.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index edd72bc8..e03da227 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,4 @@
 
 override_dh_auto_clean:
 	rm -Rf PyHoca_CLI.egg-info/
-	dh_auto_clean
+	-dh_auto_clean

--
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