[DRE-commits] [chake] 06/06: Build-Depends: ruby-ronn + check dependencies on build

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Sep 4 12:58:44 UTC 2015


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

terceiro pushed a commit to branch master
in repository chake.

commit 5a2b9710f530b332a1eaf632ef0a0a3df8f62b97
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Sep 4 09:55:13 2015 -0300

    Build-Depends: ruby-ronn + check dependencies on build
---
 debian/changelog | 3 ++-
 debian/control   | 1 +
 debian/rules     | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dae7acf..3fab7e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 chake (0.9.1-1) unstable; urgency=medium
 
   * New upstream release
-  * build and install manpage
+  * build and install manpage (Build-Depends: ruby-ronn)
+  * check dependencies during build
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 04 Sep 2015 09:51:30 -0300
 
diff --git a/debian/control b/debian/control
index 9fd3876..b1fb5d9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Antonio Terceiro <terceiro at debian.org>
 Build-Depends: debhelper (>= 9.0.50~),
                gem2deb,
                rake,
+               ruby-ronn,
                ruby-rspec
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/chake.git
diff --git a/debian/rules b/debian/rules
index c6142f6..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+
 %:
 	dh $@ --buildsystem=ruby --with ruby

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



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