Skip to content

Commit

Permalink
Change to 1.4.12-6 and fixed commit on f10d789, update to 80 displays…
Browse files Browse the repository at this point in the history
… to allow some more users with open terminals
  • Loading branch information
bartw72 committed Apr 25, 2013
1 parent 92893ee commit 5143705
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
7 changes: 4 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
xrdp (0.7.0-1) unstable; urgency=low
xrdp (0.7.0-1.1) unstable; urgency=low

* Version bump to 0.7.0
* Version bump to 0.7.0 until commit f10d789b8acca565c67d4446a325cb4b1b54e7a5
* Using xserver-xord-1.12.4-6

-- Warmerdam, B. (Bart) <Bart.Warmerdam@mail.ing.nl> Wed, 19 Dec 2012 13:07:57 +0100
-- Warmerdam, B. (Bart) <Bart.Warmerdam@mail.ing.nl> Thu, 25 Apr 2013 18:02:57 +0100

xrdp (0.5.0-2) unstable; urgency=low

Expand Down
11 changes: 11 additions & 0 deletions debian/patches/31-sesman-more-sessions.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/sesman/sesman.ini
+++ b/sesman/sesman.ini
@@ -16,7 +16,7 @@

[Sessions]
X11DisplayOffset=10
-MaxSessions=10
+MaxSessions=80
KillDisconnected=0
IdleTimeLimit=0
DisconnectedTimeLimit=0
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
23_disable_offscreen_bitmaps.patch
30-mouse-pointer-fix.patch
#99_ing_x11rdp_fixes.patch
31-sesman-more-sessions.patch
5 changes: 3 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

override_dh_auto_configure:
./bootstrap
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-jpeg --enable-simplesound --enable-fuse --enable-xrdpvr CFLAGS="-g -O3 -march=native"
#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-jpeg --enable-simplesound --enable-fuse --enable-xrdpvr CFLAGS="-g -O3 -march=native"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var CFLAGS="-g -O3 -march=native"
find -name Makefile | while read i; do sed -e 's#\(XRDP_PID_PATH.*/run\)#\1/xrdp#g' -i "$$i"; done
[ -d ../xorg-server-1.12.4 ] || (XRDP=`pwd`; cd .. && apt-get source xorg-server && cd xorg-server-1.12.4 && patch < $XRDP/debian/patches/xorg-optimize.patch && ./debian/rules binary)
[ -d ../xorg-server-1.12.4 ] || (XRDP=`pwd`; cd .. && apt-get source xorg-server && cd xorg-server-1.12.4 && patch -p0 < $$XRDP/debian/patches/xorg-optimize.patch && ./debian/rules binary)

override_dh_clean:
dh_clean
Expand Down

0 comments on commit 5143705

Please sign in to comment.