This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gohtmlclient. from 8ce5644 d/control: Drop nginx from S: again, it is already in Recommends: field. new e9e3b26 d/control: Fix typo in Recommends: field's name. The 1 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 | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 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 e9e3b26654cdc1b67af41c02868b412a732b6e5b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 7 23:53:10 2021 +0100 d/control: Fix typo in Recommends: field's name. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3fb3fb8..cc563d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,5 +7,6 @@ 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. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/debian/control b/debian/control index cd47faa..e64b7b6 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Architecture: any Depends: libjs-x2gokdriveclient, ${misc:Depends}, -Recomends: +Recommends: nginx, x2gowebrpc, x2gowswrapper, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git