diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-19 23:58:49 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-19 23:59:17 +0200 |
commit | 4674a4ae46aec7c104aed2090e57fd36c2cbbef2 (patch) | |
tree | 0b99814228bcc236dc3bb094f449293202434777 /debian | |
parent | 51b60ea7a1eaf1983c6a0d8095bf187a5f100f8b (diff) | |
download | nx-libs-4674a4ae46aec7c104aed2090e57fd36c2cbbef2.tar.gz nx-libs-4674a4ae46aec7c104aed2090e57fd36c2cbbef2.tar.bz2 nx-libs-4674a4ae46aec7c104aed2090e57fd36c2cbbef2.zip |
debian/control: Add Breaks:/Replaces: for qvd-libxcomp3 and qvd-nxproxy.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 485c6fe0e..08e260a8b 100644 --- a/debian/control +++ b/debian/control @@ -1022,6 +1022,8 @@ Description: X2Go agent Package: nxproxy Architecture: any +Breaks: qvd-nxproxy +Replaces: qvd-nxproxy Multi-Arch: foreign Depends: ${shlibs:Depends}, @@ -1094,8 +1096,10 @@ Pre-Depends: Depends: ${shlibs:Depends}, ${misc:Depends}, -Breaks: nxcomp (<= 3.5.1) -Replaces: nxcomp +Breaks: nxcomp (<= 3.5.1), + qvd-libxcomp3, +Replaces: nxcomp, + qvd-libxcomp3, Description: nx-X11 compression library NX is a software suite which implements very efficient compression of the X11 protocol. This increases performance when |