Source: fig2ps
Section: tex
Priority: optional
Maintainer: Vincent Fourmond <fourmond@debian.org>
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5.0)
Build-Depends-Indep: perl
Homepage: http://sourceforge.net/projects/fig2ps
Vcs-Git: git://git.debian.org/git/users/fourmond/packages/fig2ps.git
Vcs-Browser: http://git.debian.org/?p=users/fourmond/packages/fig2ps.git

Package: fig2ps
Architecture: all
Depends: ${perl:Depends}, transfig, ${misc:Depends},
	texlive-latex-base | tetex-bin (>= 2.0.2-11), 
	texlive-latex-recommended | tetex-extra, 
	texlive-fonts-recommended | tetex-extra, 
	perl-modules,
	texlive-latex-extra | tetex-extra,
	texlive-extra-utils | tetex-extra,
	ghostscript 
Recommends: gv
Suggests: cm-super | lmodern, xfig
Replaces: texmacs (<= 1.0.3-6)
Enhances: transfig
Description: Converts xfig files into ps, eps or pdf files using LaTeX for processing text
 This perl script takes into advantage the pstex and pstex_t export
 formats of fig2dev (xfig) to separate special text and the rest of a xfig 
 file. Then, the text is processed separately using LaTeX, and
 everything is put back together at the end, to make a nice wonderful
 figure with the text formatted exactly the same way as the article you
 are typing ! PDF output is also available.
 .
 Though gv is strictly speaking not necessary for conversion, it can
 be called directly by fig2ps depending on the options you choose.
 For nice PDF output, you should install Type 1 fonts, such as lmodern
 or cm-super.
