[DRE-commits] [bundler] 01/07: Avoid importing specs.

Scott Leggett smlx-guest at moszumanska.debian.org
Thu Dec 8 10:29:12 UTC 2016


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

smlx-guest pushed a commit to branch master
in repository bundler.

commit 7496fc0914c578a573ff87b995d76d6ac446ad11
Author: Scott Leggett <scott at sl.id.au>
Date:   Mon Dec 5 00:44:20 2016 +1100

    Avoid importing specs.
    
    Bundler specs require internet access to run, so cannot run during
    package build.
---
 debian/gbp.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/gbp.conf b/debian/gbp.conf
index e02c512..297dd53 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -2,5 +2,5 @@
 pristine-tar = True
 
 [import-orig]
-filter = [ 'lib/bundler/vendor/molinillo/*', 'lib/bundler/vendor/net/*', 'lib/bundler/vendor/thor/*' ]
+filter = [ 'lib/bundler/vendor/molinillo/*', 'lib/bundler/vendor/net/*', 'lib/bundler/vendor/thor/*', 'spec' ]
 

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



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