This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 68d6283 patches.xorg/1.19.2/xorg-server-configure-ac.patch: backport XORG_VERSION_CURRENT change from e0dbca73f11e9aa7a066e748e6d08ba256be69cf / 1.20.5. new 5611c96 debian/changelog: line-wrap one of Alex's entries. new 564cb48 debian/control: Fix B-Ds for building against Ubuntu trusty. 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/changelog | 6 +++++- debian/control | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 5611c9643790c5a6539cb3f7ea9da68c47718d65 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 30 09:50:48 2019 +0100 debian/changelog: line-wrap one of Alex's entries. --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 99209b7..d476316 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,9 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium * Initial release. [ Oleksandr Shneyder ] - * Calculate screen dimensions (in mm) according to dpi value. Default DPI (Xorg) is 75. User can set DPI using -dpi command line option. + * Calculate screen dimensions (in mm) according to dpi value. + Default DPI (Xorg) is 75. User can set DPI using -dpi command + line option. [ Mihai Moldovan ] * Initial release: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 564cb48d7343cf73fc574d899a0b4152f7c0d12e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 30 10:01:01 2019 +0100 debian/control: Fix B-Ds for building against Ubuntu trusty. --- debian/changelog | 2 ++ debian/control | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d476316..7b934e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium [ Mike Gabriel ] * Initial release. + * debian/control: + + Fix B-Ds for building against Ubuntu trusty. [ Oleksandr Shneyder ] * Calculate screen dimensions (in mm) according to dpi value. diff --git a/debian/control b/debian/control index bfec3ad..992f578 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Build-Depends: flex, xutils-dev (>= 1:7.6+4), xfonts-utils (>= 1:7.5+1), - x11proto-dev (>= 2018.4) | x11proto-core-dev (>= 7.0.31), + x11proto-dev (>= 2018.4) | x11proto-core-dev (>= 7.0.24), x11proto-damage-dev (>= 1.1) | hello, x11proto-fixes-dev (>= 1:5.0) | hello, x11proto-fonts-dev (>= 2.1.3) | hello, @@ -43,10 +43,10 @@ Build-Depends: x11proto-present-dev | hello, x11proto-bigreqs-dev | hello, x11proto-composite-dev | hello, - xtrans-dev (>= 1.3.5), + xtrans-dev (>= 1.3.2), libxau-dev (>= 1:1.0.5-2), libxdmcp-dev (>= 1:0.99.1), - libxfont-dev (>= 1:2.0.1), + libxfont-dev (>= 1.4.2), libxkbfile-dev (>= 1:0.99.1), libpixman-1-dev (>= 0.27.2), libpciaccess-dev (>= 0.12.901), @@ -56,7 +56,7 @@ Build-Depends: libaudit-dev [linux-any], libpam-dev, libgl1-mesa-dev (>= 9.2), - libunwind-dev [amd64 arm64 armel armhf hppa i386 ia64 mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4], + libunwind-dev [amd64 arm64 armel armhf hppa i386 ia64 mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4] | hello, libxmuu-dev (>= 1:0.99.1), libxext-dev (>= 1:0.99.1), libx11-dev (>= 2:1.6), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git