[DRE-commits] [ruby-faraday-middleware] 02/03: Refresh packaging with dh-make-ruby -w

zeha at debian.org zeha at debian.org
Thu Sep 10 00:13:32 UTC 2015


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

zeha pushed a commit to branch master
in repository ruby-faraday-middleware.

commit 551c45f5b4ee80b8dca33230b5a7e0e9c23f023d
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Thu Sep 10 00:07:22 2015 +0000

    Refresh packaging with dh-make-ruby -w
---
 debian/compat  |  2 +-
 debian/control | 13 ++++++++-----
 debian/rules   |  4 +++-
 3 files changed, 12 insertions(+), 7 deletions(-)

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 210a54a..199a759 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
-               gem2deb (>= 0.7.5~),
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
                rake,
-               ruby-faraday,
+               ruby-faraday (<< 0.10),
+               ruby-faraday (>= 0.7.4),
                ruby-json,
                ruby-multi-xml,
                ruby-rack-cache,
@@ -14,15 +15,17 @@ Build-Depends: debhelper (>= 7.0.50~),
                ruby-simple-oauth
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-faraday-middleware.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-faraday-middleware.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-faraday-middleware.git
 Homepage: https://github.com/lostisland/faraday_middleware
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-faraday-middleware
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-faraday,
+         ruby-faraday (<< 0.10),
+         ruby-faraday (>= 0.7.4),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: various middleware for Faraday HTTP/REST library
diff --git a/debian/rules b/debian/rules
index b55fe90..89adc47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,12 @@
 #
 # 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
+#export DH_RUBY_IGNORE_TESTS=ruby2.1 ruby2.2
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
+#
+# Uncomment to check dependencies during build:
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:

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



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