summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3393ecd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: debtree
+Section: utils
+Priority: optional
+Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+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.