[DRE-commits] [ruby-test-unit] 02/03: update packaging

Cédric Boutillier boutil at moszumanska.debian.org
Sat Jun 20 14:19:15 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-test-unit.

commit db28ca3edcafdb9582eb649154650f181322c16c
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Jun 20 16:10:33 2015 +0200

    update packaging
---
 debian/control   | 24 ++++++++++++++----------
 debian/copyright |  2 +-
 debian/rules     |  5 ++++-
 3 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 0291e20..e50259a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,23 +3,27 @@ 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-power-assert
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb,
+               ruby-power-assert
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-test-unit.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-test-unit.git;a=summary
-Homepage: http://test-unit.rubyforge.org/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-test-unit.git
+Homepage: http://test-unit.github.io/
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-test-unit
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-power-assert
-Description: Improved version of Test::Unit library initially bundled in Ruby 1.8
- Test::Unit is a testing framework originally bundled with Ruby 1.8. 
- .
- This package provides an updated version of this framework, with many fixes and
- improvements, and support for Ruby 1.9, which bundles minitest, but not
- Test::Unit.
+Depends: ruby | ruby-interpreter,
+         ruby-power-assert,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: unit testing framework for Ruby
+ Test::Unit (test-unit) is a unit testing framework for Ruby, based on xUnit
+ principles. It allows writing tests, checking results and automated testing in
+ Ruby.
  .
  Note that this version of Test::Unit will override the one possibly shipped
  with the Ruby interpreter.
diff --git a/debian/copyright b/debian/copyright
index 1ec96ab..490fa90 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: test-unit
-Source: http://test-unit.rubyforge.org/
+Source: https://github.com/test-unit/test-unit/
 
 Files: *
 Copyright: 2008-2013 Kouhei Sutou <kou at clear-code.com>
diff --git a/debian/rules b/debian/rules
index 9612a45..f257eda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,13 @@
 #
 # 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 ruby2.2
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
+#
+# Uncomment to check dependencies during build:
+# export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-test-unit.git



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