[DRE-commits] [ruby-sprockets-rails] 03/04: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Aug 13 21:49:10 UTC 2015


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

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

commit c26aeedc92ff9b64fccee2542970a9df4b1563b9
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Aug 13 18:30:17 2015 -0300

    Update packaging with a new dh-make-ruby run
---
 debian/changelog |  1 +
 debian/compat    |  2 +-
 debian/control   | 27 +++++++++++++++++----------
 debian/rules     | 13 ++-----------
 4 files changed, 21 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fa9b024..6cb1e40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-sprockets-rails (2.3.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Thu, 13 Aug 2015 18:28:34 -0300
 
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 b9e4a2f..73ec963 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,30 @@ Source: ruby-sprockets-rails
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
-	       gem2deb (>= 0.5.0~)
-Standards-Version: 3.9.5
+Uploaders: Antonio Terceiro <terceiro at debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               ruby-actionpack (>= 2:3.0),
+               ruby-activesupport (>= 2:3.0),
+               ruby-sprockets (<< 4.0),
+               ruby-sprockets (>= 2.8)
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-sprockets-rails.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-sprockets-rails.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-sprockets-rails.git
 Homepage: https://github.com/rails/sprockets-rails
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-sprockets-rails
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends},
-	 ${misc:Depends},
-	 ruby | ruby-interpreter,
-	 ruby-sprockets (>= 2.8),
-	 ruby-actionpack,
-Conflicts: ruby-actionpack-3.2
+Depends: ruby | ruby-interpreter,
+         ruby-actionpack (>= 2:3.0),
+         ruby-activesupport (>= 2:3.0),
+         ruby-sprockets (<< 4.0),
+         ruby-sprockets (>= 2.8),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Sprockets Rails integration (part of Rails)
  This package provides Sprockets implementation for Rails 4.x (and
  beyond) Asset Pipeline.
diff --git a/debian/rules b/debian/rules
index a5e7dc8..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=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-sprockets-rails.git



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