This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gowebrpc. from ebfc658 Improve JSON parsing. new 1df8dfb d/control: Fix line breaks in Depends:, Recommends: and Suggests: fields. 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 | 5 ++++- debian/control | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gowebrpc.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gowebrpc. commit 1df8dfbad5c224be8efdd6192909a29236640bbc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Dec 9 19:57:40 2021 +0100 d/control: Fix line breaks in Depends:, Recommends: and Suggests: fields. --- debian/changelog | 5 ++++- debian/control | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c9a8c2b..f132a81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ x2gowebrpc (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - [ Mike Gabriel ] + [ Oleksandr Shneyder ] * Initial release. + [ Mike Gabriel ] + * d/control: 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 126c5c1..943f015 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,7 @@ Vcs-Browser: https://code.x2go.org/gitweb?p=x2gowebrpc.git;a=summary Package: x2gowebrpc Architecture: any -Depends: - libfile-touch-perl, +Depends: libfile-touch-perl, libcgi-pm-perl, libencode-perl, libexpect-perl, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gowebrpc.git