[DRE-commits] [ruby-minitest-reporters] 02/03: require "bundler/setup" make lintian happy, disable failing tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jul 31 19:14:45 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-minitest-reporters.

commit ff757ad8951a4a6b4ee9e6182abca68f6ed86888
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Aug 1 00:17:42 2015 +0530

    require "bundler/setup"
    make lintian happy, disable failing tests
---
 debian/changelog                   |  4 ++--
 debian/control                     |  2 +-
 debian/copyright                   | 48 +++++++++++++++++---------------------
 debian/patches/emove-bundler.patch |  9 +++++++
 debian/patches/series              |  1 +
 debian/ruby-test-files.yaml        |  8 -------
 debian/rules                       |  4 ++++
 7 files changed, 39 insertions(+), 37 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4f6768d..4dd1bcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-minitest-reporters (1.0.19-1) UNRELEASED; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #794255)
 
- -- Pirate Praveen <praveen at debian.org>  Sat, 01 Aug 2015 00:10:56 +0530
+ -- Pirate Praveen <praveen at debian.org>  Thu, 30 Jul 2015 17:01:55 +0530
diff --git a/debian/control b/debian/control
index c7a4c05..6fc27fa 100644
--- a/debian/control
+++ b/debian/control
@@ -26,5 +26,5 @@ Depends: ruby | ruby-interpreter,
          ruby-progressbar,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Create customizable Minitest output formats
+Description: creates customizable Minitest output formats
  Death to haphazard monkey-patching! Extend Minitest through simple hooks.
diff --git a/debian/copyright b/debian/copyright
index 40b721b..d8e210d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,31 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: minitest-reporters
-Source: FIXME <http://example.com/>
+Source: http://rubygems.org/gems/minitest-reporters
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2011 Alexander Kern
+License: Expat
 
 Files: debian/*
-Copyright: 2015 Pirate Praveen <praveen at debian.org>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Copyright: 2015 Praveen Arimbrathodiyil <praveen at debian.org>
+License: Expat
 
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
  .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/patches/emove-bundler.patch b/debian/patches/emove-bundler.patch
new file mode 100644
index 0000000..0e76c54
--- /dev/null
+++ b/debian/patches/emove-bundler.patch
@@ -0,0 +1,9 @@
+Index: ruby-minitest-reporters-1.0.19/test/test_helper.rb
+===================================================================
+--- ruby-minitest-reporters-1.0.19.orig/test/test_helper.rb
++++ ruby-minitest-reporters-1.0.19/test/test_helper.rb
+@@ -1,4 +1,3 @@
+-require "bundler/setup"
+ require "minitest/autorun"
+ require "minitest/reporters"
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..75aeeb0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+emove-bundler.patch
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index f4ff8cf..7334982 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -1,13 +1,5 @@
 ---
-- test/fixtures/junit_filename_bug_example_test.rb
-- test/fixtures/progress_detailed_skip_test.rb
-- test/fixtures/progress_test.rb
-- test/fixtures/sample_test.rb
-- test/gallery/bad_test.rb
-- test/gallery/good_test.rb
 - test/integration/reporters/junit_reporter_test.rb
-- test/integration/reporters/progress_reporter_test.rb
-- test/test_helper.rb
 - test/unit/minitest/extensible_backtrace_filter_test.rb
 - test/unit/minitest/reporters_test.rb
 - test/unit/minitest/spec_reporter_test.rb
diff --git a/debian/rules b/debian/rules
index 57b4299..7060abd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+clean:
+	dh clean  --buildsystem=ruby --with ruby
+	rm -f Gemfile.lock test/reports/TEST-something-other.xml

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



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