Skip to content

Commit

Permalink
re-add support for Debian Wheezy and Ubuntu Precise
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13187 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 3, 2016
1 parent 9211591 commit 8275875
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
,python-gtk2
,x11-xserver-utils
#we need a vfb: either Xdummy (Debian) or Xvfb (Ubuntu breaks Xorg tty access)
#wheezy: ,xserver-xorg-video-dummy
#jessie: ,xserver-xorg-video-dummy
#stretch: ,xserver-xorg-video-dummy
#precise: ,xvfb
#trusty: ,xvfb
#xenial: ,xvfb
#yakkety: ,xvfb
Expand All @@ -44,17 +46,21 @@ Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
# packet encoder:
,python-rencode
#depend on lz4 for those that have it, lzo otherwise:
#wheezy: ,python-lzo
#jessie: ,python-lz4
#stretch: ,python-lz4
#trusty: ,python-lzo
#xenial: ,python-lz4
#yakkety: ,python-lz4
#if you use Ubuntu, you will "want" this mess:
#precise: ,python-appindicator
#trusty: ,python-appindicator
#xenial: ,python-appindicator
#yakkety: ,python-appindicator
Recommends:
#x264
#precise: ,libx264-120
#wheezy: ,libx264-123
#jessie: ,libx264-142
#stretch: ,libx264-146
#trusty: ,libx264-142
Expand All @@ -68,6 +74,8 @@ Recommends:
#xenial: ,libwebp5
#yakkety: ,libwebp5
#AES encryption:
#precise: ,python-crypto
#wheezy: ,python-crypto
#jessie: ,python-cryptography
#stretch: ,python-cryptography
#trusty: ,python-crypto
Expand All @@ -88,6 +96,9 @@ Recommends:
,openssh-client
,ssh-askpass
#recommend the alternative (those that recommend lz4 usually don't have it available at all):
#precise: ,python-lzo
#precise: ,python-lz4
#wheezy: ,python-lz4
#jessie: ,python-lzo
#stretch: ,python-lzo
#trusty: ,python-lz4
Expand Down

0 comments on commit 8275875

Please sign in to comment.