[DRE-commits] [bundler] 05/06: Keep compact_index_client in shipped package

zeha at debian.org zeha at debian.org
Sun May 1 19:20:11 UTC 2016


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

zeha pushed a commit to branch master
in repository bundler.

commit d0c7d3ead0a51e581d48bef2b0e1528acf36a56f
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Sun May 1 19:09:34 2016 +0000

    Keep compact_index_client in shipped package
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5a29324..3f97e98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,9 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
 	dh $@ --buildsystem=ruby --with ruby
 
 override_dh_auto_clean:
-	rm -rf lib/bundler/vendor
+	rm -rf lib/bundler/vendor/net
+	rm -rf lib/bundler/vendor/molinillo
+	rm -rf lib/bundler/vendor/thor
 	dh_auto_clean
 
 override_dh_installchangelogs:

-- 
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