summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-10-04 16:25:51 +0200
committerGard Spreemann <gspreemann@gmail.com>2017-10-04 16:25:51 +0200
commitbcac7069b47954b0bc3628620f32eb43ed938502 (patch)
tree63d941f1603bcf37bf20097617e98561d6a1c943 /debian/control
parent60723535e0dfbc25469e829c71bcd4d72195af2e (diff)
parent204497da9ec70546cb85ce8343586b07b89243d8 (diff)
Merge remote-tracking branch 'alioth/debian/master' into debian/sid
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 20 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index 1ada578..de5d24a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,30 @@ Source: tikzit
Section: tex
Priority: optional
Maintainer: Gard Spreemann <gspreemann@gmail.com>
-Build-Depends: debhelper (>= 10), dh-autoreconf, gobjc (>= 4.6),
- libgnustep-gui-dev (>= 0.18.0), libgtk2.0-dev (>= 2.18.0), libpoppler-glib-dev,
- flex, bison, autoconf (>= 2.60), automake
+Build-Depends:
+ autoconf (>= 2.60),
+ automake,
+ bison,
+ debhelper (>= 10),
+ dh-autoreconf,
+ flex,
+ gobjc (>= 4.6),
+ libgnustep-gui-dev (>= 0.18.0),
+ libgtk2.0-dev (>= 2.18.0),
+ libpoppler-glib-dev
Standards-Version: 4.0.0
Homepage: http://tikzit.sourceforge.net/
-Vcs-Browser: https://git.nonempty.org/debian-tikzit
-Vcs-Git: http://git.nonempty.org/debian-tikzit -b debian/sid
+Vcs-Browser: https://anonscm.debian.org/git/collab-maint/tikzit.git
+Vcs-Git: https://anonscm.debian.org/git/collab-maint/tikzit.git
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.
-
+Description: visual PGF/TikZ graph editor
+ TikZiT is a graphical tool for editing graphs written in PGF/TikZ.
+ .
+ TikZiT helps rapidly create and edit 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.