[DRE-commits] [ruby-omniauth-remote-user] 05/09: Update packaging using dh-make-ruby -w

Thiago Ribeiro thiagovsk-guest at moszumanska.debian.org
Sun Mar 6 20:47:11 UTC 2016


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

thiagovsk-guest pushed a commit to branch master
in repository ruby-omniauth-remote-user.

commit a5f50c6fdfadc84648c3243159ab2c2b6e3a2efd
Author: Thiago Ribeiro <thiagitosouza at gmail.com>
Date:   Sat Mar 5 12:52:01 2016 -0300

    Update packaging using dh-make-ruby -w
---
 debian/control         | 12 +++++++-----
 debian/copyright       |  6 +++---
 debian/ruby-tests.rake |  5 +++++
 debian/rules           | 16 ++--------------
 4 files changed, 17 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index f4c0255..1b3658a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-omniauth-remote-user
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Thiago Ribeiro <thiagitosouza at gmail.com>
-Build-Depends: debhelper (>= 9),
+Uploaders: Thiago Ribeiro <thiago at pencillabs.com>
+Build-Depends: debhelper (>= 9~),
                gem2deb,
                ruby-omniauth (>= 1.0)
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-omniauth-remote-user.git
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-omniauth-remote-user.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-omniauth-remote-user.git
 Homepage: http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omniauth-remote-user
 Testsuite: autopkgtest-pkg-ruby
@@ -28,4 +28,6 @@ Description: Omniauth extrategy for Remote-User HTTP header.
  .
  This should not be used in an application that is directly acessible from the
  network, but applications that are under a web server setup that will properly
- handle authentication before setting the Remote-User header for the application.
+ handle authentication before setting the Remote-User header for the 
+ application.
+
diff --git a/debian/copyright b/debian/copyright
index 1dfe0a3..ba09587 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,10 +5,10 @@ Source: https://rubygems.org/gems/omniauth-remote-user
 Files: *
 Copyright: 2015 Antonio Terceiro <terceiro at softwarelivre.org>
            2015 Lucas Kanashiro <kanashiro.duarte at gmail.com>
-           2015 Macartur Sousa <macartur.sc at gmail.com> 
+           2015 Macartur Sousa <macartur.sc at gmail.com>
            2015 Rodrigo Siqueira <rodrigosiqueiramelo at gmail.com>
            2015 Thiago Ribeiro <thiagitosouza at gmail.com>
-License: Expat 
+License: Expat
 
 Files: debian/*
 Copyright: 2015 Thiago Ribeiro <thiagitosouza at gmail.com>
@@ -26,7 +26,7 @@ License: Expat
  .
  The above copyright notice and this permission notice shall be
  included in all copies or substantial portions of the Software.
- . 
+ .
  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
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..d4851d0
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'gem2deb/rake/spectask'
+                                                                                                                                       
+Gem2Deb::Rake::RSpecTask.new do |spec|
+  spec.pattern = './spec/**/*_spec.rb'
+end
diff --git a/debian/rules b/debian/rules
index acfc5fe..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +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=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
+
+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-remote-user.git



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