[DRE-commits] [ruby-actionpack-action-caching] 04/06: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Dec 14 11:24:52 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-action-caching.

commit b96ffbeb75100408d5342aff2e1711c189dca299
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Dec 14 09:05:05 2015 -0200

    Update packaging with a new dh-make-ruby run
---
 debian/changelog     |  1 +
 debian/compat        |  2 +-
 debian/control       | 23 ++++++++++++++++-------
 debian/rules         |  2 ++
 debian/tests/control |  3 ---
 5 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b5dd2c..dfacec0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-actionpack-action-caching (1.1.1-4) UNRELEASED; urgency=medium
     - added bundler to Build-Depends:
   * debian/copyright: fill in Source: URL
   * Add debian/patches/Fix-Failing-Tests.patch, from upstream
+  * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Mon, 14 Dec 2015 08:52:22 -0200
 
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 2218454..a913a23 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,29 @@ 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.9.0~), ruby-mocha, ruby-rails, rake, bundler
-Standards-Version: 3.9.5
+Build-Depends: bundler,
+               debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-actionpack (<< 2:5.0),
+               ruby-actionpack (>= 2:4.0.0),
+               ruby-mocha,
+               ruby-rails,
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-actionpack-action-caching.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-actionpack-action-caching.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-actionpack-action-caching.git
 Homepage: https://github.com/rails/actionpack-action_caching
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-actionpack-action-caching
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-actionpack (>> 2:4)
-Breaks: ruby-actionpack-2.3, ruby-actionpack-3.2
-Replaces: ruby-actionpack-2.3, ruby-actionpack-3.2
+Depends: ruby | ruby-interpreter,
+         ruby-actionpack (<< 2:5.0),
+         ruby-actionpack (>= 2:4.0.0),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: action caching for Action Pack
  This package provides the functionality of caching the results of Rails
  controller actions, which was removed from the Rails core with the 4.0
diff --git a/debian/rules b/debian/rules
index 9d5cd37..6dd4255 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index 60459f4..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,3 +0,0 @@
-Test-Command: gem2deb-test-runner --autopkgtest 2>&1
-Depends: @, gem2deb-test-runner, ruby-rails, ruby-mocha, rake
-Restrictions: allow-stderr

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-actionpack-action-caching.git



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