[DRE-commits] [SCM] ruby-test-unit.git branch, master, updated. upstream/2.3.2-3-gebd6d41

Cédric Boutillier cedric.boutillier at gmail.com
Sun Sep 18 20:52:57 UTC 2011


The following commit has been merged in the master branch:
commit ebd6d41ecb92eea71d87dc2198a20e1757c22080
Merge: d205e9f4fb7dfec3bef4fba09b88b41f6da4b272 e88176a1fac670963f9619fed2dc764f9d349b9d
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sun Sep 18 22:51:25 2011 +0200

    Imported Debian patch 2.4.0-1

diff --combined debian/changelog
index 8dc3d42,0000000..6ae57de
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,5 @@@
- ruby-test-unit (2.3.2-1) UNRELEASED; urgency=low
++ruby-test-unit (2.4.0-1) UNRELEASED; urgency=low
 +
 +  * Initial release (Closes: #nnnn)
 +
-  -- Cédric Boutillier <cedric.boutillier at gmail.com>  Thu, 15 Sep 2011 14:15:09 +0200
++ -- Cédric Boutillier <cedric.boutillier at gmail.com>  Sun, 18 Sep 2011 22:51:25 +0200
diff --combined debian/control
index be2eb50,0000000..522762c
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,21 -1,0 +1,22 @@@
 +Source: ruby-test-unit
 +Section: ruby
 +Priority: optional
 +Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 +Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
 +DM-Upload-Allowed: yes
 +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~)
 +Standards-Version: 3.9.2
 +#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-test-unit.git
 +#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-test-unit.git;a=summary
 +Homepage: http://test-unit.rubyforge.org/
 +XS-Ruby-Versions: all
 +
 +Package: ruby-test-unit
 +Architecture: all
 +XB-Ruby-Versions: ${ruby:Versions}
 +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
++# rake (>= 0, development), yard (>= 0, development), jeweler (>= 0, development)
 +Description: test-unit 2 - Improved version of Test::Unit bundled in Ruby 1.8.x.
 + Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
 + bundled in Ruby 1.8.x had not been improved but unbundled
 + Test::Unit (test-unit 2) will be improved actively.
diff --combined debian/ruby-tests.rb
index 0000000,0000000..eac5ce6
new file mode 100644
--- /dev/null
+++ b/debian/ruby-tests.rb
@@@ -1,0 -1,0 +1,13 @@@
++# FIXME
++# there's a spec/ or a test/ directory in the upstream source, but
++# no test suite was defined in the Gem specification. It would be
++# a good idea to define it here so the package gets tested at build time.
++# Examples:
++# $: << 'lib' << '.'
++# Dir['{spec,test}/**/*.rb'].each { |f| require f }
++#
++# require 'test/ts_foo.rb'
++#
++# require 'rbconfig'
++# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
++# exec("#{ruby} -I. test/runtests.rb")

-- 
ruby-test-unit.git



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