ruby-grit 2.8.2-3 source package in Ubuntu

Changelog

ruby-grit (2.8.2-3) unstable; urgency=medium

  * Team upload.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml.

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Gleisson Jesuino Joaquim Cardoso ]
  * d/control:
    - Add 'Rules-Requires-Root: no' to source stanza.
    - Bump debhelper-compat to 13.
    - Bump Standards-Version to 4.5.1.
  * d/copyright: add myself to copyright for debian/* packaging.
  * d/upstream/metadata: add Repository and Repository-Browse fields.

 -- Gleisson Jesuino Joaquim Cardoso <email address hidden>  Mon, 08 Feb 2021 00:20:05 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-grit_2.8.2-3.dsc 2.1 KiB ad4a732438f06fc348df5dca3b7acdaeeae4d637384b67c3b2196310737667a1
ruby-grit_2.8.2.orig.tar.gz 42.9 KiB db122e01a1247d37dbfe73976d17204a53c82333ada503562b76cea0c1965be4
ruby-grit_2.8.2-3.debian.tar.xz 2.8 KiB 83562d6f96f69426930c22e20218126f8e2ecb9256201593e2b2428a03b1c98e

Available diffs

No changes file available.

Binary packages built by this source

ruby-grit: Ruby Git bindings

 Grit gives you object oriented read/write access to Git repositories
 via Ruby. The main goals are stability and performance. To this end,
 some of the interactions with Git repositories are done by shelling
 out to the system's git command, and other interactions are done with
 pure Ruby reimplementations of core Git functionality. This choice,
 however, is transparent to end users, and you need not know which
 method is being used.
 .
 This software was developed to power GitHub, and should be considered
 production ready.
 .
 This version has been patched for use with GITLAB.