File: control

package info (click to toggle)
rttool 1.0.3.0-6.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: ruby: 1,629; makefile: 12
file content (40 lines) | stat: -rw-r--r-- 1,359 bytes parent folder | download | duplicates (2)
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
Source: rttool
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rdtool
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/rttool.git
Vcs-Browser: https://salsa.debian.org/ruby-team/rttool
Homepage: https://rubygems.org/gems/rttool
XS-Ruby-Versions: all

Package: rttool
Architecture: all
Depends: ruby | ruby-interpreter,
         ruby-rt (= ${source:Version}),
         ${misc:Depends}
Description: RT table formatter
 RT is simple human-readble table format. RTtool is a converter form RT
 into various formats. RTtool is one of frontends of formatter for RT.
 .
 You can embed RT into Ruby script, and RD documents.
 .
 RTtool is one of frontends of formatter for RT.  This package provides
 rt2 command.

Package: ruby-rt
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends}
Description: RTTool library for Ruby
 RT is simple human-readble table format. RTtool is a converter form RT
 into various formats. RTtool is one of frontends of formatter for RT.
 .
 You can embed RT into Ruby script, and RD documents.
 .
 This package contains a library which is used by RTTool.