[DRE-commits] [ruby-systemu] 02/05: Refresh packaging.

Lucas Nussbaum lucas at moszumanska.debian.org
Tue May 12 12:20:54 UTC 2015


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

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

commit 345fbc09c1ae6a6421f11b07386cbb3363691fbe
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Tue May 12 13:51:06 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 4bb3952..d22f706 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-systemu (2.6.5-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New usptream release.
+  * Refreshed packaging using dh-make-ruby.
+
+ -- Lucas Nussbaum <lucas at debian.org>  Tue, 12 May 2015 13:45:35 +0200
+
 ruby-systemu (2.6.4-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index fb91206..1886be3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,24 @@ Source: ruby-systemu
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Bryan McLellan <btm at loftninjas.org>, Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.5
+Uploaders: Bryan McLellan <btm at loftninjas.org>,
+           Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb,
+               rake
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-systemu.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-systemu.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-systemu.git
 Homepage: https://github.com/ahoward/systemu
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-systemu
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: universal child process handling Ruby library
  Systemu is a Ruby library to handle spawned processes in a platform
  independent fashion. This library will capture stdout and stderr and
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..63f3fd6
--- /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 adad822..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1 +0,0 @@
-require "test/systemu_test"
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-systemu.git



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