This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 7f81125 Continue development new 37a50b7 src/*.c: Fix implicit declaration of execv(). new e20ad0a debian/{control,compat}: Bump to DH version level 9. new c2adbda debian/rules: Fix empty python-x2gobroker bin:packages on Debian 9 and above. new 2396756 debian/control: Bump Standards-Version: to 3.9.8. No changes needed. The 4 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: bin/x2gobroker-ssh | Bin 10328 -> 10560 bytes debian/changelog | 8 +++++++- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 2 +- src/x2gobroker-agent.c | 2 ++ src/x2gobroker-ssh.c | 2 ++ 7 files changed, 15 insertions(+), 5 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit e20ad0a3baa72f2445403075231af01e2095d596 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 5 20:05:10 2017 +0000 debian/{control,compat}: Bump to DH version level 9. --- debian/changelog | 2 ++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d042c09..3c7c9ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ x2gobroker (0.0.3.3-0x2go1) UNRELEASED; urgency=medium * src/*.c: Fix implicit declaration of execv(). + * debian/{control,compat}: + + Bump to DH version level 9. -- X2Go Release Manager <git-admin@x2go.org> Thu, 23 Feb 2017 03:42:12 +0100 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index eab71de..f834a87 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, Mihai Moldovan <ionic@ionic.de>, Build-Depends: - debhelper (>= 7.0.50~), + debhelper (>= 9), dh-systemd | hello, cdbs (>= 0.4.49~), dpkg-dev (>= 1.14.31~), -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit c2adbda991252d1e1f91fa1586b55e12fb5ad394 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed May 3 15:45:47 2017 +0200 debian/rules: Fix empty python-x2gobroker bin:packages on Debian 9 and above. --- bin/x2gobroker-ssh | Bin 10328 -> 10560 bytes debian/changelog | 2 ++ debian/rules | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/x2gobroker-ssh b/bin/x2gobroker-ssh index ad1a492..d81e83b 100755 Binary files a/bin/x2gobroker-ssh and b/bin/x2gobroker-ssh differ diff --git a/debian/changelog b/debian/changelog index 3c7c9ca..dd4e2d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ x2gobroker (0.0.3.3-0x2go1) UNRELEASED; urgency=medium * src/*.c: Fix implicit declaration of execv(). * debian/{control,compat}: + Bump to DH version level 9. + * debian/rules: + + Fix empty python-x2gobroker bin:packages on Debian 9 and above. -- X2Go Release Manager <git-admin@x2go.org> Thu, 23 Feb 2017 03:42:12 +0100 diff --git a/debian/rules b/debian/rules index 5c338d1..506fece 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk DEB_PYTHON_SYSTEM = $(shell test -f /usr/bin/dh_python2 && echo "" || echo "pysupport") -DEB_PYTHON_INSTALL_ARGS_python-x2gobroker ?= --root=$(DEB_DESTDIR) --prefix=$(DEB_PYTHON_PREFIX_ARG) --no-compile -O0 --install-layout=deb +DEB_PYTHON_INSTALL_ARGS_python-x2gobroker ?= --no-compile -O0 --install-layout=deb include /usr/share/cdbs/1/class/python-distutils.mk # needed when building with pysupport (e.g. on Ubuntu lucid) -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 23967569d51e65b52d210776f3b89c374ed842c6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed May 3 15:46:25 2017 +0200 debian/control: Bump Standards-Version: to 3.9.8. No changes needed. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dd4e2d9..a9b1d08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ x2gobroker (0.0.3.3-0x2go1) UNRELEASED; urgency=medium + Bump to DH version level 9. * debian/rules: + Fix empty python-x2gobroker bin:packages on Debian 9 and above. + * debian/control: + + Bump Standards-Version: to 3.9.8. No changes needed. -- X2Go Release Manager <git-admin@x2go.org> Thu, 23 Feb 2017 03:42:12 +0100 diff --git a/debian/control b/debian/control index f834a87..871e923 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: python-setuptools, python-nose, python-paste, -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 XS-Python-Version: >= 2.6 Package: python-x2gobroker -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 37a50b718be23a470f350a3edf7748060a10fd40 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 5 21:11:35 2017 +0200 src/*.c: Fix implicit declaration of execv(). --- debian/changelog | 2 +- src/x2gobroker-agent.c | 2 ++ src/x2gobroker-ssh.c | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a817908..d042c09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ x2gobroker (0.0.3.3-0x2go1) UNRELEASED; urgency=medium - * Continue development + * src/*.c: Fix implicit declaration of execv(). -- X2Go Release Manager <git-admin@x2go.org> Thu, 23 Feb 2017 03:42:12 +0100 diff --git a/src/x2gobroker-agent.c b/src/x2gobroker-agent.c index 41b9463..c2f1db1 100644 --- a/src/x2gobroker-agent.c +++ b/src/x2gobroker-agent.c @@ -19,6 +19,8 @@ * */ +#include <unistd.h> + int main( int argc, char *argv[] ) { char x2gobrokeragent[] = TRUSTED_BINARY; diff --git a/src/x2gobroker-ssh.c b/src/x2gobroker-ssh.c index 40d4629..dc10cd3 100644 --- a/src/x2gobroker-ssh.c +++ b/src/x2gobroker-ssh.c @@ -19,6 +19,8 @@ * */ +#include <unistd.h> + int main( int argc, char *argv[] ) { char x2gobrokerssh[] = TRUSTED_BINARY; -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git