ruby-git 1.2.5-2 source package in Ubuntu

Changelog

ruby-git (1.2.5-2) unstable; urgency=low

  * Rename to ruby-git and switch to dh_ruby packaging, see
    <http://wiki.debian.org/Teams/Ruby/RubyInWheezy>.
  * Drop the API documentation according to the decision reported there.
  * Point Vcs-* to the renamed repo.
  * Turn libgit-ruby{,1.8} into empty transitional packages, taking over
    the entire libgit-ruby source package.
  * Update debian/copyright to the frozen revision of DEP 5.
  * Bump Standards-Version to 3.9.2, no changes needed.

libgit-ruby (1.2.5-1) unstable; urgency=low

  * New upstream version.
  * New patch no_color_pipes, closes: #592673.  Use the “--no-color” switch on
    commands like “git branch” and “git diff” to avoid problems in parsing
    their output when “color.* = always”.
  * Convert package to the 3.0 (quilt) source format.
  * Use debhelper 7.0.50 override features in debian/rules, adjust
    build-dependency accordingly.
  * Move libgit-ruby to section ruby (formerly libs).
  * Change description so the package cannot be mistaken for a pure Ruby
    implementation of Git.
  * Use githubredir in the watchfile as no tarballs are provided by upstream
    (gems are the primary path of distribution).
  * Change the maintainer e-mail address in control and copyright.
  * Remove Homepage: field from debian/control (seems to be gone).
  * Simplify debian/copyright to the current DEP-5 draft.
  * Distinguish libgit-ruby{,1.8} in their short descriptions.
  * Add ${misc:Depends}.
  * Bump Standards-Version to 3.9.1, no changes needed.
  * Update Vcs-* headers (changed username on Alioth).
  * Document quilt patches according to DEP-3.

libgit-ruby (1.0.7-2) unstable; urgency=low

  * Depend on git-core, closes: #486681.
  * Add Paul van Tilburg to Uploaders.
  * Bump Standards-Version to 3.8.0 (no changes needed).

libgit-ruby (1.0.7-1) unstable; urgency=low

  * Initial release, closes: #483002.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  15 Jun 2011 15:15:43 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe ruby

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-git_1.2.5.orig.tar.gz 106.1 KiB 3daac35fa2ccc1d0c97b975fe9dfc780f8ec814927a808111657680d675ad808
ruby-git_1.2.5-2.debian.tar.gz 4.3 KiB 8dac8e70c4ca60548489697f057fb01a11ba45e4611a9a75cabf86fdfe3541a9
ruby-git_1.2.5-2.dsc 1.6 KiB c15ded07ef5ac7bfc27db95c9b573ec8388dc9c10dfeebd2f29aef30777eec05

View changes file

Binary packages built by this source

libgit-ruby: Transitional package for ruby-git

 This is a dummy transitional package to facilitate upgrades to
 ruby-git. It can be safely removed.

libgit-ruby1.8: Transitional package for ruby-git

 This is a dummy transitional package to facilitate upgrades to
 ruby-git. It can be safely removed.

ruby-git: Ruby interface to the Git revision control system

 Ruby/Git allows Ruby applications to access and manipulate Git
 repositories. It provides an object-oriented interface to Git’s data
 storage system and is capable of reading from and writing to the index,
 managing branches, or obtaining information about the history of a
 project.