[X2Go-Commits] [pyhoca-cli] 01/01: 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
Sun May 13 20:31:53 CEST 2018


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

x2go pushed a commit to branch master
in repository pyhoca-cli.

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 edd72bc..e03da22 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/pyhoca-cli.git


More information about the x2go-commits mailing list