1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: ruby-mocha
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>, Paul van Tilburg <paulvt@debian.org>, Cédric Boutillier <cedric.boutillier@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-metaclass, ruby-introspection, ruby-minitest, libjs-jquery
Standards-Version: 3.9.3
Dm-Upload-Allowed: yes
Homepage: http://mocha.rubyforge.org/
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mocha.git;a=summary
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mocha.git
XS-Ruby-Versions: all
Package: ruby-mocha
Architecture: all
Depends: ruby | ruby-interpreter, ruby-metaclass, rubygems, ${misc:Depends}
Suggests: ruby-mocha-doc
Replaces: libmocha-ruby (<< 0.9.12-1~), libmocha-ruby1.8 (<< 0.9.12-1~)
Breaks: libmocha-ruby (<< 0.9.12-1~), libmocha-ruby1.8 (<< 0.9.12-1~)
Provides: libmocha-ruby, libmocha-ruby1.8
Description: Mocking and stubbing library for Ruby
Mocha is a mocking and stubbing library with JMock/SchMock syntax, which
allows mocking and stubbing of methods on real (non-mock) classes. Mocking and
stubbing are techniques used to improve unit testing.
Package: ruby-mocha-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Suggests: ruby-mocha, doc-base
Description: Mocking and stubbing library for Ruby - documentation
Mocha is a mocking and stubbing library with JMock/SchMock syntax, which
allows mocking and stubbing of methods on real (non-mock) classes. Mocking and
stubbing are techniques used to improve unit testing.
.
This package contains the documentation of the Mocha library.
Package: libmocha-ruby
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-mocha
Description: Transitional package for ruby-mocha
This is a transitional package to ease upgrades to the ruby-mocha
package. It can safely be removed.
Package: libmocha-ruby1.8
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-mocha
Description: Transitional package for ruby-mocha
This is a transitional package to ease upgrades to the ruby-mocha
package. It can safely be removed.
|