diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-05 09:46:45 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-05 09:46:45 +0200 |
commit | a1a7b1aab10093f869bac49f6bf20531fcb0ed0a (patch) | |
tree | 18befe10ae776aa296460e41002de8fc3bb39ff8 /debian | |
parent | bf08b99603f1c6b5cf9c0f005e4a7c4b02b66ca4 (diff) | |
download | nx-libs-a1a7b1aab10093f869bac49f6bf20531fcb0ed0a.tar.gz nx-libs-a1a7b1aab10093f869bac49f6bf20531fcb0ed0a.tar.bz2 nx-libs-a1a7b1aab10093f869bac49f6bf20531fcb0ed0a.zip |
debian/control: Add some hard and exact-versioned dependencies for our bin:packages. Assure that no old share lib packages with the same set of symbols remain on the system when upgrading.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 4d9fcbddf..633ab784b 100644 --- a/debian/control +++ b/debian/control @@ -74,6 +74,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, nx-x11-common (>= ${source:Version}), nx-x11-common (<< ${source:Version}.1), + libxcomp3 (= ${binary:Version}), Breaks: nxlibs (<= 3.5.1), libnx-x11 (<< 2:3.5.0.29-1~), libnx-xext6 (<< 2:3.6.0.0), @@ -324,6 +325,10 @@ Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, + libxcomp3 (= ${binary:Version}), + libxcompext3 (= ${binary:Version}), + libxcompshad3 (= ${binary:Version}), + libnx-x11-6 (= ${binary:Version}), Recommends: xfonts-base, xkb-data, @@ -378,6 +383,7 @@ Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, + libxcomp3 (= ${binary:Version}), Breaks: qvd-nxproxy, nxauth, @@ -470,6 +476,7 @@ Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, + libnx-x11-6 (= ${binary:Version}), Breaks: nxcompext (<=3.5.1) Replaces: nxcompext Description: nx-X11 protocol compression extensions library @@ -521,6 +528,7 @@ Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, + libnx-x11-6 (= ${binary:Version}), Breaks: nxcompshad (<=3.5.1) Replaces: nxcompshad Description: nx-X11 shadowing library |