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-20 00:05:19 +0200 |
commit | 085dccc994e3fbfc8dee60497684606b67639de8 (patch) | |
tree | 0ecc6be9b0e0090b0de17562347e0d634a929d49 /debian/control | |
parent | 371348148b9bedbb5eb0a401c1ff54a75adc9907 (diff) | |
download | nx-libs-085dccc994e3fbfc8dee60497684606b67639de8.tar.gz nx-libs-085dccc994e3fbfc8dee60497684606b67639de8.tar.bz2 nx-libs-085dccc994e3fbfc8dee60497684606b67639de8.zip |
debian/control: Add Breaks:/Replaces: for qvd-libxcomp3 and qvd-nxproxy.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 1be915867..f7ced1e69 100644 --- a/debian/control +++ b/debian/control @@ -1073,6 +1073,8 @@ Description: X2Go agent Package: nxproxy Architecture: any +Breaks: qvd-nxproxy +Replaces: qvd-nxproxy Multi-Arch: foreign Depends: ${shlibs:Depends}, @@ -1145,8 +1147,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 |