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
|
Source: ticgit
Section: devel
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Michael Schutte <michi@debian.org>
Build-Depends: debhelper-compat (= 13), gem2deb (>= 0.2.5~), bash-completion
Build-Depends-Indep: docbook-to-man
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/salvage-team/ticgit
Vcs-Git: https://salsa.debian.org/salvage-team/ticgit.git
Homepage: https://github.com/jeffWelling/ticgit/
XS-Ruby-Versions: all
Package: ticgit
Architecture: all
Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
${shlibs:Depends},
ruby,
ruby-git
Suggests: ticgitweb
Description: ticketing system built on Git
ticgit is an issue tracking system based in the Git revision control
system. Tickets are stored in a separate branch called “ticgit” within
a Git repository that can be made available on a public server along
with the project’s source code. The idea is to keep tickets close to a
project without touching its source tree.
Package: ticgitweb
Architecture: all
Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
${shlibs:Depends},
ruby,
ticgit,
ruby-sinatra,
ruby-haml
Description: web interface to ticgit
ticgit is an issue tracking system based in the Git revision control
system. This package contains the web frontend.
.
The command-line interface can be found in the ticgit package.
|