This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x in repository nx-libs. from 7429573 Merge branch 'uli42-pr/fix_missing_include' into 3.6.x new 8f73bf7 debian/rules: unbreak Jessie: dh_auto_clean doesn't gracefully discard unknown --no-parallel flag. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 8f73bf7cbe0cdd757159faf6b92cede0a873de13 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 16 16:59:00 2018 +0200 debian/rules: unbreak Jessie: dh_auto_clean doesn't gracefully discard unknown --no-parallel flag. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8f3cbb0..ccd5f88 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 --no-parallel + dh_auto_clean --no-parallel || dh_auto_clean override_dh_install: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git