Source: ruby-git
Section: ruby
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Michael Schutte <michi@debian.org>,
           Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               git,
               openssh-client,
               ruby-activesupport (>= 2:5.0),
               ruby-addressable (>= 2.8),
               ruby-minitar (>= 0.9),
               ruby-mocha,
               ruby-process-executer (>= 4.0.2-2),
               ruby-rchardet (>= 1.8)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-git.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-git
Homepage: https://github.com/ruby-git/ruby-git
Testsuite: autopkgtest-pkg-ruby

Package: ruby-git
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: 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.
