diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-19 18:15:36 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-19 18:15:36 +0100 |
commit | 70ccae44a185046a94dce7db798ff0ff0cf4969b (patch) | |
tree | e726963a4e8127075b7c8f9b2a45404e9312b153 | |
parent | 3add2cba44b620332afda7651ef304d21601c972 (diff) | |
download | nx-libs-70ccae44a185046a94dce7db798ff0ff0cf4969b.tar.gz nx-libs-70ccae44a185046a94dce7db798ff0ff0cf4969b.tar.bz2 nx-libs-70ccae44a185046a94dce7db798ff0ff0cf4969b.zip |
Fix for lintian issue: extended-description-line-too-long (nxagent).
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1d43bbc18..0bacc9165 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,5 +9,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low * Add patch: 004_nx-x11-fix-nxcompshad-build.patch. * Add patch: 005_add_nxagent_wrapper.patch. * Fix for lintian issue: missing-build-dependency quilt (>= 0.46-7~). + * Fix for lintian issue: extended-description-line-too-long (nxagent). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200 diff --git a/debian/control b/debian/control index a4dca2596..cec9f932d 100644 --- a/debian/control +++ b/debian/control @@ -58,7 +58,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Description: NX agent (NoMachine) - x2goagent is an agent providing X transport of X sessions. The application + nxagent is an agent providing X transport of X sessions. The application is based on the well known Xnest "nested" server. nxagent, like Xnest, is an X server for its own clients, and at the same time, an X client for a system's local X server. @@ -69,8 +69,8 @@ Description: NX agent (NoMachine) by itself, this is demanded of nxagent. . Being an X server, nxagent is able to resolve all the property/atoms related - requests locally, ensuring that the most common source of round-trips are nearly - reduced to zero. + requests locally, ensuring that the most common source of round-trips are + nearly reduced to zero. Package: nxagent-dbg Architecture: any |