[DRE-commits] [ruby-omniauth] 02/02: Refresh packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jul 15 18:10:37 UTC 2015


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

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

commit 592e12678962452d985c7c9060c38f86d211d357
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jul 15 15:06:31 2015 -0300

    Refresh packaging with a new dh-make-ruby run
---
 debian/changelog       |  5 +++--
 debian/control         | 27 +++++++++++++++------------
 debian/ruby-tests.rake |  2 +-
 debian/rules           | 13 ++-----------
 4 files changed, 21 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 79d4c98..c67d5c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 ruby-omniauth (1.2.2-3) unstable; urgency=medium
 
   * Team upload.
-  * Relax (build-)dependency on ruby-hashie according to the upstream
-    metadata, from (<< 3) to (<< 4)
+  * Refresh packaging with a new dh-make-ruby run
+    - Relaxes (build-)dependency on ruby-hashie according to the upstream
+      metadata, from (<< 3) to (<< 4)
 
  -- Antonio Terceiro <terceiro at debian.org>  Wed, 15 Jul 2015 14:56:53 -0300
 
diff --git a/debian/control b/debian/control
index bb7e71d..0e4f2ee 100644
--- a/debian/control
+++ b/debian/control
@@ -4,26 +4,29 @@ 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~),
-	       ruby-hashie (>= 1.2),
-	       ruby-hashie (<< 4),
-	       ruby-rack,
-               ruby-rspec,
-               ruby-rack-test
+               gem2deb,
+               rake,
+               ruby-hashie (<< 4),
+               ruby-hashie (>= 1.2),
+               ruby-rack (>= 1.0),
+               ruby-rack-test,
+               ruby-rspec
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-omniauth.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-omniauth.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-omniauth.git
 Homepage: http://github.com/intridea/omniauth
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-omniauth
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${misc:Depends},
-	 ruby | ruby-interpreter,
-	 ruby-hashie (>= 1.2),
-	 ruby-hashie (<< 4),
-	 ruby-rack
+Depends: ruby | ruby-interpreter,
+         ruby-hashie (<< 4),
+         ruby-hashie (>= 1.2),
+         ruby-rack (>= 1.0),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: flexible authentication system utilizing Rack middleware
  OmniAuth is a Ruby library that standardizes multi-provider
  authentication for web applications. It was created to be powerful,
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 89a753d..dcc1601 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,7 @@
 require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern      = './spec/**/*_spec.rb'
+  spec.pattern = './spec/**/*_spec.rb'
 end
 
 task :default => :spec
diff --git a/debian/rules b/debian/rules
index a5e7dc8..3454d59 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

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



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