[DRE-commits] [ruby-roxml] 01/03: refresh packaging
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Aug 12 14:02:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-roxml.
commit eacd8e043030ab80c386d0b11ac962c3413a9d7f
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Aug 12 15:42:52 2015 +0200
refresh packaging
---
debian/control | 24 +++++++++++++++++++-----
debian/rules | 6 ++++--
2 files changed, 23 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index d757dba..d71f61e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,32 @@ Source: ruby-roxml
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>, Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), rake, ruby-nokogiri, ruby-sqlite3, ruby-activerecord, ruby-activesupport, ruby-rspec, ruby-test-unit
-Standards-Version: 3.9.5
+Uploaders: Cédric Boutillier <boutil at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ rake,
+ ruby-activesupport (>= 2.3.0),
+ ruby-activerecord,
+ ruby-nokogiri (>= 1.3.3),
+ ruby-rspec,
+ ruby-sqlite3,
+ ruby-test-unit
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-roxml.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-roxml.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-roxml.git
Homepage: http://roxml.rubyforge.org
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-roxml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-nokogiri, ruby-libxml, ruby-activesupport
+Depends: ruby | ruby-interpreter,
+ ruby-activesupport (>= 2.3.0),
+ ruby-libxml,
+ ruby-nokogiri (>= 1.3.3),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Ruby Object to XML mapping library
ROXML is a Ruby library designed to make it easier for Ruby developers
to work with XML. Using simple annotations, it enables Ruby classes to
diff --git a/debian/rules b/debian/rules
index 26c3017..f3321aa 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-roxml.git
More information about the Pkg-ruby-extras-commits
mailing list