[DRE-commits] [ruby-kaminari] 01/01: debian/rules: ship both app/ and config/ using the rubygems layout. (Closes:#841487)

Andrew Lee ajqlee at moszumanska.debian.org
Mon Oct 24 06:17:38 UTC 2016


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

ajqlee pushed a commit to branch master
in repository ruby-kaminari.

commit 51a9cda1ead964ee4ea08cdddfeed3e8d425c422
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Mon Oct 24 13:54:52 2016 +0800

    debian/rules: ship both app/ and config/ using the rubygems layout. (Closes:#841487)
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3454d59..d7b2c18 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 = config
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

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



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