[DRE-commits] [SCM] ruby-serialport.git branch, master, updated. debian/1.0.4-1-10-gbb64023

Paul van Tilburg paulvt at debian.org
Sun Jun 24 15:22:09 UTC 2012


The following commit has been merged in the master branch:
commit f55a8d629ea368df88c071fc9d0fc433b2c26f4f
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Sun Jun 24 17:10:57 2012 +0200

    Don't use test/ for tests, they are actually examples

diff --git a/debian/changelog b/debian/changelog
index a6f2ec2..0b7bbc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ ruby-serialport (1.1.0-1) UNRELEASED; urgency=low
     - Bumped build-depend on gem2deb to 0.3.0. 
   * debian/source/lintian-overrides: added to override warnings about the
     descriptions of the transitional packages. 
+  * debian/rules, debian/ruby-test-files.yaml: stuff under test/ are not
+    real test files/suites, removed.
+  * debian/examples: install the test files as examples.
 
  -- Paul van Tilburg <paulvt at debian.org>  Sun, 24 Jun 2012 16:30:23 +0200
 
diff --git a/debian/examples b/debian/examples
index e39721e..ab1cfb4 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1 +1 @@
-examples/*
+test/*
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 696477b..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
---- 
-- test/miniterm.rb
-- test/set_readtimeout.rb
diff --git a/debian/rules b/debian/rules
index b2eab18..a5e7dc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 #
 # Uncomment to ignore all test failures (but the tests will run anyway)
-export DH_RUBY_IGNORE_TESTS=all
+#export DH_RUBY_IGNORE_TESTS=all
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:

-- 
ruby-serialport.git



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