move sig2dot source to this package. TODO: decide if we want to build sig2dot as...
[pgp-tools.git] / sig2dot / control
diff --git a/sig2dot/control b/sig2dot/control
new file mode 100644 (file)
index 0000000..8ee5907
--- /dev/null
@@ -0,0 +1,14 @@
+Source: sig2dot
+Section: graphics
+Priority: extra
+Maintainer: Christoph Berg <myon@debian.org>
+Build-Depends: debhelper (>> 4.0.0)
+Standards-Version: 3.7.2
+
+Package: sig2dot
+Architecture: all
+Depends: ${shlibs:Depends}, ${perl:Depends}
+Recommends: gnupg, springgraph
+Description: converts a list of GPG signatures to a .dot file
+ Parses output of "gpg --list-sigs" into a format suitable
+ for rendering into a graph by springgraph or graphviz.