diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-11-02 07:16:36 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-11-02 07:16:36 +0100 |
commit | b5230d3719fd46a7d7632315a40adce19dbbab2f (patch) | |
tree | d3e95ab29a125468f28798e52f0e5305868cb28e /debian/control | |
parent | d017d211d2a56f9b07b788d8985f96be535ffce2 (diff) | |
download | nx-libs-b5230d3719fd46a7d7632315a40adce19dbbab2f.tar.gz nx-libs-b5230d3719fd46a7d7632315a40adce19dbbab2f.tar.bz2 nx-libs-b5230d3719fd46a7d7632315a40adce19dbbab2f.zip |
debian/control: change Breaks statement to pre-4.0.1.21 x2goserver and add a Replaces: x2goserver << 4.0.1.21 section to x2goagent package.
We'll do the /etc/x2go/x2goagent.options file move for x2goserver
4.0.1.21 and nx-libs 3.5.0.33 already.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5dcab7797..5633c09b9 100644 --- a/debian/control +++ b/debian/control @@ -1059,7 +1059,9 @@ Depends: nxagent (>= ${source:Version}), nxagent (<< ${source:Version}.1), ${misc:Depends}, Breaks: - x2goserver (<< 4.1.0.0-0~) + x2goserver (<< 4.0.1.21-0~) +Replaces: + x2goserver (<< 4.0.1.21-0~) Suggests: x2goserver Description: X2Go agent |