ruby-mocha 0.9.12-1 source package in Ubuntu

Changelog

ruby-mocha (0.9.12-1) unstable; urgency=low

  * New upload, since the previous was REJECTED by the ftpmasters.
    + Add verbatim copies of licenses to debian/copyright, was requested by
      policy 4.5.
  * Bump debhelper compatibility level
  * Update with files generated by dh-make-ruby:
    + debian/rules
    + debian/watch
  * New upstream release.
  * Updating the package as for the new Ruby practices
    + Renaming package to ruby-mocha.
    + Using a single binary package
    + Migrate to gem2deb
      - removed build dependency on cdbs and ruby-pkg-tools
    + Added XS-Ruby-Versions field to debian/control
    + ruby-mocha Provides, Replaces and Conflicts with libmocha-ruby and
      libmocha-ruby1.8
  * Bumped Standards-Version to 3.9.1
  * debian/source/format: using '3.0 (quilt)'
  * Source migrated to pkg-ruby-extras team's git repository
  * Run tests during package build
  * Added transitional packages in debian/control to allow smooth upgrades
    from Squeeze.

libmocha-ruby (0.9.8-1) unstable; urgency=low

  [ Gunnar Wolf ]
  * Changed section to Ruby as per ftp-masters' request

  [ Antonio Terceiro ]
  * New upstream release.
  * debian/copyright:
    + Updating licensing information according to upstream README file.
    + Relicensing the Debian packaging under the same terms as the original
      package.
  * debian/control: updated Standards version to 3.8.3. No changes needed.

libmocha-ruby (0.9.5-1) unstable; urgency=low

  * New upstream release.
  * debian/rules:
    - clarified version of GPL
    - added proper copyrigh signs (©)
  * debian/control:
    - Added ${misc:Depends} to libmocha-ruby

libmocha-ruby (0.9.0-1) unstable; urgency=low

  * New upstream release.
  * debian/control: bumped standards to 3.8.0; no changes needed.
  * debian/rules: calling rdoc by hand without --diagram option. For some
    reason rdoc generates several identical PNG files when generating
    diagrams, and dh_rdoc always use --diagram.

libmocha-ruby (0.5.6-1) unstable; urgency=low

  [ Antonio Terceiro ]
  * New upstream release.
  * Generating rdoc HTML and installing to -ruby package.
  * Bumped standards to 3.7.3; no changes needed.
  * Removed setup.rb from .diff.gz, now requiring ruby-pkg-tools >= 0.13 to
    build.
  * Adding Dm-Upload-Allowed field to debian/control.

  [ Lucas Nussbaum ]
  * Use new Homepage dpkg header.

  [ Paul van Tilburg ]
  * Updated debian/control:
    - added myself to the Uploaders field. 
    - added Vcs-* fields.
    - build-depend on ruby1.8 should be on libruby1.8 (only stdlib is used).
    - changed section from interpreters to libs!

libmocha-ruby (0.5.3-1) unstable; urgency=low

  * Initial Debian release (Closes: #434555).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 11:39:53 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Antonio Terceiro
Architectures:
all
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-mocha_0.9.12.orig.tar.gz 61.9 KiB b83ed71111bebcf7cedc24edf8800bfa5b71fb3fb079038a501ad35303c9138d
ruby-mocha_0.9.12-1.debian.tar.gz 9.0 KiB f1387b3bca492360c86ff3e69878460c1a5a6ad22137ec743644d77f6891be5a
ruby-mocha_0.9.12-1.dsc 1.4 KiB 2ccda6c424f074bf9e8cce85f7c710f7d4d380d2f10e3d6545d6a93e07f38812

View changes file

Binary packages built by this source

libmocha-ruby: Transitional package for ruby-mocha

 This is a transitional package to ease upgrades to the ruby-mocha
 package. It can safely be removed.

libmocha-ruby1.8: Transitional package for ruby-mocha

 This is a transitional package to ease upgrades to the ruby-mocha
 package. It can safely be removed.

ruby-mocha: Mocking and stubbing library for Ruby

 Mocking and stubbing library with JMock/SchMock syntax, which allows mocking
 and stubbing of methods on real (non-mock) classes. Mocking and stubbing are
 techiniques used to improve unit testing.