[DRE-commits] [SCM] ruby-redcarpet.git branch, master, updated. debian/2.1.1-3-11-g9ac03a2

Youhei SASAKI uwabami at gfd-dennou.org
Sat Jun 1 17:50:23 UTC 2013


The following commit has been merged in the master branch:
commit e55f2bd3aacefefcc5b849cf548860622a417479
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sun Jun 2 02:42:23 2013 +0900

    Update Test: import upstream Rakefile into debian/ruby-tests.rake
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/control b/debian/control
index 7a68057..31c3ab6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>, Taku YASUI <tach at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake-compiler, ruby-nokogiri
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake,
+ rake-compiler, 
+ ruby-nokogiri, 
+ ruby-test-unit
 Standards-Version: 3.9.3
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-redcarpet.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-redcarpet.git;a=summary
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 5b299b7..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
---- 
-- test/redcarpet_test.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..c108be7
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,9 @@
+require 'gem2deb/rake/testtask'
+task :default => :test
+Rake::TestTask.new('test') do |t|
+  t.libs << 'lib'
+  t.libs << 'test'
+  t.pattern = 'test/*_test.rb'
+  t.verbose = true
+  t.warning = false
+end

-- 
ruby-redcarpet.git



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