This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gohtmlclient. from e9e3b26 d/control: Fix typo in Recommends: field's name. new 4873705 d/control: Fix line breaks in Depends:, Recommends: and Suggests: fields. new 75bde00 d/control: Add to R: (x2gohtmlclient): fcgiwrap. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 5 ++++- debian/control | 16 ++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git
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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gohtmlclient. commit 75bde00c4e7376f003b9c23da0bccf0ca2d69721 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Dec 9 19:58:29 2021 +0100 d/control: Add to R: (x2gohtmlclient): fcgiwrap. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 80ff483..02f8ed6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,5 +10,6 @@ x2gohtmlclient (1.0-0x2go1) UNRELEASED; urgency=medium * d/control: + Fix typo in Recommends: field's name. + Fix line breaks in Depends:, Recommends: and Suggests: fields. + + Add to R: (x2gohtmlclient): fcgiwrap. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/debian/control b/debian/control index 783c1d6..ab692fe 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Architecture: any Depends: libjs-x2gokdriveclient, ${misc:Depends}, Recommends: nginx, + fcgiwrap, x2gowebrpc, x2gowswrapper, Suggests: x2goserver, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git