summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 6c26d32512aeef3fec0c42354b5911c514abb01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: debtree
Section: utils
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat(= 12)
Standards-Version: 3.9.2
Homepage: http://collab-maint.alioth.debian.org/debtree/
Vcs-Git: git://git.debian.org/collab-maint/debtree.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/debtree.git

Package: debtree
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libapt-pkg-perl, ucf, dctrl-tools
Recommends: graphviz
Description: package dependency graphs on steroids
 Very powerful and versatile tool for generating dependency graphs showing the
 relationships between .deb packages.
 .
 The graph is generated in the form of a .dot file that can be used as input
 for the utility 'dot' from the graphviz  package. What information is included
 in a graph can be varied using command line options.
 .
 Supported are: regular (forward) dependencies, reverse dependencies, showing
 installed packages, virtual packages, alternatives, and much more.