[DRE-commits] [ruby-mixlib-authentication] 01/03: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Jun 14 18:28:28 UTC 2015


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

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

commit 91ff1aafebd58ea2c6b9bc72af5e9a4fe1d3fb6c
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jun 12 22:32:11 2015 -0300

    Update packaging with a new dh-make-ruby run
---
 debian/changelog            |  7 +++++++
 debian/control              | 19 ++++++++++++-------
 debian/ruby-tests.rake      |  2 +-
 debian/rules                | 13 ++-----------
 debian/source/local-options |  1 -
 5 files changed, 22 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a2690b2..1efb393 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-mixlib-authentication (1.3.0-1.1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Update packaging with a new dh-make-ruby run
+
+ -- Antonio Terceiro <terceiro at debian.org>  Fri, 12 Jun 2015 22:31:48 -0300
+
 ruby-mixlib-authentication (1.3.0-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 56a40cc..62c7bf2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,25 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Joshua Timberman <joshua at opscode.com>, Paul van Tilburg <paulvt at debian.org>, Praveen Arimbrathodiyil <pravi.a at gmail.com>
-Build-Depends: debhelper (>= 8.1), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-mixlib-log (>= 1.3.0)
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 8.1),
+               gem2deb,
+               rake,
+               ruby-mixlib-log,
+               ruby-rspec
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mixlib-authentication.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mixlib-authentication.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mixlib-authentication.git
 Homepage: http://github.com/opscode/mixlib-authentication
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-mixlib-authentication
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-mixlib-log (>= 1.3.0)
-Replaces: libmixlib-authentication-ruby (<< 1.1.4-1~), libmixlib-authentication-ruby1.8 (<< 1.1.4-1~)
-Breaks: libmixlib-authentication-ruby (<< 1.1.4-1~), libmixlib-authentication-ruby1.8 (<< 1.1.4-1~)
-Provides: libmixlib-authentication-ruby, libmixlib-authentication-ruby1.8
+Depends: ruby | ruby-interpreter,
+         ruby-mixlib-log,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Simple Ruby mixin for creating a logger object
  Provides a class based object to provide logging.  Messages can be sent at
  different levels such as warn or error.  Logging defaults to STDOUT but
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 5ba57b6..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
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-mixlib-authentication.git



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