Package: latex-make
Version: 2.2.3-2
Severity: normal
Tags: patch

Dear Maintainer,

latex-make depends on package transfig, which was renamed to fig2dev in
stretch.
Since I as the maintainer of transfig/fig2dev intend to remove the
transition package from buster, so please upload an updated version of
latex-make, that does no longer depend on transfig but on fig2dev.

A minimal patch is attached.

Greetings

        Roland
diff --git a/debian/control b/debian/control
index a5ff62e..9daa97c 100644
--- a/debian/control
+++ b/debian/control
@@ -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,7 +22,7 @@ Homepage: http://gforge.inria.fr/projects/latex-utils/
 Package: latex-make
 Architecture: all
 Depends: ${misc:Depends},
-         transfig,
+         fig2dev,
          ghostscript,
          make,
          python
@@ -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

Reply via email to