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
|
Source: ruby-git
Section: ruby
Priority: optional
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,
ruby-addressable (>= 2.8),
ruby-minitar (>= 0.9),
ruby-rchardet (>= 1.8)
Standards-Version: 4.6.2
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
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-git
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
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.
|