File: control

package info (click to toggle)
ruby-grit 2.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 316 kB
  • sloc: ruby: 3,643; makefile: 4
file content (43 lines) | stat: -rw-r--r-- 1,648 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
42
43
Source: ruby-grit
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>,
 Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-diff-lcs (>= 1.1~),
               ruby-mime-types (>= 2.6.1~),
               ruby-mocha,
               ruby-posix-spawn (>= 0.3.11~),
               ruby-charlock-holmes (>= 0.6~)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grit.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-grit
Homepage: https://github.com/mojombo/grit
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-grit
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-diff-lcs (>= 1.1~),
         ruby-mime-types (>= 2.6.1~),
         ruby-posix-spawn (>= 0.3.11~),
         ruby-charlock-holmes (>= 0.6~),
         ${misc:Depends}
Description: 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.