[DRE-commits] [ruby-jquery-rails] 01/01: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Aug 13 19:01:03 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-jquery-rails.

commit ac4e1396a74eeeb0f84f25c2f3a79caf7b305d53
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Aug 13 15:57:48 2015 -0300

    Update packaging with a new dh-make-ruby run
---
 debian/changelog |  7 +++++++
 debian/compat    |  2 +-
 debian/control   | 25 ++++++++++++++++++++-----
 debian/rules     | 13 ++-----------
 4 files changed, 30 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6c8e363..72a2acb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-jquery-rails (4.0.4-2) UNRELEASED; urgency=medium
+
+  * Update packaging with a new dh-make-ruby run
+  * new dependency: ruby-rails-dom-testing
+
+ -- Antonio Terceiro <terceiro at debian.org>  Thu, 13 Aug 2015 15:53:47 -0300
+
 ruby-jquery-rails (4.0.4-1) unstable; urgency=medium
 
   * Team upload
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 5999079..189bcb2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,34 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), libjs-jquery, libjs-jquery-ui
+Build-Depends: debhelper (>= 9~),
+               libjs-jquery,
+               libjs-jquery-ui,
+               gem2deb,
+               ruby-rails-dom-testing (>= 1.0),
+               ruby-railties (>= 4.2.0),
+               ruby-thor (<< 2.0),
+               ruby-thor (>= 0.14)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-jquery-rails.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-jquery-rails.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-jquery-rails.git
 Homepage: http://rubygems.org/gems/jquery-rails
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-jquery-rails
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-railties, ruby-thor, libjs-jquery, libjs-jquery-ui
-Provides: ruby-rails-assets-jquery
+Depends: ruby | ruby-interpreter,
+         ruby-rails-dom-testing (>= 1.0),
+         ruby-railties (>= 4.2.0),
+         ruby-thor (<< 2.0),
+         ruby-thor (>= 0.14),
+         libjs-jquery,
+         libjs-jquery-ui,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: jQuery for Rails 3+
  This package provides jQuery, jQuery UI and the jQuery-ujs driver for Rails 3
  and 4 applications, and integrates these libraries into the Rails 3+ asset
- pipeline.
+ pipeline.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 0d660e8..8fa63d5 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=ruby1.8 ruby1.9.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-jquery-rails.git



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