[DRE-commits] [ruby-appraisal] 01/04: d/compat: Bump compat version to 9 and wrap file

Sebastien Badia sbadia-guest at moszumanska.debian.org
Tue Mar 1 18:08:14 UTC 2016


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

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

commit eaa94ed2dd3ba1719ccf9bebcbc7a0f912b12c75
Author: Sebastien Badia <seb at sebian.fr>
Date:   Mon Feb 29 17:52:41 2016 -0300

    d/compat: Bump compat version to 9 and wrap file
---
 debian/compat  |  2 +-
 debian/control | 14 +++++++++++---
 2 files changed, 12 insertions(+), 4 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 e43543f..1642c92 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,26 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-aruba
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-appraisal.git
 Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-appraisal.git;a=summary
+Build-Depends: bundler,
+               debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-aruba,
+               ruby-rspec
 Homepage: http://github.com/thoughtbot/appraisal
 XS-Ruby-Versions: all
 
 Package: ruby-appraisal
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake, bundler
-# rake (>= 0), bundler (>= 0), cucumber (~> 1.0, development), rspec (~> 2.6, development), aruba (~> 0.4.2, development)
+Depends: bundler,
+         rake,
+         ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Find out what your Ruby gems are worth
  Appraisal integrates with bundler and rake to test your library against
  different versions of dependencies in repeatable scenarios called "appraisals."

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



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