diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-07-17 17:57:24 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:07 +0200 |
commit | 3a1226ea655eb8f540e4e36795aaca6cb1f2bc5f (patch) | |
tree | 23eb0375d4c85dbd6c3255cdabce67a11362454e /debian | |
parent | 2aa8535303de0f2e6fb284120588a7ede39dbf7c (diff) | |
download | nx-libs-3a1226ea655eb8f540e4e36795aaca6cb1f2bc5f.tar.gz nx-libs-3a1226ea655eb8f540e4e36795aaca6cb1f2bc5f.tar.bz2 nx-libs-3a1226ea655eb8f540e4e36795aaca6cb1f2bc5f.zip |
debian/control: add xkb-data to nxagent's Recommends.
Cherry-picked from 3.5.0.x branch.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2d977e181..2be4d2d22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,9 @@ nx-libs (2:3.5.99.0-0~build1) UNRELEASED; urgency=medium nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low - * Continue development + [ Mihai Moldovan ] + * debian/control: + - Add xkb-data to nxagent's Recommends. -- X2Go Release Manager <git-admin@x2go.org> Sat, 04 Jul 2015 06:29:19 +0200 diff --git a/debian/control b/debian/control index 08e260a8b..8cbb4bc54 100644 --- a/debian/control +++ b/debian/control @@ -957,6 +957,7 @@ Depends: ${misc:Depends}, Recommends: xfonts-base, + xkb-data, Description: NX agent NX is a software suite which implements very efficient compression of the X11 protocol. This increases performance when |