Source: mscgen
Section: devel
Priority: optional
Maintainer: Niels Thykier <niels@thykier.net>
Build-Depends: autoconf,
               automake,
               bison,
               debhelper (>= 8~),
# for buildflags.mk
               dpkg-dev (>= 1.16.1~),
               flex,
               libgd-dev,
               locales
Standards-Version: 3.9.5
Homepage: http://www.mcternan.me.uk/mscgen/
Vcs-Git: git://anonscm.debian.org/collab-maint/mscgen.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mscgen.git
XS-Testsuite: autopkgtest

Package: mscgen
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Enhances: doxygen
Description: Message Sequence Chart (MSC) generator
 mscgen is a small program that parses Message Sequence Chart 
 descriptions and produces PNG, SVG, EPS or server side image 
 maps (ismaps) as the output. Message Sequence Charts (MSCs) 
 are a way of representing entities and interactions over some 
 time period and are often used in combination with SDL. MSCs 
 are popular in Telecoms to specify how protocols operate. 
 .
 mscgen can be used to create in-line MSC-charts in documentations 
 parsed by doxygen. Extensions also exists for Python's Sphinx and 
 mediawiki that can use mscgen.

