[DRE-commits] [ruby-net-ssh] 02/06: Refresh packaging

Lucas Nussbaum lucas at moszumanska.debian.org
Tue May 5 08:13:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

lucas pushed a commit to branch master
in repository ruby-net-ssh.

commit ada6d4a451c3738d467df54ab4c991640c1b4530
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Tue May 5 09:47:50 2015 +0200

    Refresh packaging
---
 debian/changelog       |  6 ++++++
 debian/control         | 10 +++++-----
 debian/ruby-tests.rake |  5 +++++
 debian/ruby-tests.rb   |  2 --
 debian/rules           |  2 +-
 5 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4cfd8da..da96f51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-net-ssh (1:2.9.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Lucas Nussbaum <lucas at debian.org>  Tue, 05 May 2015 09:42:11 +0200
+
 ruby-net-ssh (1:2.9.1-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 2e7eef2..de7410d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,20 +5,20 @@ 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 (>= 0.3.0~),
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake,
                ruby-mocha,
                ruby-test-unit
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-ssh.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-net-ssh.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-net-ssh.git
 Homepage: http://net-ssh.github.com/net-ssh/
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-net-ssh
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 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
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..ea98ddf
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'gem2deb/rake/testtask'
+
+Gem2Deb::Rake::TestTask.new do |t|
+  t.test_files = FileList['test/**/*_test.rb']
+end
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index 08f51da..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-$: << 'test' << 'lib' << '.'
-require 'test/test_all.rb'
diff --git a/debian/rules b/debian/rules
index a5e7dc8..5e904b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
+#export DH_RUBY_IGNORE_TESTS=ruby2.1
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec

-- 
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