~ubuntu-branches/ubuntu/precise/libtest-cukes-perl/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu, Jonathan Yu, Ansgar Burchardt
  • Date: 2010-12-25 20:02:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101225200231-zjwm7jmw9i0l8d9v
Tags: 0.10-1
[ Jonathan Yu ]
* New upstream release
* Refresh copyright information
* Use new 3.0 (quilt) source format
* Standards-Version 3.9.1 (no changes)
* Drop version deps satisfied by oldstable

[ Ansgar Burchardt ]
* Test::Simple 0.92 (for Test::Builder::Module 0.80) is also a runtime
  dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Build-Depends: debhelper (>= 7)
5
5
Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.92),
6
 
 libcarp-assert-perl (>= 0.20), libany-moose-perl 
 
6
 libcarp-assert-perl, libany-moose-perl, libtry-tiny-perl (>= 0.07)
7
7
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
8
8
Uploaders: Christine Spang <christine@debian.org>,
9
9
 Jonathan Yu <jawnsy@cpan.org>
10
 
Standards-Version: 3.8.4
 
10
Standards-Version: 3.9.1
11
11
Homepage: http://search.cpan.org/dist/Test-Cukes/
12
12
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-cukes-perl/
13
13
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-cukes-perl
14
14
 
15
15
Package: libtest-cukes-perl
16
16
Architecture: all
17
 
Depends: ${perl:Depends}, ${misc:Depends}, libcarp-assert-perl (>= 0.20),
18
 
 libany-moose-perl
 
17
Depends: ${perl:Depends}, ${misc:Depends}, libcarp-assert-perl,
 
18
 libany-moose-perl, libtry-tiny-perl (>= 0.07),
 
19
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.92)
19
20
Description: test framework inspired by Cucumber
20
21
 Test::Cukes is a Perl test framework inspired by Cucumber, which lets you
21
22
 write module tests with scenarios and is compatible with Test::More and other