[DRE-commits] [SCM] cucumber.git branch, master, updated. debian/1.0.2-1-2-gccf763b

Antonio Terceiro terceiro at softwarelivre.org
Fri Sep 9 04:38:04 UTC 2011


The following commit has been merged in the master branch:
commit 1e02fd2b3b4eb3a8d86df9bccd28eecabbb13231
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sat Aug 13 18:38:24 2011 -0700

    Missing (build) dependencies

diff --git a/debian/control b/debian/control
index 0f821fb..69a4173 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Terceiro <terceiro at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~), ruby-json, ruby-diff-lcs
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~), ruby-json, ruby-diff-lcs, ruby-gherkin, ruby-term-ansicolor, ruby-builder, rake, ruby-rspec, ruby-nokogiri
 Standards-Version: 3.9.2
 #Vcs-Git: git://git.debian.org/pkg-ruby-extras/cucumber.git
 #Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/cucumber.git;a=summary
@@ -14,10 +14,13 @@ XS-Ruby-Versions: all
 Package: cucumber
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-json, ruby-diff-lcs
-Recommends: ruby-prawn
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-json, ruby-diff-lcs, ruby-gherkin, ruby-term-ansicolor, ruby-builder
+Suggests: ruby-prawn, ruby-nokogiri, rake
 Description: acceptance testing framework
  Cucumber lets software development teams describe how software should behave
  in plain text. The text is written in a business-readable domain-specific
  language and serves as documentation, automated tests and development-aid -
  all rolled into one format.
+ .
+ Cucumber can generate HTML and PDF reports of the features it runs, for what
+ packages ruby-nokogiri and ruby-prawn, respectively, must be installed.

-- 
cucumber.git



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