[DRE-commits] [ruby-net-ssh] 02/03: wrap-and-sort.
Stefano Rivera
stefano at rivera.za.net
Wed Feb 3 05:58:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
stefanor pushed a commit to branch master
in repository ruby-net-ssh.
commit 6b2495c2e24b8defa4ff88991a26fe838de6ef74
Author: Stefano Rivera <stefanor at debian.org>
Date: Wed Feb 3 16:53:45 2016 +1100
wrap-and-sort.
---
debian/changelog | 1 +
debian/control | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d1bc222..4441dce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ruby-net-ssh (1:3.0.1-2) UNRELEASED; urgency=medium
* Add missing Build-Depends: ruby-highline, ruby-termios (Closes: #812736)
+ * wrap-and-sort.
-- Stefano Rivera <stefanor at debian.org> Wed, 03 Feb 2016 16:47:26 +1100
diff --git a/debian/control b/debian/control
index a7a5850..bc6fc0f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
Uploaders: Lucas Nussbaum <lucas at debian.org>,
Paul van Tilburg <paulvt at debian.org>,
David Suárez <david.sephirot at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake,
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ rake,
ruby-highline,
ruby-mocha,
ruby-termios,
@@ -20,7 +22,7 @@ XS-Ruby-Versions: all
Package: ruby-net-ssh
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Description: Ruby implementation of the SSH protocol
Net::SSH is a pure-Ruby implementation of the SSH protocol. It allows
you to write programs that invoke and interact with processes on remote
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-net-ssh.git
More information about the Pkg-ruby-extras-commits
mailing list