[DRE-commits] [ruby-api-pagination] 04/07: debian/rules: pass a PAGINATOR via the environment

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Feb 4 13:23:52 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-api-pagination.

commit e8995c6d7829d8e2183276ae4e1c62e1d5342072
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Feb 4 11:00:19 2016 -0200

    debian/rules: pass a PAGINATOR via the environment
    
    the test suite expects PAGINATOR to be set
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3454d59..2edc944 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,7 @@
 
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 
+export PAGINATOR = kaminari
+
 %:
 	dh $@ --buildsystem=ruby --with ruby

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



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