This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 2b3762c Create system user x2gouser with $HOME in /var/lib/x2go. new 917192a 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 master in repository x2goserver. commit 917192ae24fd650740c61542ccf5aaa694b12dd2 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. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d1c7fbb..db12550 100644 --- a/debian/changelog +++ b/debian/changelog @@ -215,6 +215,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 614efa2..6a8c2b7 100644 --- a/debian/control +++ b/debian/control @@ -126,7 +126,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libconfig-simple-perl, - libdbd-pg-perl, + libdbd-pg-perl [!armhf], libdbd-sqlite3-perl, libx2go-log-perl (>= ${source:Version}), libx2go-log-perl (<< ${source:Version}.1~), x2goserver-common (>= ${source:Version}), x2goserver-common (<< ${source:Version}.1~), -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git