diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-05-07 09:24:45 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-05-07 09:24:45 +0200 |
commit | a481c137acb4423d0620792932adcd1bc014f205 (patch) | |
tree | 0b51b3e604518ab9d2695c21e76e1af5596e286d /debian | |
parent | 440fd40c594f99f9d229b1cebf20c1f281cae620 (diff) | |
download | nx-libs-a481c137acb4423d0620792932adcd1bc014f205.tar.gz nx-libs-a481c137acb4423d0620792932adcd1bc014f205.tar.bz2 nx-libs-a481c137acb4423d0620792932adcd1bc014f205.zip |
Debian lintian: Fix: nx-libs source: not-binnmuable-all-depends-any x2goagent -> nxagent.
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 |