[X2Go-Commits] [nx-libs] 10/25: debian/rules: Run dh_auto_clean with --no-parallel.
git-admin at x2go.org
git-admin at x2go.org
Mon Apr 30 22:41:46 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.
commit 01dbfdecc4f72bbeab3bf0be7963556e5383ea68
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Apr 25 21:40:25 2018 +0200
debian/rules: Run dh_auto_clean with --no-parallel.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 5a0af64..f5f7c5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ export INCLUDEDIR = "/usr/include/$(DEB_HOST_MULTIARCH)"
override_dh_auto_clean:
rm -Rf nx-X11/.build-exports
- dh_auto_clean
+ dh_auto_clean --no-parallel
override_dh_install:
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list