File: control

package info (click to toggle)
treil 1.8-2.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 1,564 kB
  • ctags: 206
  • sloc: sh: 8,849; ruby: 695; ansic: 564; makefile: 60
file content (34 lines) | stat: -rw-r--r-- 1,249 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
Source: treil
Section: utils
Priority: extra
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 9), ruby, ruby-dev, ruby-cairo, autotools-dev, dh-autoreconf
Standards-Version: 3.9.4
Homepage: http://www.unixuser.org/~ueno/software/treil/index.html

Package: treil
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ruby, ruby-cairo
Description: tree structure into tiles
 Treil is a utility which produces an image of tiles from tree structure.
 For example, Linux directory tree can be shown as an image of tiles, 
 by:
     $ treil -o linux.png /usr/src/linux

Package: libtreil0
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: Shared library for treil (tree structure into tiles) 
 Treil is a utility which produces an image of tiles from tree structure.
 This is a runtime shared library for treil.

Package: libtreil-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libtreil0 (= ${binary:Version})
Description: Development library for treil (tree structure into tiles)
 Treil is a utility which produces an image of tiles from tree structure.
 This is a development library and a header file for treil.