[DRE-commits] [ruby-libxml] 07/10: refresh packaging
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Jun 21 07:52:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-libxml.
commit 43ab3bdd58b6636091a12e06359b515061d7adba
Author: Cédric Boutillier <boutil at debian.org>
Date: Sun Jun 21 08:59:20 2015 +0200
refresh packaging
---
debian/control | 16 ++++++++++++----
debian/copyright | 6 +++---
debian/rules | 6 ++++--
3 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index 3f75e80..dda1bef 100644
--- a/debian/control
+++ b/debian/control
@@ -6,17 +6,25 @@ 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~), gem2deb (>= 0.6.0~), libxml2-dev, libxslt1-dev, zlib1g-dev
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.50~),
+ 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
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-libxml.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-libxml.git
Homepage: http://xml4r.github.com/libxml-ruby
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-libxml
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 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
diff --git a/debian/copyright b/debian/copyright
index 9a53087..f064764 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Files: *
Copyright: © 2008-2009 Charlie Savage and contributors
© 2002-2007 Sean Chittenden and contributors
© 2001 Wai-Sun "Squidster" Chia
-License: MIT
+License: Expat
Files: debian/*
Copyright: © 2004 Andres Salomon <dilinger at voxel.net>
@@ -15,9 +15,9 @@ Copyright: © 2004 Andres Salomon <dilinger at voxel.net>
© 2007-2010 Paul van Tilburg <paulvt at debian.org>
© 2009-2010 Ryan Niebur <ryan at debian.org>
© 2011 Gunnar Wolf <gwolf at debian.org>
-License: MIT
+License: Expat
-License: MIT
+License: Expat
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
diff --git a/debian/rules b/debian/rules
index 9e626f8..acfc5fe 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.8
+#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-libxml.git
More information about the Pkg-ruby-extras-commits
mailing list