[DRE-commits] [ruby-fog-openstack] 01/01: fix debian/rules for gem2deb 0.33

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Dec 6 15:56:14 UTC 2016


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

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

commit 6da7850be51c50eac22ee0d2c117fd9e3363a172
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Dec 6 13:45:46 2016 -0200

    fix debian/rules for gem2deb 0.33
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 70518ff..e8e5752 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-fog-openstack (0.1.6-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * adapt usage of DH_RUBY_GEM_INSTALL_WHITELIST_APPEND in debian/rules to
+    gem2deb 0.33
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 06 Dec 2016 13:45:06 -0200
+
 ruby-fog-openstack (0.1.6-3) unstable; urgency=medium
 
   [ Sruthi Chandran ]
diff --git a/debian/rules b/debian/rules
index 0f48c84..e1fe288 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 export DH_RUBY = --gem-install
-export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND = tests
+export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND = tests/*
 
 %:
 	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