[DRE-commits] [ruby-gemojione] 01/02: make gem2deb >= 0.32

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Aug 23 08:19:35 UTC 2016


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

praveen pushed a commit to branch gem-install
in repository ruby-gemojione.

commit 3666a22228e68791b5d2edcd3dd1e0143a1cfea1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Aug 23 13:30:30 2016 +0530

    make gem2deb >= 0.32
---
 debian/changelog | 2 ++
 debian/control   | 4 ++--
 debian/rules     | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 480d032..776f2f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ruby-gemojione (3.1.0-1) UNRELEASED; urgency=medium
 
   * Team upload
   * New upstream release
+  * Use export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND = config
+    (needs gem2deb >= 0.32)
 
  -- Pirate Praveen <praveen at debian.org>  Mon, 15 Aug 2016 23:29:24 +0530
 
diff --git a/debian/control b/debian/control
index b79fec6..fcb7b37 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Balasankar C <balasankarc at autistici.org>
 Build-Depends: debhelper (>= 9~),
-               gem2deb,
+               gem2deb (>= 0.32),
                locales,
                rake,
                ruby-json
 Build-Conflicts: locales-all
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-gemojione.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-gemojione.git
 Homepage: http://github.com/jonathanwiesel/gemojione
diff --git a/debian/rules b/debian/rules
index dff087c..afd13bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 export DH_RUBY = --gem-install
+export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND = config
 
 %:
 	mkdir -p debian/build/locale

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



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