summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-01-21 16:41:37 +0100
committerGard Spreemann <gspreemann@gmail.com>2017-01-21 16:41:37 +0100
commitb883653d5e44ea5450b355fcffb93ea5f0ee39ea (patch)
treeb096435bc31a95bd1ad7aae5502b78cd5b2c6acb /debian/control
parent4224971e4aa66fa59045c425d4ae4568d5f06d0c (diff)
Initial Debian packaging.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6bb79e5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: tikzit
+Section: tex
+Priority: optional
+Maintainer: Gard Spreemann <gspreemann@gmail.com>
+Build-Depends: debhelper (>= 9), dh-autoreconf, gobjc (>= 4.6),
+ libgnustep-gui-dev (>= 0.18.0), libgtk2.0-dev (>= 2.18.0), libpoppler-glib-dev
+Standards-Version: 3.9.8
+Homepage: http://tikzit.sourceforge.net/
+
+Package: tikzit
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: texlive-pictures
+Description: Graphical tool for creating node-and-edge style graphs
+ TikZiT is a graphical tool for rapidly creating and editing
+ node-and-edge style graphs. It was originally created to aid in the
+ typesetting of "dot" diagrams of interacting quantum observables (see
+ arXiv:0906.4725), but can be used as a general graph editing program.
+