[DRE-commits] [ruby-xpath] 01/03: Refresh packaging with dh-make-ruby -w

zeha at debian.org zeha at debian.org
Wed Sep 9 10:40:00 UTC 2015


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

zeha pushed a commit to branch master
in repository ruby-xpath.

commit 4fbef01f49771cc383fb63dc746074dea57c3776
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Wed Sep 9 09:58:21 2015 +0000

    Refresh packaging with dh-make-ruby -w
---
 debian/compat  |  2 +-
 debian/control | 16 ++++++++++++----
 debian/rules   |  5 ++++-
 3 files changed, 17 insertions(+), 6 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 577781c..0a70388 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,25 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Markus Tornow <tornow at riseup.net>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~),rake (>= 0.9.2.2), ruby-rspec (>= 2.10.0), ruby-nokogiri (>= 1.5.5) 
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-nokogiri (>= 1.3),
+               ruby-rspec
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-xpath.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-xpath.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-xpath.git
 Homepage: http://github.com/jnicklas/xpath
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-xpath
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-nokogiri (>= 1.5.5) 
+Depends: ruby | ruby-interpreter,
+         ruby-nokogiri (>= 1.3),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby library to generate XPath expressions
  XPath is a Ruby DSL for generating XPath expressions.
  Its primary purpose is to facilitate writing complex
diff --git a/debian/rules b/debian/rules
index a5e7dc8..acfc5fe 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-xpath.git



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