[DRE-commits] [ruby-fog-ecloud] 01/03: update with dh-make-ruby -w

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 15 18:46:03 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-fog-ecloud.

commit 158a87dc4c51beb8e1bf9d6bc72fbb3d97ba52dc
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Sep 15 21:59:00 2015 +0530

    update with dh-make-ruby -w
---
 debian/compat  |  2 +-
 debian/control | 19 ++++++++++++++-----
 debian/rules   |  5 ++++-
 3 files changed, 19 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 d3c2cb1..d1c1b41 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,16 @@ Source: ruby-fog-ecloud
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-fog-core, ruby-minitest, rake, ruby-shindo, ruby-fog-xml
+Uploaders: Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-fog-core,
+               ruby-fog-xml,
+               ruby-rspec
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fog-ecloud.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fog-ecloud.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-fog-ecloud.git
 Homepage: https://github.com/fog/fog-ecloud
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
@@ -14,8 +19,12 @@ XS-Ruby-Versions: all
 Package: ruby-fog-ecloud
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-fog-xml, ruby-fog-core
-Description: Module for the 'fog' gem to support Terremark EnterpriseCloud
+Depends: ruby | ruby-interpreter,
+         ruby-fog-core,
+         ruby-fog-xml,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Module for the 'fog' gem to support Terremark EnterpriseCloud.
  This library can be used as a module for `fog` or as standalone provider
  to use the Terremark EnterpriseCloud in applications. EnterpriseCloud is a
  scalable cloud solution from Verizon.
diff --git a/debian/rules b/debian/rules
index d81794d..acfc5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,13 @@
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby2.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
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

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



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