[DRE-commits] [ruby-liquid] 03/04: update packaging with dh-make-ruby -w

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jul 23 19:57:58 UTC 2015


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

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

commit 9d2164d886344d2ae94ed4cdaf077bdc01a60f55
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jul 23 06:21:34 2015 +0200

    update packaging with dh-make-ruby -w
---
 debian/control | 10 +++++++---
 debian/rules   |  5 ++++-
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 73be01e..d52d042 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,12 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5~), ruby-spy
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb,
+               ruby-spy,
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-liquid.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-liquid.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-liquid.git
 Homepage: http://www.liquidmarkup.org
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
@@ -14,7 +16,9 @@ XS-Ruby-Versions: all
 Package: ruby-liquid
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby library for rendering safe HTML and email templates
  Liquid is a secure, non-evaling end user template engine.  It has simple
  markup and beautiful results and is able to style emails as well as HTML.
diff --git a/debian/rules b/debian/rules
index c8a571d..931ba96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +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=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-liquid.git



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