diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-01-02 14:58:22 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-01-02 14:58:22 +0100 |
commit | 36a2247e0e65d7b30f95687aaa43f51c373fcc24 (patch) | |
tree | 4a403bf5e9e0bec27b679ca44914457cf54ad420 /debian | |
parent | 300bafb1af567620df502cacb8bab7cac1ce9bf3 (diff) | |
download | nx-libs-36a2247e0e65d7b30f95687aaa43f51c373fcc24.tar.gz nx-libs-36a2247e0e65d7b30f95687aaa43f51c373fcc24.tar.bz2 nx-libs-36a2247e0e65d7b30f95687aaa43f51c373fcc24.zip |
fix lintian: missing-separator-between-items in x2goagent depends field between nxagent (>= ${source:Version}) and ${misc:Depends}
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 369c05ec1..1fe51428f 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: nx-libs Section: x11 -Priority: optional +Priority: extra Maintainer: X2Go Developers <x2go-dev@lists.berlios.de> Uploaders: Reinhard Tartler <siretart@tauware.de>, @@ -101,7 +101,7 @@ Description: NX agent Package: x2goagent Architecture: all Depends: - nxagent (>= ${source:Version}) + nxagent (>= ${source:Version}), ${misc:Depends}, Suggests: x2goserver |