[DRE-commits] [ruby-net-scp] 01/01: Update packaging and prepare upload to unstable.
Lucas Nussbaum
lucas at moszumanska.debian.org
Wed May 6 11:56:11 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-scp.
commit 6d9340ba154e4f3cc22b0f62162433b50b41eefa
Author: Lucas Nussbaum <lucas at debian.org>
Date: Wed May 6 13:52:26 2015 +0200
Update packaging and prepare upload to unstable.
---
debian/changelog | 8 ++++++++
debian/control | 16 ++++++----------
debian/ruby-tests.rake | 5 +++++
debian/ruby-tests.rb | 2 --
debian/rules | 2 +-
5 files changed, 20 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a250702..b152149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-net-scp (1.2.1-2) unstable; urgency=medium
+
+ * Re-add myself to uploaders, with my @debian.org email.
+ * Upload to unstable now that jessie is released.
+ * Minor refreshments to packaging.
+
+ -- Lucas Nussbaum <lucas at debian.org> Wed, 06 May 2015 13:47:02 +0200
+
ruby-net-scp (1.2.1-2~exp1) experimental; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 559478b..70d2813 100644
--- a/debian/control
+++ b/debian/control
@@ -2,25 +2,21 @@ Source: ruby-net-scp
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: David Suárez <david.sephirot at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~),
- gem2deb (>= 0.3.0~),
+Uploaders: David Suárez <david.sephirot at gmail.com>, 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,
- ruby-net-ssh
+ ruby-test-unit
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-scp.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-net-scp.git
-Homepage: http://net-ssh.github.com/scp/v1/api/
+Homepage: https://github.com/net-ssh/net-scp
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-net-scp
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter,
- ruby-net-ssh (>= 1:2.6.5),
- ${misc:Depends},
- ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-net-ssh (>= 2.6.5)
Description: pure ruby implementation of the SCP protocol
Net::SCP is a pure-Ruby implementation of the SCP protocol.
This operates over SSH (and requires the Net::SSH library), and allows
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..dcb449e
--- /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'] + 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 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-scp.git
More information about the Pkg-ruby-extras-commits
mailing list