tags 649830 + pending thanks Dear maintainer,
I've prepared an NMU for tex-gyre (versioned as 2.004.1-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -u tex-gyre-2.004.1/debian/changelog tex-gyre-2.004.1/debian/changelog --- tex-gyre-2.004.1/debian/changelog +++ tex-gyre-2.004.1/debian/changelog @@ -1,3 +1,10 @@ +tex-gyre (2.004.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Transition away frolm defoma. Closes: #649830 + + -- Christian Perrier <bubu...@sesostris.kheops.frmug.org> Sat, 17 Dec 2011 18:55:59 +0100 + tex-gyre (2.004.1-2) unstable; urgency=low * forced rebuild due to defoma breakage (Closes: #560776) diff -u tex-gyre-2.004.1/debian/rules tex-gyre-2.004.1/debian/rules --- tex-gyre-2.004.1/debian/rules +++ tex-gyre-2.004.1/debian/rules @@ -183,8 +183,6 @@ usr/share/doc/texmf/fonts/tex-gyre/$(FAM)-hist.txt \ usr/share/doc/tex-gyre/$(FAM)-hist.txt) - dh_installdefoma - dh_installdocs dh_installchangelogs diff -u tex-gyre-2.004.1/debian/control tex-gyre-2.004.1/debian/control --- tex-gyre-2.004.1/debian/control +++ tex-gyre-2.004.1/debian/control @@ -4,7 +4,7 @@ Maintainer: Debian TeX maintainers <debian-tex-ma...@lists.debian.org> Uploaders: Norbert Preining <prein...@debian.org> Build-Depends: debhelper (>= 5.0.35) -Build-Depends-Indep: tex-common (>= 1.18), defoma (>= 0.7.0) +Build-Depends-Indep: tex-common (>= 1.18) Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/debian-tex/tex-gyre/trunk Vcs-Browser: http://svn.debian.org/wsvn/debian-tex/tex-gyre/trunk/ @@ -13,7 +13,7 @@ Package: tex-gyre Section: tex Architecture: all -Depends: defoma (>= 0.5.0), ${misc:Depends} +Depends: ${misc:Depends} Description: scalable PostScript and OpenType fonts based on URW Fonts The TeX Gyre project, following the Latin Modern project, aims at providing a rich collection of diacritical characters in the attempt to cover as many only in patch2: unchanged: --- tex-gyre-2.004.1.orig/debian/postrm +++ tex-gyre-2.004.1/debian/postrm @@ -0,0 +1,9 @@ +#! /bin/sh + +set -e + +if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then + dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-gyre.hints 2.004.1-3 -- "$@" +fi + +#DEBHELPER# only in patch2: unchanged: --- tex-gyre-2.004.1.orig/debian/preinst +++ tex-gyre-2.004.1/debian/preinst @@ -0,0 +1,16 @@ +#! /bin/sh + +set -e + +if dpkg --compare-versions "$2" lt 2.004.1-3; then + if [ -x "which defoma-font 2>/dev/null" ]; then + defoma-font purge /etc/defoma/hints/ttf-gyre.hints + fi +fi + + +if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then + dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-gyre.hints 2.004.1-3 -- "$@" +fi + +#DEBHELPER# only in patch2: unchanged: --- tex-gyre-2.004.1.orig/debian/postinst +++ tex-gyre-2.004.1/debian/postinst @@ -0,0 +1,9 @@ +#! /bin/sh + +set -e + +if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then + dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-gyre.hints 2.004.1-3 -- "$@" +fi + +#DEBHELPER#