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-09-28 07:53:06 +0200 |
commit | f1778d0c286f2dc4b67f51cb0d4127a7fe430520 (patch) | |
tree | e9a183ef57e2ac43b30836b58d9ef141acf4caee | |
parent | 858b9bc2a03a8cfa552a5154aa61c05a3fac5c6a (diff) | |
download | nx-libs-f1778d0c286f2dc4b67f51cb0d4127a7fe430520.tar.gz nx-libs-f1778d0c286f2dc4b67f51cb0d4127a7fe430520.tar.bz2 nx-libs-f1778d0c286f2dc4b67f51cb0d4127a7fe430520.zip |
debian/control: Add Breaks:/Replaces: for qvd-libxcomp3 and qvd-nxproxy.
-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 |