~ubuntu-branches/ubuntu/wily/cucumber/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier, Antonio Terceiro, Cédric Boutillier
  • Date: 2015-06-20 16:52:32 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150620165232-hznc8mxma08er27p
Tags: 2.0.0-1
[ Antonio Terceiro ]
* debian/cucumber.pod: fix typo in manpage (Closes: #767215)

[ Cédric Boutillier ]
* Imported Upstream version 2.0.0
* rename the file in debian/missing-source to remove -min suffix, and make
  lintian happy
* reproducibility: use last changelog date to build the manpage
* update 0004-Update_default_binary_path.patch
* drop 0001-Remove-rubygems-bundler-stuff-from-spec_helper.patch, not needed
  anymore
* build-depend on pry
* depend on ruby-cucumber-core

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Build-Depends: debhelper (>= 7.0.50~),
8
8
               gem2deb (>= 0.3.0~),
9
9
               libjs-jquery,
 
10
               pry,
10
11
               rake,
11
12
               ruby-builder,
 
13
               ruby-cucumber-core,
12
14
               ruby-diff-lcs,
13
15
               ruby-gherkin (>= 2.12~),
14
16
               ruby-json,
15
17
               ruby-multi-json (>= 1.7.5~),
16
18
               ruby-multi-test,
17
19
               ruby-nokogiri,
18
 
               ruby-rspec
 
20
               ruby-rspec,
19
21
Standards-Version: 3.9.6
20
22
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/cucumber.git
21
23
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/cucumber.git;a=summary
28
30
Depends: libjs-jquery,
29
31
         ruby | ruby-interpreter,
30
32
         ruby-builder,
 
33
         ruby-cucumber-core,
31
34
         ruby-diff-lcs,
32
35
         ruby-gherkin (>= 2.12~),
33
36
         ruby-multi-json (>= 1.7.5~),