This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gohtmlclient. commit 4873705c6a492f016d0f8bddfacedc15cabbf8c2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Dec 9 19:55:50 2021 +0100 d/control: Fix line breaks in Depends:, Recommends: and Suggests: fields. --- debian/changelog | 4 +++- debian/control | 15 +++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index cc563d1..80ff483 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ x2gohtmlclient (1.0-0x2go1) UNRELEASED; urgency=medium * conf/nginx/snippets/x2gohtmlclient-wswrapper.conf: - Put regular expression into double-quotes. Otherwise nginx misinterprets the curly braces as config block braces. - * d/control: Fix typo in Recommends: field's name. + * d/control: + + Fix typo in Recommends: field's name. + + Fix line breaks in Depends:, Recommends: and Suggests: fields. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/debian/control b/debian/control index e64b7b6..783c1d6 100644 --- a/debian/control +++ b/debian/control @@ -17,15 +17,12 @@ Vcs-Browser: https://code.x2go.org/gitweb?p=x2gohtmlclient.git;a=summary Package: x2gohtmlclient Architecture: any -Depends: - libjs-x2gokdriveclient, +Depends: libjs-x2gokdriveclient, ${misc:Depends}, -Recommends: - nginx, +Recommends: nginx, x2gowebrpc, x2gowswrapper, -Suggests: - x2goserver, +Suggests: x2goserver, x2goserver-x2gokdrive, Description: X2Go HTML5 Client (example html page) X2Go is a server based computing environment with @@ -45,10 +42,8 @@ Description: X2Go HTML5 Client (example html page) Package: libjs-x2gokdriveclient Architecture: any -Depends: - ${misc:Depends}, -Suggests: - x2gohtmlclient, +Depends: ${misc:Depends}, +Suggests: x2gohtmlclient, Description: X2Go HTML5 Client (JS library) X2Go is a server based computing environment with - session resuming -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git