[DRE-commits] [ruby-libxml] 03/04: refresh packaging, bump compat level to 9, standards-version to 3.9.7

Cédric Boutillier boutil at moszumanska.debian.org
Tue Mar 1 13:59:20 UTC 2016


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

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

commit 10ef1acc647d815c6bdfeae7433e79a9d4ef1096
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Mar 1 14:43:58 2016 +0100

    refresh packaging, bump compat level to 9, standards-version to 3.9.7
---
 debian/compat  |  2 +-
 debian/control | 12 +++++++-----
 debian/rules   | 16 ++--------------
 3 files changed, 10 insertions(+), 20 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 dda1bef..ec0d0ce 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,14 @@ Uploaders: Paul van Tilburg <paulvt at debian.org>,
            Ryan Niebur <ryan at debian.org>,
            Gunnar Wolf <gwolf at debian.org>,
            Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9~),
                gem2deb,
                libxml2-dev,
                libxslt1-dev,
                ruby-test-unit,
                zlib1g-dev
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-libxml.git
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-libxml.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-libxml.git
 Homepage: http://xml4r.github.com/libxml-ruby
 Testsuite: autopkgtest-pkg-ruby
@@ -27,5 +27,7 @@ Depends: ruby | ruby-interpreter,
          ${shlibs:Depends}
 Description: Ruby Bindings for LibXML2
  The Libxml-Ruby project provides Ruby language bindings for the GNOME
- Libxml2 XML toolkit. It is faster than REXML, provides a large number of
- features, and passes all the tests from the OASIS XLM test suite.
+ Libxml2 XML toolkit. It is free software, released under the MIT License.
+ Libxml-ruby's primary advantage over REXML is performance - if speed
+ is your need, these are good libraries to consider, as demonstrated
+ by the informal benchmark below.
diff --git a/debian/rules b/debian/rules
index acfc5fe..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,6 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#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
+
+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-libxml.git



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