This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from f800b36 Create system user x2gouser with $HOME in /var/lib/x2go. new 729d18d Don't depend on libdb-pg-perl for armhf builds. (Fixes: #712). Thanks to Heinrich Schuchardt for providing information on this. 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/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 729d18de14ae78be82c308dface07104db5ee8c1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 12 06:03:47 2015 +0100 Don't depend on libdb-pg-perl for armhf builds. (Fixes: #712). Thanks to Heinrich Schuchardt for providing information on this. Conflicts: debian/control --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index da3d137..bfc70f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -66,6 +66,8 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium + Add D (x2goserver): libfile-which-perl. + Add C (x2goserver: x2godesktopsharing (<< 3.1.1.2-0~). (Fixes: #700). + Bump Standards: to 3.9.6. No changes needed. + - Don't depend on libdb-pg-perl for armhf builds. (Fixes: #712). Thanks to + Heinrich Schuchardt for providing information on this. * debian/x2goserver.docs: + Install README.i18n file into bin:package x2goserver. * x2goserver.spec: diff --git a/debian/control b/debian/control index 4eeb589..584917b 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Depends: openssh-server, libconfig-simple-perl, pwgen, - libdbd-pg-perl, + libdbd-pg-perl [!armhf], libdbd-sqlite3-perl, libfile-basedir-perl, libfile-which-perl, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git