File: control

package info (click to toggle)
apt-rdepends 1.2.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 84 kB
  • ctags: 9
  • sloc: perl: 313; makefile: 68
file content (16 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: apt-rdepends
Section: utils
Priority: optional
Maintainer: Simon Law <sfllaw@debian.org>
Build-Depends-Indep: debhelper (>> 4.0.0), perl-doc
Standards-Version: 3.6.1

Package: apt-rdepends
Architecture: all
Depends: ${perl:Depends}, libapt-pkg-perl (>= 0.1.11)
Suggests: springgraph | graphviz
Description: Recursively lists package dependencies
 This utility can recursively list package dependencies, either forwards
 or in reverse.  It also lists forward build-dependencies.  The output
 format closely resembles that of `apt-cache depends`.  As well, it can
 generate .dot graphs, much like apt-cache in dotty mode.