[DRE-commits] [ruby-bluecloth] 02/05: update packaging with dh-make-ruby -w

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jul 8 20:13:16 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-bluecloth.

commit 874146fc7f61c354db80dcd8ab064a5bebd0f43c
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jul 8 21:56:44 2015 +0200

    update packaging with dh-make-ruby -w
---
 debian/control | 18 +++++++++++++-----
 debian/rules   |  6 ++++--
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 30ac592..31ac326 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,26 @@ Source: ruby-bluecloth
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Cornet <arnaud.cornet at gmail.com>, Paul van Tilburg <paulvt at debian.org>, Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), ruby-rspec, libmarkdown2-dev
-Standards-Version: 3.9.5
+Uploaders: Arnaud Cornet <arnaud.cornet at gmail.com>,
+           Paul van Tilburg <paulvt at debian.org>,
+           Cédric Boutillier <boutil at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.5.0~),
+               libmarkdown2-dev,
+               ruby-rspec
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bluecloth.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bluecloth.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-bluecloth.git
 Homepage: http://deveiate.org/projects/BlueCloth
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-bluecloth
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby implementation of Markdown
  BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool
  for web writers. Markdown allows you to write using an easy-to-read,
diff --git a/debian/rules b/debian/rules
index 30d2474..0a224b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,13 @@
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-export DH_RUBY_IGNORE_TESTS=ruby1.9.1
+#export DH_RUBY_IGNORE_TESTS=ruby2.1 ruby2.2
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
+#
+# Uncomment to check dependencies during build:
+# 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/ruby-bluecloth.git



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