[X2Go-Commits] [x2gowebrpc] 01/01: d/control: Fix line breaks in Depends:, Recommends: and Suggests: fields.
git-admin at x2go.org
git-admin at x2go.org
Thu Dec 9 19:57:49 CET 2021
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 at 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 at 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
More information about the x2go-commits
mailing list