This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from c173e6b Makefile: correctly quote variables when passing them down to other programs. new 4c4f2b1 debian/control: add dependencies needed for debian/compat.sh. new ddd6f72 nx{comp{,shad},proxy}: use dist-bzip2 instead of dist-xz. The 2 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/control | 5 ++++- nxcomp/configure.ac | 2 +- nxcompshad/configure.ac | 2 +- nxproxy/configure.ac | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) -- 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 master in repository nx-libs. commit 4c4f2b185374fc0f81dbdda424dfa2089cd24680 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Dec 16 05:35:51 2017 +0100 debian/control: add dependencies needed for debian/compat.sh. --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 196c51b..25bc395 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,10 @@ Build-Depends: quilt (>= 0.46-7~), x11proto-core-dev, xutils-dev, - zlib1g-dev + zlib1g-dev, + sed, + coreutils, + lsb-release Standards-Version: 4.1.0 Homepage: https://github.com/ArcticaProject/nx-libs/ Vcs-Git: https://github.com/ArcticaProject/nx-libs/ -- 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 master in repository nx-libs. commit ddd6f72ff865fb2d7125aafcf337193e7937b2cd Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Dec 16 05:53:26 2017 +0100 nx{comp{,shad},proxy}: use dist-bzip2 instead of dist-xz. Automake older than version 1.11 does not support dist-xz. No workaround possible via a feature check, as far as I can tell. --- nxcomp/configure.ac | 2 +- nxcompshad/configure.ac | 2 +- nxproxy/configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nxcomp/configure.ac b/nxcomp/configure.ac index 8037250..8d6a078 100644 --- a/nxcomp/configure.ac +++ b/nxcomp/configure.ac @@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) # Initialize libtool AC_PROG_LIBTOOL diff --git a/nxcompshad/configure.ac b/nxcompshad/configure.ac index b8e359f..3113918 100644 --- a/nxcompshad/configure.ac +++ b/nxcompshad/configure.ac @@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) # Initialize libtool AC_PROG_LIBTOOL diff --git a/nxproxy/configure.ac b/nxproxy/configure.ac index b381862..811862e 100644 --- a/nxproxy/configure.ac +++ b/nxproxy/configure.ac @@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) PROXY_VERSION=nxproxy_version AC_SUBST([PROXY_VERSION]) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git