[DRE-commits] [ruby-actionpack-xml-parser] 01/01: update packaging with a new run of dh-make-ruby

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Sep 19 20:19:55 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-actionpack-xml-parser.

commit e1fd135242372bb8c0a39cf4393eec06051a3a4e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Sep 19 17:18:56 2015 -0300

    update packaging with a new run of dh-make-ruby
---
 debian/compat  |  2 +-
 debian/control | 21 +++++++++++++++------
 debian/rules   | 13 ++-----------
 3 files changed, 18 insertions(+), 18 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 d2d07e3..6eace8a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,26 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Klee Dienes <klee at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               ruby-actionpack (<< 5),
+               ruby-actionpack (>= 4.0.0)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-actionpack-xml-parser.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-actionpack-xml-parser.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-actionpack-xml-parser.git
 Homepage: http://www.rubyonrails.org
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-actionpack-xml-parser
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Ruby library for XML parameters parsing
- XML parameters parser for Action Pack (removed from core in Rails 4.0).
+Depends: ruby | ruby-interpreter,
+         ruby-actionpack (<< 5),
+         ruby-actionpack (>= 4.0.0),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: XML parameters parser for Action Pack
+ This package implements parsing XML paramenters for the Action Packg, which is
+ the HTTP handling component of the Rails framework. This code has been
+ extracted out from the Rails core in the 4.0 release.
diff --git a/debian/rules b/debian/rules
index d81794d..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +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 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+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-actionpack-xml-parser.git



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