On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote: > as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common > package and the "Provides: gs-common" of ghostscript) now reached > the archive [0], Depending or Build-Depending on gs-common is now an > RC bug (as it makes the package uninstallable or unbuildable, > respectively).
The attached patch replaces the Suggests and Build-Dependency from gs-common to ghostscript in debian/rules. Miguel
diff -Nru latex-mk-2.1/debian/changelog latex-mk-2.1/debian/changelog --- latex-mk-2.1/debian/changelog 2011-06-29 06:25:44.000000000 +0200 +++ latex-mk-2.1/debian/changelog 2011-12-03 13:56:34.000000000 +0100 @@ -1,3 +1,11 @@ +latex-mk (2.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "Please Build-Depend on ghostscript instead of gs-common" replacing the + dependency on gs-common in rules (Closes: #649699) + + -- Miguel de Val Borro <miguel.de...@gmail.com> Sat, 03 Dec 2011 13:54:46 +0100 + latex-mk (2.1-1) unstable; urgency=low * New upstreamer release diff -Nru latex-mk-2.1/debian/control latex-mk-2.1/debian/control --- latex-mk-2.1/debian/control 2011-06-30 06:44:24.000000000 +0200 +++ latex-mk-2.1/debian/control 2011-12-03 13:53:17.000000000 +0100 @@ -6,7 +6,7 @@ Build-Depends-Indep: texlive-base, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texinfo, xsltproc, docbook-xsl, graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd, - gs-common, tgif, transfig, csh, autoconf + ghostscript, tgif, transfig, csh, autoconf Standards-Version: 3.9.2 Homepage: http://latex-mk.sourceforge.net/ @@ -15,7 +15,7 @@ Depends: ${misc:Depends} Recommends: make, texlive-latex-recommended, texlive-base Suggests: graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd, - gs-common, tgif, transfig + ghostscript, tgif, transfig Description: tool for managing LaTeX projects LaTeX-Mk is a collection of Makefile fragments and shell scripts for managing small to large sized LaTeX projects. The typical LaTeX-Mk