[DRE-commits] [coderay] 03/04: Update packaging using dh-make-ruby -w

zeha at debian.org zeha at debian.org
Wed Mar 2 01:49:58 UTC 2016


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

zeha pushed a commit to branch master
in repository coderay.

commit abd10cb435842160726a18e55b3479ad91bbd15c
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Mar 1 22:53:37 2016 +0100

    Update packaging using dh-make-ruby -w
---
 debian/compat  | 2 +-
 debian/control | 7 ++++---
 debian/rules   | 2 ++
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 4c79df8..e39fd06 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,15 @@ Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.ali
            Deepak Tripathi <apenguinlinux at gmail.com>,
            Antonio Terceiro <terceiro at debian.org>,
            Youhei SASAKI <uwabami at gfd-dennou.org>
-Build-Depends: debhelper (>= 7.0.50~),
-               gem2deb (>= 0.3.0~),
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
                ruby-redcloth,
                ruby-test-unit
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/coderay.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/coderay.git
 Homepage: http://coderay.rubychan.de
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-coderay
diff --git a/debian/rules b/debian/rules
index 75b3d2e..fc44805 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/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/coderay.git



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