[DRE-commits] [ruby-test-after-commit] 02/06: d/control: Bumped compat version to 9

Sebastien Badia sbadia-guest at moszumanska.debian.org
Sun Dec 20 22:41:52 UTC 2015


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

sbadia-guest pushed a commit to branch master
in repository ruby-test-after-commit.

commit c49b24d95ae8e94ee3f8dd0bc8cc0de874694ecf
Author: Sebastien Badia <seb at sebian.fr>
Date:   Sun Dec 20 23:21:15 2015 +0100

    d/control: Bumped compat version to 9
---
 debian/compat  |  2 +-
 debian/control | 12 ++++++++----
 2 files changed, 9 insertions(+), 5 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 d3a678d..c2e7ad4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,14 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~),
- ruby-rails-observers, ruby-i18n (>= 0.6.9~), ruby-rspec, ruby-sqlite3,
- ruby-activerecord
 Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+               gem2deb (>= 0.7.5~),
+               ruby-activerecord,
+               ruby-i18n (>= 0.6.9~),
+               ruby-rails-observers,
+               ruby-rspec,
+               ruby-sqlite3
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-test-after-commit.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-test-after-commit.git;a=summary
 Homepage: https://github.com/grosser/test_after_commit
@@ -15,7 +19,7 @@ XS-Ruby-Versions: all
 Package: ruby-test-after-commit
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
 Description: makes after_commit callbacks testable in Rails 3+ with transactional_fixtures
  Make after_commit callbacks fire in tests for Rails 3+ with
  transactional_fixtures = true.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-test-after-commit.git



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