[DRE-commits] [ruby-simplecov] 04/11: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Sep 15 15:29:33 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-simplecov.

commit d4a9f3c718b1bdf41239c0c6891f01f89a5d94e8
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Sep 15 11:58:11 2015 -0300

    Update packaging with a new dh-make-ruby run
---
 debian/changelog            |  1 +
 debian/compat               |  2 +-
 debian/control              | 22 ++++++++++++++++------
 debian/ruby-simplecov.docs  |  3 +--
 debian/rules                | 13 ++-----------
 debian/source/local-options |  1 -
 6 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f88c66b..3ab17c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-simplecov (0.10.0-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release (Closes: #768957)
   * Refresh patches
+  * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 15 Sep 2015 11:26:34 -0300
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 4aa0593..e4ec204 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,29 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.0~), ruby-shoulda (>= 2.10), rake,
- ruby-multi-json, ruby-rspec
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-docile (>= 1.1.0),
+               ruby-json (>= 1.8),
+               ruby-shoulda,
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-simplecov.git
-Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-simplecov.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-simplecov.git
 Homepage: http://github.com/colszowka/simplecov
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-simplecov
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-multi-json
-Description: code coverage for Ruby 1.9
+Depends: ruby | ruby-interpreter,
+         ruby-docile (>= 1.1.0),
+         ruby-json (>= 1.8),
+         ruby-simplecov-html (>= 0.10.0),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: code coverage for Ruby 1.9+
  Code coverage for Ruby 1.9 with a powerful configuration library and automatic
  merging of coverage across test suites.
  .
diff --git a/debian/ruby-simplecov.docs b/debian/ruby-simplecov.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-simplecov.docs
+++ b/debian/ruby-simplecov.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/rules b/debian/rules
index 30f2aae..6c25e8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/local-options b/debian/source/local-options
deleted file mode 100644
index 4aceb10..0000000
--- a/debian/source/local-options
+++ /dev/null
@@ -1 +0,0 @@
-unapply-patches

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



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