[DRE-commits] [ruby-net-sftp] 01/01: Update packaging.

Lucas Nussbaum lucas at moszumanska.debian.org
Wed May 6 12:16:08 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-sftp.

commit 18980ce4cd936aa2f3f89d7aa980afd1ea418f4b
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Wed May 6 14:01:40 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 4160452..41237f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-net-sftp (1:2.1.2-3) unstable; urgency=medium
+
+  * Upload to unstable now that jessie is released.
+  * Re-add myself to Uploaders with my @debian.org email address.
+
+ -- Lucas Nussbaum <lucas at debian.org>  Wed, 06 May 2015 13:56:44 +0200
+
 ruby-net-sftp (1:2.1.2-3~exp1) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 7232e48..542d977 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: ruby-net-sftp
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-mocha, ruby-net-ssh (>= 2.6.5~), ruby-test-unit
+Uploaders: Cédric Boutillier <boutil at debian.org>, Lucas Nussbaum <lucas at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake, ruby-net-ssh (>= 2.6.5~), ruby-mocha, ruby-test-unit
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-sftp.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-net-sftp.git
-Homepage: http://net-ssh.github.com/sftp/v2/api/
-XS-Ruby-Versions: all
+Homepage: https://github.com/net-ssh/net-sftp
 Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
 
 Package: ruby-net-sftp
 Architecture: all
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..2b6eab3
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,6 @@
+require 'gem2deb/rake/testtask'
+
+Gem2Deb::Rake::TestTask.new do |t|
+  t.libs = ['test/']
+  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
+end
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index 3485877..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 3f38a13..8ac0063 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-sftp.git



More information about the Pkg-ruby-extras-commits mailing list