[DRE-commits] [ruby-fog-openstack] 01/02: install only the 1 file necessary to run tests under autopkgtest

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Dec 9 20:10:33 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 dd24b1e99da81d9cbb0d5ed6d02c607739d19f22
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Dec 7 14:43:06 2016 -0200

    install only the 1 file necessary to run tests under autopkgtest
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e8e5752..c41db2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ 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
+    gem2deb 0.33; also, install only the 1 file necessary to run tests under
+    autopkgtest
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 06 Dec 2016 13:45:06 -0200
 
diff --git a/debian/rules b/debian/rules
index e1fe288..85b33d4 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/fixtures/introspection.yaml
 
 %:
 	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