Commit 4ed84338 authored by Vincent Danjean's avatar Vincent Danjean
Browse files

Replace transfig by fig2dev and fix Depends/Recommends

parent da474573
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
latex-make (2.2.3-3) UNRELEASED; urgency=medium

  * Replace transfig by fig2dev (package renamed) (Closes: #866153)
  * Move some dependency to recommends (not required if not using
    figlatex.sty or PS)

 -- Vincent Danjean <vdanjean@debian.org>  Tue, 27 Jun 2017 22:04:24 +0200

latex-make (2.2.3-2) unstable; urgency=medium

  * provide a writable HOME directory to compile test. This is
+4 −4
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Build-Depends-Indep: texlive-latex-recommended,
                     tex-common,
                     python,
                     texlive-latex-extra,
                     transfig,
                     fig2dev,
                     inkscape (>= 0.48.2),
                     ghostscript,
                     texlive-fonts-recommended
@@ -22,12 +22,12 @@ Homepage: http://gforge.inria.fr/projects/latex-utils/
Package: latex-make
Architecture: all
Depends: ${misc:Depends},
         transfig,
         ghostscript,
         make,
         python
Recommends: texlive-latex-recommended,
            inkscape (>= 0.48.2),
            fig2dev,
            ghostscript,
            texlive-latex-extra
Description: easy compiling of complex (and simple) LaTeX documents
 This package provides several tools that aim to simplify the
@@ -41,6 +41,6 @@ Description: easy compiling of complex (and simple) LaTeX documents
 .
 figlatex.sty: a LaTeX package to easily insert xfig figures (with
 \includegraphics{file.fig}). It can interact with LaTeX.mk so that the
 latter automatically invokes transfig if needed.
 latter automatically invokes fig2dev if needed.
 .
 And various helper tools for LaTeX.mk