diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9f31c25d6..1045a83ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ nx-libs (2:3.5.0.24-0x2go1) UNRELEASED; urgency=low * Clean up debian/patches/series: Remove commented out patches. * Make sure, patch 056_nx-X11-Werror-format-security.full.patch gets included into rolled tarball (by renaming *.patch to *.full.patch). + * Debian lintian: + + Fix: nx-libs source: not-binnmuable-all-depends-any x2goagent -> nxagent. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 06 May 2014 18:34:36 +0200 diff --git a/debian/control b/debian/control index d13865c5c..48002a4fd 100644 --- a/debian/control +++ b/debian/control @@ -107,7 +107,7 @@ Description: NX agent Package: x2goagent Architecture: all Depends: - nxagent (= ${binary:Version}), + nxagent (>= ${source:Version}), nxagent (<< ${source:Version}.1), ${misc:Depends}, Suggests: x2goserver |