[DRE-commits] [ruby-fog-openstack] 01/01: use --gem-install and whitelist tests/fixtures

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Aug 23 12:28:15 UTC 2016


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

praveen pushed a commit to branch gem-install
in repository ruby-fog-openstack.

commit 07e8482662dc1ee1db0d7fe6636e5b13d31372b9
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Aug 23 17:55:42 2016 +0530

    use --gem-install and whitelist tests/fixtures
---
 debian/changelog | 8 ++++++--
 debian/control   | 2 +-
 debian/rules     | 2 ++
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3e6d77c..532308a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 ruby-fog-openstack (0.1.6-3) UNRELEASED; urgency=medium
 
+  [ Sruthi Chandran ]
   * Team upload.
-  * Fix autopkgtest failure
+  * Fix autopkgtest failure (add use-installed-lib.patch)
 
- -- Sruthi Chandran <srud at openmailbox.org>  Thu, 18 Aug 2016 20:34:32 +0530
+  [ Pirate Praveen ]
+  * Use --gem-install and gem2deb >= 0.32
+
+ -- Pirate Praveen <praveen at debian.org>  Tue, 23 Aug 2016 17:54:54 +0530
 
 ruby-fog-openstack (0.1.6-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 87466a9..d228cf0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ 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 (>= 9~),
-               gem2deb,
+               gem2deb (>= 0.32),
                ruby-fog-core (>= 1.39),
                ruby-fog-json (>= 1.0),
                ruby-ipaddress (>= 0.8),
diff --git a/debian/rules b/debian/rules
index 3454d59..13c103f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 export GEM2DEB_TEST_RUNNER = --check-dependencies
+export DH_RUBY = --gem-install
+export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND = tests/fixtures
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

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



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