From 8ae061c5275d365639ebacd216e3f8abc76e4b83 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 19 May 2013 09:48:17 +0100 Subject: [PATCH] Makefile.m4: Put the `.map' file in TEXMFDIR/fonts/map. This is where Debian seems to want it nowadays. --- Makefile.m4 | 2 +- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/mdwfonts.install | 1 - 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Makefile.m4 b/Makefile.m4 index 8190f21..2df5052 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -30,7 +30,7 @@ pkgdocdir = ${texmfdir}/doc/latex/${PACKAGE} pkgtfmdir = ${texmfdir}/fonts/tfm/${PACKAGE} pkgvfdir = ${texmfdir}/fonts/vf/${PACKAGE} pkgetxdir = ${texmfdir}/tex/fontinst/${PACKAGE} -pkmapdir = ${texmfdir}/dvips/${PACKAGE} +pkmapdir = ${texmfdir}/fonts/map/${PACKAGE} FONTINST = @FONTINST@ diff --git a/debian/changelog b/debian/changelog index d7e1419..ac1c2b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mdwfonts (1.2.3) experimental; urgency=low + + * Update for tex-common 3. + + -- Mark Wooding Sun, 19 May 2013 10:02:11 +0100 + mdwfonts (1.2.2) experimental; urgency=low * Brown paper bag fix: include the actual package. diff --git a/debian/control b/debian/control index 95b8203..fe37121 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: mdwfonts Section: tex Priority: extra Maintainer: Mark Wooding -Build-Depends: debhelper (>= 8.9), tex-common, context, +Build-Depends: debhelper (>= 8.9), tex-common (>= 3), context, texlive-latex-base, texlive-font-utils Standards-Version: 3.1.1 Package: mdwfonts Architecture: all -Depends: tex-common, texlive-binaries +Depends: tex-common (>= 3), texlive-binaries Description: Package for selecting Postscript fonts This is a LaTeX package and some various font bits which allow configurable fonts in documents, provide a `squashed' Courier font (inlcuding the bits diff --git a/debian/mdwfonts.install b/debian/mdwfonts.install index 565ed8e..7f68c30 100644 --- a/debian/mdwfonts.install +++ b/debian/mdwfonts.install @@ -1,3 +1,2 @@ usr/share/texmf/tex -usr/share/texmf/dvips usr/share/texmf/fonts -- 2.11.0