[DRE-commits] [ruby-mono-logger] 01/01: Add minitest to build dep

Balasankar C balasankarc-guest at moszumanska.debian.org
Thu Jul 9 11:23:19 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-mono-logger.

commit 5294f90af44f0d3e581ba2d53119aa45743601ec
Author: Balasankar C <balasankarc at autistici.org>
Date:   Wed Jul 8 20:47:15 2015 +0530

    Add minitest to build dep
---
 debian/changelog        | 6 ++++++
 debian/control          | 2 +-
 debian/patches/minitest | 8 ++++----
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9a88c53..05484c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-mono-logger (1.1.0-3) unstable; urgency=medium
+
+  * Add ruby-minitest to build dep. 
+
+ -- Balasankar C <balasankarc at autistici.org>  Wed, 08 Jul 2015 20:45:31 +0530
+
 ruby-mono-logger (1.1.0-2) unstable; urgency=medium
 
   * Fix FTBFS issue by adding build dependency to ruby-logger-application
diff --git a/debian/control b/debian/control
index 3921a11..ee8296e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Balasankar C <balasankarc at autistici.org>
 Build-Depends: debhelper (>= 7.0.50~),
                gem2deb,
                ruby-logger-application,
-               ruby-test-unit
+               ruby-minitest
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mono-logger.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mono-logger.git
diff --git a/debian/patches/minitest b/debian/patches/minitest
index 9e9911f..a68a7f3 100644
--- a/debian/patches/minitest
+++ b/debian/patches/minitest
@@ -19,7 +19,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
 -
 -class TestLoggerSeverity < Test::Unit::TestCase
-+class TestLoggerSeverity < Minitest::Test
++class TestLoggerSeverity < Minitest::Unit::TestCase
    def test_enum
      logger_levels = Logger.constants
      levels = ["WARN", "UNKNOWN", "INFO", "FATAL", "DEBUG", "ERROR"]
@@ -28,7 +28,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  
 -class TestLogger < Test::Unit::TestCase
-+class TestLogger < Minitest::Test
++class TestLogger < Minitest::Unit::TestCase
    include Logger::Severity
  
    def setup
@@ -37,7 +37,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  end
  
 -class TestLogDevice < Test::Unit::TestCase
-+class TestLogDevice < Minitest::Test
++class TestLogDevice < Minitest::Unit::TestCase
    class LogExcnRaiser
      def write(*arg)
        raise 'disk is full'
@@ -64,7 +64,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  
 -class TestLoggerApplication < Test::Unit::TestCase
-+class TestLoggerApplication < Minitest::Test
++class TestLoggerApplication < Minitest::Unit::TestCase
    def setup
      @app = Logger::Application.new('appname')
      @tempfile = Tempfile.new("logger")

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



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