Dear Rafael, dear Frank!

I have prepared a new NMU for tipa to fix seveal things:
- FTBFS because of dh_installtexfonts usages which isn't anymore
  (360728)
- X font transition (362403)
- prority disparity (348482)

The first two are important, the last one only cosmentic.

Unfortunately fixing the X font transition was not straight forward as I
have to depend on debhelper >= 5.0.31, thus I also bumped compatibility
version to 5, and had to adjust quite a bit in the rules file.

The outcome is that many files in the debian dir are now gone (all the
.dirs files, the .conffiles, the .files, etc), and (at least IMHO) the
build process is more obvious.

Anyway, I want to ask you whether it is ok to do an NMU again?

And if yes, Frank, ... you know....?

Everything is at
        deb-(src) http://www.tug.org/texlive/Debian/ check/
(there are other things, too, and all is signed).

I attach the interdiff from 1.2-2.1 to 1.2-2.2.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining AT logic DOT at>             Università di Siena
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
`In those days spirits were brave, the stakes were high,
men were REAL men, women were REAL women, and small furry
creatures from Alpha Centauri were REAL small furry
creatures from Aplha Centauri.'
                 --- The Book getting all nostalgic.
                 --- Douglas Adams, The Hitchhikers Guide to the Galaxy
diff -urN tipa-1.2-2.1/debian/changelog tipa-1.2/debian/changelog
--- tipa-1.2-2.1/debian/changelog       2006-04-19 03:16:36.000000000 +0200
+++ tipa-1.2/debian/changelog   2006-04-19 03:09:38.000000000 +0200
@@ -1,3 +1,24 @@
+tipa (2:1.2-2.2) unstable; urgency=low
+
+  * NMU to fix FTBFS (Closes: #360728)
+    - switch to dh_installtex
+    - build-depend on tex-common >= 0.19
+  * X font transition (Closes: #362403)
+    - move pfb/afm links to /usr/share/fonts/X11/Type1
+    - build-depends on debhelper >= 5.0.31, thus bumping compat level to 5:
+      . install files into debian/$(package)/ and not into debian/tmp
+      . remove dirs file, add the dirs to the dh_installdirs call
+      . add several -p options to debhelper commands
+      . remove the package.conffiles
+    - fix defoma hints file for new location
+    - move .scale file to new X11R7 location
+    - xfonts-tipa: depend on tipa of same version, and defoma >= 0.5,
+      and ${misc:Depends} for xfonts-utils dependency
+  * bump standards version to 3.6.2.1
+  * adjust priority to extra (Closes: #348482)
+
+ -- Norbert Preining <[EMAIL PROTECTED]>  Wed, 19 Apr 2006 02:22:24 +0200
+
 tipa (2:1.2-2.1) unstable; urgency=low
 
   * NMU with maintainer approval to work with new tetex3 (updmap-sys) and
diff -urN tipa-1.2-2.1/debian/conffiles tipa-1.2/debian/conffiles
--- tipa-1.2-2.1/debian/conffiles       2006-04-19 03:16:36.000000000 +0200
+++ tipa-1.2/debian/conffiles   1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-/etc/texmf/updmap.d/10tipa.cfg
diff -urN tipa-1.2-2.1/debian/control tipa-1.2/debian/control
--- tipa-1.2-2.1/debian/control 2006-04-19 03:16:36.000000000 +0200
+++ tipa-1.2/debian/control     2006-04-19 03:07:03.000000000 +0200
@@ -1,9 +1,9 @@
 Source: tipa
 Section: tex
-Priority: optional
+Priority: extra
 Maintainer: Rafael Laboissiere <[EMAIL PROTECTED]>
-Standards-Version: 3.5.7
-Build-Depends-Indep: tex-common (>= 0.11), debhelper (>= 3.4.1), tetex-bin (>= 
3) | texlive-latex-recommended, tetex-extra | texlive-fonts-recommended, 
gs-common, perl, sharutils
+Standards-Version: 3.6.2.1
+Build-Depends-Indep: tex-common (>= 0.19), debhelper (>= 5.0.31), tetex-bin 
(>= 3) | texlive-latex-recommended, tetex-extra | texlive-fonts-recommended, 
gs-common, perl, sharutils
 
 Package: tipa
 Architecture: all
@@ -38,7 +38,7 @@
 Package: xfonts-tipa
 Architecture: all
 Section: x11
-Depends: tipa (>= 1:1.1.beta), xbase-clients (>= 3.3.3.1-5), defoma
+Depends: tipa (>= 1:1.2-2.2), defoma (>= 0.5.0), ${misc:Depends}
 Description: X11 PostScript Type 1 font for the Phonetic Alphabet
  This package contains type 1 version of the Phonetic fonts of the TIPA
  (Tokyo International Phonetic Alphabet) for the X Window system.  It
diff -urN tipa-1.2-2.1/debian/dirs tipa-1.2/debian/dirs
--- tipa-1.2-2.1/debian/dirs    2006-04-19 03:16:36.000000000 +0200
+++ tipa-1.2/debian/dirs        1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-usr/X11R6/lib/X11/fonts/Type1
-usr/X11R6/lib/X11/fonts/encodings
-etc/X11/fonts/Type1
-etc/texmf/updmap.d
diff -urN tipa-1.2-2.1/debian/rules tipa-1.2/debian/rules
--- tipa-1.2-2.1/debian/rules   2006-04-19 03:16:36.000000000 +0200
+++ tipa-1.2/debian/rules       2006-04-19 02:57:11.000000000 +0200
@@ -5,15 +5,16 @@
 # rules file for Debian package tipa
 # $Id$
 
+export DH_COMPAT=5
+
 debdir   := $(shell pwd)/debian
-debtmp   := $(debdir)/tmp
+debtmp   := $(debdir)/tipa
 debtexmf := $(debtmp)/usr/share/texmf
-debxfnt  := $(debtmp)/usr/X11R6/lib/X11/fonts
+
+debxfnt  := $(shell pwd)/debian/xfonts-tipa/usr/share/fonts/X11
 debxt1   := $(debxfnt)/Type1
 debxenc  := $(debxfnt)/encodings
-debetc   := $(debtmp)/etc
-debupdm  := $(debetc)/texmf/updmap.d
-debscdir := $(debetc)/X11/fonts/Type1
+debscdir := $(shell pwd)/debian/xfonts-tipa/etc/X11/fonts/X11R7/Type1
 
 # The following pattern rules is necessary for building the TIPA
 # documentation and the example
@@ -50,7 +51,10 @@
        dh_testdir
        dh_testroot
        dh_clean -k
-       dh_installdirs
+       dh_installdirs --package=xfonts-tipa            \
+               usr/share/fonts/X11/Type1               \
+               usr/share/fonts/X11/encodings           \
+               etc/X11/fonts/X11R7/Type1
 
        $(MAKE) install PREFIX=$(debtexmf) MAPDIR=$(debtexmf)/fonts/map/dvips
         # Fixes bug reported by lintian
@@ -61,19 +65,14 @@
        dh_installdefoma -p xfonts-tipa
 
        perl debian/gen-fonts-dir.pl \
-         ../../../../../share/texmf/fonts/type1/fkr/tipa \
+         ../../../share/texmf/fonts/type1/fkr/tipa \
          $(debxt1) \
          $(debscdir)/xfonts-tipa.scale \
          debian/xfonts-tipa.defoma-hints
        install --mode=644 debian/silipa.enc $(debxenc)
 
        #install --mode=644 debian/tipa.updmap $(debupdm)/10tipa.cfg
-       dh_installtexfonts MixedMap=tipa.map
-
-       dh_movefiles
-       # dh_movefiles does not remove empty empty dirs. Grrr....
-       rmdir --ignore-fail-on-non-empty --parents \
-             $(debxt1) $(debxenc) $(debscdir) $(debupdm)
+       dh_installtex -p tipa map=MixedMap,tipa.map
 
        dh_installxfonts -p xfonts-tipa
 
diff -urN tipa-1.2-2.1/debian/tipa.defoma-hints 
tipa-1.2/debian/tipa.defoma-hints
--- tipa-1.2-2.1/debian/tipa.defoma-hints       2006-04-19 03:16:36.000000000 
+0200
+++ tipa-1.2/debian/tipa.defoma-hints   1970-01-01 01:00:00.000000000 +0100
@@ -1,672 +0,0 @@
-category type1
-begin /usr/lib/X11/fonts/Type1/tipa10.pfb
-  FontName = TeX-tipa10
-  Charset = font-specific
-  Family = TeX\040tipa10
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipa10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipa12.pfb
-  FontName = TeX-tipa12
-  Charset = font-specific
-  Family = TeX\040tipa12
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipa12.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipa17.pfb
-  FontName = TeX-tipa17
-  Charset = font-specific
-  Family = TeX\040tipa17
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipa17.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipa8.pfb
-  FontName = TeX-tipa8
-  Charset = font-specific
-  Family = TeX\040tipa8
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipa8.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipa9.pfb
-  FontName = TeX-tipa9
-  Charset = font-specific
-  Family = TeX\040tipa9
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipa9.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipab10.pfb
-  FontName = TeX-tipab10
-  Charset = font-specific
-  Family = TeX\040tipab10
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipab10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipabs10.pfb
-  FontName = TeX-tipabs10
-  Charset = font-specific
-  Family = TeX\040tipabs10
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Oblique Condensed
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipabs10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipabx10.pfb
-  FontName = TeX-tipabx10
-  Charset = font-specific
-  Family = TeX\040tipabx10
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipabx10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipabx12.pfb
-  FontName = TeX-tipabx12
-  Charset = font-specific
-  Family = TeX\040tipabx12
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright Expanded
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipabx12.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipabx8.pfb
-  FontName = TeX-tipabx8
-  Charset = font-specific
-  Family = TeX\040tipabx8
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipabx8.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipabx9.pfb
-  FontName = TeX-tipabx9
-  Charset = font-specific
-  Family = TeX\040tipabx9
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipabx9.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipasb10.pfb
-  FontName = TeX-tipasb10
-  Charset = font-specific
-  Family = TeX\040tipasb10
-  GeneralFamily = SansSerif
-  Weight = Bold
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasb10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipasi10.pfb
-  FontName = TeX-tipasi10
-  Charset = font-specific
-  Family = TeX\040tipasi10
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasi10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipasl10.pfb
-  FontName = TeX-tipasl10
-  Charset = font-specific
-  Family = TeX\040tipasl10
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasl10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipasl12.pfb
-  FontName = TeX-tipasl12
-  Charset = font-specific
-  Family = TeX\040tipasl12
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasl12.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipasl8.pfb
-  FontName = TeX-tipasl8
-  Charset = font-specific
-  Family = TeX\040tipasl8
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasl8.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipasl9.pfb
-  FontName = TeX-tipasl9
-  Charset = font-specific
-  Family = TeX\040tipasl9
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasl9.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipass10.pfb
-  FontName = TeX-tipass10
-  Charset = font-specific
-  Family = TeX\040tipass10
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipass10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipass12.pfb
-  FontName = TeX-tipass12
-  Charset = font-specific
-  Family = TeX\040tipass12
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipass12.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipass17.pfb
-  FontName = TeX-tipass17
-  Charset = font-specific
-  Family = TeX\040tipass17
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipass17.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipass8.pfb
-  FontName = TeX-tipass8
-  Charset = font-specific
-  Family = TeX\040tipass8
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipass8.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipass9.pfb
-  FontName = TeX-tipass9
-  Charset = font-specific
-  Family = TeX\040tipass9
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipass9.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipats10.pfb
-  FontName = TeX-tipats10
-  Charset = font-specific
-  Family = TeX\040tipats10
-  GeneralFamily = Typewriter
-  Weight = Medium
-  Width = Fixed
-  Shape = Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipats10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipatt10.pfb
-  FontName = TeX-tipatt10
-  Charset = font-specific
-  Family = TeX\040tipatt10
-  GeneralFamily = Typewriter
-  Weight = Medium
-  Width = Fixed
-  Shape = Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipatt10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipatt12.pfb
-  FontName = TeX-tipatt12
-  Charset = font-specific
-  Family = TeX\040tipatt12
-  GeneralFamily = Typewriter
-  Weight = Medium
-  Width = Fixed
-  Shape = Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipatt12.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipatt8.pfb
-  FontName = TeX-tipatt8
-  Charset = font-specific
-  Family = TeX\040tipatt8
-  GeneralFamily = Typewriter
-  Weight = Medium
-  Width = Fixed
-  Shape = Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipatt8.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipatt9.pfb
-  FontName = TeX-tipatt9
-  Charset = font-specific
-  Family = TeX\040tipatt9
-  GeneralFamily = Typewriter
-  Weight = Medium
-  Width = Fixed
-  Shape = Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipatt9.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipx10.pfb
-  FontName = TeX-tipx10
-  Charset = font-specific
-  Family = TeX\040tipx10
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipx10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipx12.pfb
-  FontName = TeX-tipx12
-  Charset = font-specific
-  Family = TeX\040tipx12
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipx12.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipx17.pfb
-  FontName = TeX-tipx17
-  Charset = font-specific
-  Family = TeX\040tipx17
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipx17.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipx8.pfb
-  FontName = TeX-tipx8
-  Charset = font-specific
-  Family = TeX\040tipx8
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipx8.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipx9.pfb
-  FontName = TeX-tipx9
-  Charset = font-specific
-  Family = TeX\040tipx9
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipx9.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxb10.pfb
-  FontName = TeX-tipxb10
-  Charset = font-specific
-  Family = TeX\040tipxb10
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright Condensed
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxb10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxbs10.pfb
-  FontName = TeX-tipxbs10
-  Charset = font-specific
-  Family = TeX\040tipxbs10
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxbs10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxbx10.pfb
-  FontName = TeX-tipxbx10
-  Charset = font-specific
-  Family = TeX\040tipxbx10
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxbx10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxbx12.pfb
-  FontName = TeX-tipxbx12
-  Charset = font-specific
-  Family = TeX\040tipxbx12
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxbx12.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxbx8.pfb
-  FontName = TeX-tipxbx8
-  Charset = font-specific
-  Family = TeX\040tipxbx8
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxbx8.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxbx9.pfb
-  FontName = TeX-tipxbx9
-  Charset = font-specific
-  Family = TeX\040tipxbx9
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxbx9.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxsb10.pfb
-  FontName = TeX-tipxsb10
-  Charset = font-specific
-  Family = TeX\040tipxsb10
-  GeneralFamily = SansSerif
-  Weight = Bold
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsb10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxsi10.pfb
-  FontName = TeX-tipxsi10
-  Charset = font-specific
-  Family = TeX\040tipxsi10
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsi10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxsl10.pfb
-  FontName = TeX-tipxsl10
-  Charset = font-specific
-  Family = TeX\040tipxsl10
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsl10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxsl12.pfb
-  FontName = TeX-tipxsl12
-  Charset = font-specific
-  Family = TeX\040tipxsl12
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsl12.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxsl8.pfb
-  FontName = TeX-tipxsl8
-  Charset = font-specific
-  Family = TeX\040tipxsl8
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsl8.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxsl9.pfb
-  FontName = TeX-tipxsl9
-  Charset = font-specific
-  Family = TeX\040tipxsl9
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsl9.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxss10.pfb
-  FontName = TeX-tipxss10
-  Charset = font-specific
-  Family = TeX\040tipxss10
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxss10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxss12.pfb
-  FontName = TeX-tipxss12
-  Charset = font-specific
-  Family = TeX\040tipxss12
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxss12.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxss17.pfb
-  FontName = TeX-tipxss17
-  Charset = font-specific
-  Family = TeX\040tipxss17
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxss17.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxss8.pfb
-  FontName = TeX-tipxss8
-  Charset = font-specific
-  Family = TeX\040tipxss8
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxss8.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxss9.pfb
-  FontName = TeX-tipxss9
-  Charset = font-specific
-  Family = TeX\040tipxss9
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxss9.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxts10.pfb
-  FontName = TeX-tipxts10
-  Charset = font-specific
-  Family = TeX\040tipxts10
-  GeneralFamily = Typewriter
-  Weight = Medium
-  Width = Fixed
-  Shape = Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxts10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxtt10.pfb
-  FontName = TeX-tipxtt10
-  Charset = font-specific
-  Family = TeX\040tipxtt10
-  GeneralFamily = Typewriter
-  Weight = Medium
-  Width = Fixed
-  Shape = Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxtt10.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxtt12.pfb
-  FontName = TeX-tipxtt12
-  Charset = font-specific
-  Family = TeX\040tipxtt12
-  GeneralFamily = Typewriter
-  Weight = Medium
-  Width = Fixed
-  Shape = Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxtt12.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxtt8.pfb
-  FontName = TeX-tipxtt8
-  Charset = font-specific
-  Family = TeX\040tipxtt8
-  GeneralFamily = Typewriter
-  Weight = Medium
-  Width = Fixed
-  Shape = Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxtt8.afm
-end
-begin /usr/lib/X11/fonts/Type1/tipxtt9.pfb
-  FontName = TeX-tipxtt9
-  Charset = font-specific
-  Family = TeX\040tipxtt9
-  GeneralFamily = Typewriter
-  Weight = Medium
-  Width = Fixed
-  Shape = Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxtt9.afm
-end
-begin /usr/lib/X11/fonts/Type1/xipx10.pfb
-  FontName = TeX-xipx10
-  Charset = font-specific
-  Family = TeX\040xipx10
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipx10.afm
-end
-begin /usr/lib/X11/fonts/Type1/xipxb10.pfb
-  FontName = TeX-xipxb10
-  Charset = font-specific
-  Family = TeX\040xipxb10
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Upright Expanded
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxb10.afm
-end
-begin /usr/lib/X11/fonts/Type1/xipxbs10.pfb
-  FontName = TeX-xipxbs10
-  Charset = font-specific
-  Family = TeX\040xipxbs10
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Serif Oblique Expanded
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxbs10.afm
-end
-begin /usr/lib/X11/fonts/Type1/xipxsb10.pfb
-  FontName = TeX-xipxsb10
-  Charset = font-specific
-  Family = TeX\040xipxsb10
-  GeneralFamily = SansSerif
-  Weight = Bold
-  Width = Variable
-  Shape = NoSerif Upright Expanded
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxsb10.afm
-end
-begin /usr/lib/X11/fonts/Type1/xipxsi10.pfb
-  FontName = TeX-xipxsi10
-  Charset = font-specific
-  Family = TeX\040xipxsi10
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxsi10.afm
-end
-begin /usr/lib/X11/fonts/Type1/xipxsl10.pfb
-  FontName = TeX-xipxsl10
-  Charset = font-specific
-  Family = TeX\040xipxsl10
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Serif Oblique
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxsl10.afm
-end
-begin /usr/lib/X11/fonts/Type1/xipxss10.pfb
-  FontName = TeX-xipxss10
-  Charset = font-specific
-  Family = TeX\040xipxss10
-  GeneralFamily = SansSerif
-  Weight = Medium
-  Width = Variable
-  Shape = NoSerif Upright
-  Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxss10.afm
-end
diff -urN tipa-1.2-2.1/debian/xfonts-tipa.conffiles 
tipa-1.2/debian/xfonts-tipa.conffiles
--- tipa-1.2-2.1/debian/xfonts-tipa.conffiles   2006-04-19 03:16:36.000000000 
+0200
+++ tipa-1.2/debian/xfonts-tipa.conffiles       1970-01-01 01:00:00.000000000 
+0100
@@ -1,2 +0,0 @@
-/etc/defoma/hints/xfonts-tipa.hints
-/etc/X11/fonts/Type1/xfonts-tipa.scale
diff -urN tipa-1.2-2.1/debian/xfonts-tipa.defoma-hints 
tipa-1.2/debian/xfonts-tipa.defoma-hints
--- tipa-1.2-2.1/debian/xfonts-tipa.defoma-hints        2006-04-19 
03:16:36.000000000 +0200
+++ tipa-1.2/debian/xfonts-tipa.defoma-hints    2006-04-19 02:33:38.000000000 
+0200
@@ -1,5 +1,5 @@
 category type1
-begin /usr/lib/X11/fonts/Type1/tipa10.pfb
+begin /usr/share/fonts/X11/Type1/tipa10.pfb
   FontName = TeX-tipa10
   Charset = font-specific
   Family = TeX\040tipa10
@@ -8,9 +8,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipa10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipa10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipa12.pfb
+begin /usr/share/fonts/X11/Type1/tipa12.pfb
   FontName = TeX-tipa12
   Charset = font-specific
   Family = TeX\040tipa12
@@ -19,9 +19,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipa12.afm
+  AFM = /usr/share/fonts/X11/Type1/tipa12.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipa17.pfb
+begin /usr/share/fonts/X11/Type1/tipa17.pfb
   FontName = TeX-tipa17
   Charset = font-specific
   Family = TeX\040tipa17
@@ -30,9 +30,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipa17.afm
+  AFM = /usr/share/fonts/X11/Type1/tipa17.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipa8.pfb
+begin /usr/share/fonts/X11/Type1/tipa8.pfb
   FontName = TeX-tipa8
   Charset = font-specific
   Family = TeX\040tipa8
@@ -41,9 +41,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipa8.afm
+  AFM = /usr/share/fonts/X11/Type1/tipa8.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipa9.pfb
+begin /usr/share/fonts/X11/Type1/tipa9.pfb
   FontName = TeX-tipa9
   Charset = font-specific
   Family = TeX\040tipa9
@@ -52,9 +52,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipa9.afm
+  AFM = /usr/share/fonts/X11/Type1/tipa9.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipab10.pfb
+begin /usr/share/fonts/X11/Type1/tipab10.pfb
   FontName = TeX-tipab10
   Charset = font-specific
   Family = TeX\040tipab10
@@ -63,9 +63,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipab10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipab10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipabs10.pfb
+begin /usr/share/fonts/X11/Type1/tipabs10.pfb
   FontName = TeX-tipabs10
   Charset = font-specific
   Family = TeX\040tipabs10
@@ -74,9 +74,9 @@
   Width = Variable
   Shape = Serif Oblique Condensed
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipabs10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipabs10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipabx10.pfb
+begin /usr/share/fonts/X11/Type1/tipabx10.pfb
   FontName = TeX-tipabx10
   Charset = font-specific
   Family = TeX\040tipabx10
@@ -85,9 +85,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipabx10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipabx10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipabx12.pfb
+begin /usr/share/fonts/X11/Type1/tipabx12.pfb
   FontName = TeX-tipabx12
   Charset = font-specific
   Family = TeX\040tipabx12
@@ -96,9 +96,9 @@
   Width = Variable
   Shape = Serif Upright Expanded
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipabx12.afm
+  AFM = /usr/share/fonts/X11/Type1/tipabx12.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipabx8.pfb
+begin /usr/share/fonts/X11/Type1/tipabx8.pfb
   FontName = TeX-tipabx8
   Charset = font-specific
   Family = TeX\040tipabx8
@@ -107,9 +107,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipabx8.afm
+  AFM = /usr/share/fonts/X11/Type1/tipabx8.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipabx9.pfb
+begin /usr/share/fonts/X11/Type1/tipabx9.pfb
   FontName = TeX-tipabx9
   Charset = font-specific
   Family = TeX\040tipabx9
@@ -118,9 +118,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipabx9.afm
+  AFM = /usr/share/fonts/X11/Type1/tipabx9.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipasb10.pfb
+begin /usr/share/fonts/X11/Type1/tipasb10.pfb
   FontName = TeX-tipasb10
   Charset = font-specific
   Family = TeX\040tipasb10
@@ -129,9 +129,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasb10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipasb10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipasi10.pfb
+begin /usr/share/fonts/X11/Type1/tipasi10.pfb
   FontName = TeX-tipasi10
   Charset = font-specific
   Family = TeX\040tipasi10
@@ -140,9 +140,9 @@
   Width = Variable
   Shape = NoSerif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasi10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipasi10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipasl10.pfb
+begin /usr/share/fonts/X11/Type1/tipasl10.pfb
   FontName = TeX-tipasl10
   Charset = font-specific
   Family = TeX\040tipasl10
@@ -151,9 +151,9 @@
   Width = Variable
   Shape = Serif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasl10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipasl10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipasl12.pfb
+begin /usr/share/fonts/X11/Type1/tipasl12.pfb
   FontName = TeX-tipasl12
   Charset = font-specific
   Family = TeX\040tipasl12
@@ -162,9 +162,9 @@
   Width = Variable
   Shape = Serif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasl12.afm
+  AFM = /usr/share/fonts/X11/Type1/tipasl12.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipasl8.pfb
+begin /usr/share/fonts/X11/Type1/tipasl8.pfb
   FontName = TeX-tipasl8
   Charset = font-specific
   Family = TeX\040tipasl8
@@ -173,9 +173,9 @@
   Width = Variable
   Shape = Serif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasl8.afm
+  AFM = /usr/share/fonts/X11/Type1/tipasl8.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipasl9.pfb
+begin /usr/share/fonts/X11/Type1/tipasl9.pfb
   FontName = TeX-tipasl9
   Charset = font-specific
   Family = TeX\040tipasl9
@@ -184,9 +184,9 @@
   Width = Variable
   Shape = Serif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipasl9.afm
+  AFM = /usr/share/fonts/X11/Type1/tipasl9.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipass10.pfb
+begin /usr/share/fonts/X11/Type1/tipass10.pfb
   FontName = TeX-tipass10
   Charset = font-specific
   Family = TeX\040tipass10
@@ -195,9 +195,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipass10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipass10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipass12.pfb
+begin /usr/share/fonts/X11/Type1/tipass12.pfb
   FontName = TeX-tipass12
   Charset = font-specific
   Family = TeX\040tipass12
@@ -206,9 +206,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipass12.afm
+  AFM = /usr/share/fonts/X11/Type1/tipass12.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipass17.pfb
+begin /usr/share/fonts/X11/Type1/tipass17.pfb
   FontName = TeX-tipass17
   Charset = font-specific
   Family = TeX\040tipass17
@@ -217,9 +217,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipass17.afm
+  AFM = /usr/share/fonts/X11/Type1/tipass17.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipass8.pfb
+begin /usr/share/fonts/X11/Type1/tipass8.pfb
   FontName = TeX-tipass8
   Charset = font-specific
   Family = TeX\040tipass8
@@ -228,9 +228,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipass8.afm
+  AFM = /usr/share/fonts/X11/Type1/tipass8.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipass9.pfb
+begin /usr/share/fonts/X11/Type1/tipass9.pfb
   FontName = TeX-tipass9
   Charset = font-specific
   Family = TeX\040tipass9
@@ -239,9 +239,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipass9.afm
+  AFM = /usr/share/fonts/X11/Type1/tipass9.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipats10.pfb
+begin /usr/share/fonts/X11/Type1/tipats10.pfb
   FontName = TeX-tipats10
   Charset = font-specific
   Family = TeX\040tipats10
@@ -250,9 +250,9 @@
   Width = Fixed
   Shape = Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipats10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipats10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipatt10.pfb
+begin /usr/share/fonts/X11/Type1/tipatt10.pfb
   FontName = TeX-tipatt10
   Charset = font-specific
   Family = TeX\040tipatt10
@@ -261,9 +261,9 @@
   Width = Fixed
   Shape = Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipatt10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipatt10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipatt12.pfb
+begin /usr/share/fonts/X11/Type1/tipatt12.pfb
   FontName = TeX-tipatt12
   Charset = font-specific
   Family = TeX\040tipatt12
@@ -272,9 +272,9 @@
   Width = Fixed
   Shape = Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipatt12.afm
+  AFM = /usr/share/fonts/X11/Type1/tipatt12.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipatt8.pfb
+begin /usr/share/fonts/X11/Type1/tipatt8.pfb
   FontName = TeX-tipatt8
   Charset = font-specific
   Family = TeX\040tipatt8
@@ -283,9 +283,9 @@
   Width = Fixed
   Shape = Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipatt8.afm
+  AFM = /usr/share/fonts/X11/Type1/tipatt8.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipatt9.pfb
+begin /usr/share/fonts/X11/Type1/tipatt9.pfb
   FontName = TeX-tipatt9
   Charset = font-specific
   Family = TeX\040tipatt9
@@ -294,9 +294,9 @@
   Width = Fixed
   Shape = Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipatt9.afm
+  AFM = /usr/share/fonts/X11/Type1/tipatt9.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipx10.pfb
+begin /usr/share/fonts/X11/Type1/tipx10.pfb
   FontName = TeX-tipx10
   Charset = font-specific
   Family = TeX\040tipx10
@@ -305,9 +305,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipx10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipx10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipx12.pfb
+begin /usr/share/fonts/X11/Type1/tipx12.pfb
   FontName = TeX-tipx12
   Charset = font-specific
   Family = TeX\040tipx12
@@ -316,9 +316,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipx12.afm
+  AFM = /usr/share/fonts/X11/Type1/tipx12.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipx17.pfb
+begin /usr/share/fonts/X11/Type1/tipx17.pfb
   FontName = TeX-tipx17
   Charset = font-specific
   Family = TeX\040tipx17
@@ -327,9 +327,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipx17.afm
+  AFM = /usr/share/fonts/X11/Type1/tipx17.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipx8.pfb
+begin /usr/share/fonts/X11/Type1/tipx8.pfb
   FontName = TeX-tipx8
   Charset = font-specific
   Family = TeX\040tipx8
@@ -338,9 +338,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipx8.afm
+  AFM = /usr/share/fonts/X11/Type1/tipx8.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipx9.pfb
+begin /usr/share/fonts/X11/Type1/tipx9.pfb
   FontName = TeX-tipx9
   Charset = font-specific
   Family = TeX\040tipx9
@@ -349,9 +349,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipx9.afm
+  AFM = /usr/share/fonts/X11/Type1/tipx9.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxb10.pfb
+begin /usr/share/fonts/X11/Type1/tipxb10.pfb
   FontName = TeX-tipxb10
   Charset = font-specific
   Family = TeX\040tipxb10
@@ -360,9 +360,9 @@
   Width = Variable
   Shape = Serif Upright Condensed
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxb10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxb10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxbs10.pfb
+begin /usr/share/fonts/X11/Type1/tipxbs10.pfb
   FontName = TeX-tipxbs10
   Charset = font-specific
   Family = TeX\040tipxbs10
@@ -371,9 +371,9 @@
   Width = Variable
   Shape = Serif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxbs10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxbs10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxbx10.pfb
+begin /usr/share/fonts/X11/Type1/tipxbx10.pfb
   FontName = TeX-tipxbx10
   Charset = font-specific
   Family = TeX\040tipxbx10
@@ -382,9 +382,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxbx10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxbx10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxbx12.pfb
+begin /usr/share/fonts/X11/Type1/tipxbx12.pfb
   FontName = TeX-tipxbx12
   Charset = font-specific
   Family = TeX\040tipxbx12
@@ -393,9 +393,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxbx12.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxbx12.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxbx8.pfb
+begin /usr/share/fonts/X11/Type1/tipxbx8.pfb
   FontName = TeX-tipxbx8
   Charset = font-specific
   Family = TeX\040tipxbx8
@@ -404,9 +404,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxbx8.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxbx8.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxbx9.pfb
+begin /usr/share/fonts/X11/Type1/tipxbx9.pfb
   FontName = TeX-tipxbx9
   Charset = font-specific
   Family = TeX\040tipxbx9
@@ -415,9 +415,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxbx9.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxbx9.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxsb10.pfb
+begin /usr/share/fonts/X11/Type1/tipxsb10.pfb
   FontName = TeX-tipxsb10
   Charset = font-specific
   Family = TeX\040tipxsb10
@@ -426,9 +426,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsb10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxsb10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxsi10.pfb
+begin /usr/share/fonts/X11/Type1/tipxsi10.pfb
   FontName = TeX-tipxsi10
   Charset = font-specific
   Family = TeX\040tipxsi10
@@ -437,9 +437,9 @@
   Width = Variable
   Shape = NoSerif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsi10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxsi10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxsl10.pfb
+begin /usr/share/fonts/X11/Type1/tipxsl10.pfb
   FontName = TeX-tipxsl10
   Charset = font-specific
   Family = TeX\040tipxsl10
@@ -448,9 +448,9 @@
   Width = Variable
   Shape = Serif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsl10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxsl10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxsl12.pfb
+begin /usr/share/fonts/X11/Type1/tipxsl12.pfb
   FontName = TeX-tipxsl12
   Charset = font-specific
   Family = TeX\040tipxsl12
@@ -459,9 +459,9 @@
   Width = Variable
   Shape = Serif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsl12.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxsl12.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxsl8.pfb
+begin /usr/share/fonts/X11/Type1/tipxsl8.pfb
   FontName = TeX-tipxsl8
   Charset = font-specific
   Family = TeX\040tipxsl8
@@ -470,9 +470,9 @@
   Width = Variable
   Shape = Serif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsl8.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxsl8.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxsl9.pfb
+begin /usr/share/fonts/X11/Type1/tipxsl9.pfb
   FontName = TeX-tipxsl9
   Charset = font-specific
   Family = TeX\040tipxsl9
@@ -481,9 +481,9 @@
   Width = Variable
   Shape = Serif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxsl9.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxsl9.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxss10.pfb
+begin /usr/share/fonts/X11/Type1/tipxss10.pfb
   FontName = TeX-tipxss10
   Charset = font-specific
   Family = TeX\040tipxss10
@@ -492,9 +492,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxss10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxss10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxss12.pfb
+begin /usr/share/fonts/X11/Type1/tipxss12.pfb
   FontName = TeX-tipxss12
   Charset = font-specific
   Family = TeX\040tipxss12
@@ -503,9 +503,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxss12.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxss12.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxss17.pfb
+begin /usr/share/fonts/X11/Type1/tipxss17.pfb
   FontName = TeX-tipxss17
   Charset = font-specific
   Family = TeX\040tipxss17
@@ -514,9 +514,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxss17.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxss17.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxss8.pfb
+begin /usr/share/fonts/X11/Type1/tipxss8.pfb
   FontName = TeX-tipxss8
   Charset = font-specific
   Family = TeX\040tipxss8
@@ -525,9 +525,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxss8.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxss8.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxss9.pfb
+begin /usr/share/fonts/X11/Type1/tipxss9.pfb
   FontName = TeX-tipxss9
   Charset = font-specific
   Family = TeX\040tipxss9
@@ -536,9 +536,9 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxss9.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxss9.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxts10.pfb
+begin /usr/share/fonts/X11/Type1/tipxts10.pfb
   FontName = TeX-tipxts10
   Charset = font-specific
   Family = TeX\040tipxts10
@@ -547,9 +547,9 @@
   Width = Fixed
   Shape = Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxts10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxts10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxtt10.pfb
+begin /usr/share/fonts/X11/Type1/tipxtt10.pfb
   FontName = TeX-tipxtt10
   Charset = font-specific
   Family = TeX\040tipxtt10
@@ -558,9 +558,9 @@
   Width = Fixed
   Shape = Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxtt10.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxtt10.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxtt12.pfb
+begin /usr/share/fonts/X11/Type1/tipxtt12.pfb
   FontName = TeX-tipxtt12
   Charset = font-specific
   Family = TeX\040tipxtt12
@@ -569,9 +569,9 @@
   Width = Fixed
   Shape = Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxtt12.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxtt12.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxtt8.pfb
+begin /usr/share/fonts/X11/Type1/tipxtt8.pfb
   FontName = TeX-tipxtt8
   Charset = font-specific
   Family = TeX\040tipxtt8
@@ -580,9 +580,9 @@
   Width = Fixed
   Shape = Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxtt8.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxtt8.afm
 end
-begin /usr/lib/X11/fonts/Type1/tipxtt9.pfb
+begin /usr/share/fonts/X11/Type1/tipxtt9.pfb
   FontName = TeX-tipxtt9
   Charset = font-specific
   Family = TeX\040tipxtt9
@@ -591,9 +591,9 @@
   Width = Fixed
   Shape = Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/tipxtt9.afm
+  AFM = /usr/share/fonts/X11/Type1/tipxtt9.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipa10.pfb
+begin /usr/share/fonts/X11/Type1/xipa10.pfb
   FontName = TeX-xipa10
   Charset = font-specific
   Family = TeX\040xipa10
@@ -603,9 +603,9 @@
   Shape = Serif Upright
   Priority = 20
   X-FontName = -fkr-xipa-medium-r-normal--0-0-0-0-p-0-silipa-1
-  AFM = /usr/lib/X11/fonts/Type1/xipa10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipa10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipab10.pfb
+begin /usr/share/fonts/X11/Type1/xipab10.pfb
   FontName = TeX-xipab10
   Charset = font-specific
   Family = TeX\040xipab10
@@ -615,9 +615,9 @@
   Shape = Serif Upright Condensed
   Priority = 20
   X-FontName = -fkr-xipa-bold-r-condensed--0-0-0-0-p-0-silipa-1
-  AFM = /usr/lib/X11/fonts/Type1/xipab10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipab10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipabs10.pfb
+begin /usr/share/fonts/X11/Type1/xipabs10.pfb
   FontName = TeX-xipabs10
   Charset = font-specific
   Family = TeX\040xipabs10
@@ -627,9 +627,9 @@
   Shape = Serif Oblique
   Priority = 20
   X-FontName = -fkr-xipa-bold-o-normal--0-0-0-0-p-0-silipa-1
-  AFM = /usr/lib/X11/fonts/Type1/xipabs10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipabs10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipasb10.pfb
+begin /usr/share/fonts/X11/Type1/xipasb10.pfb
   FontName = TeX-xipasb10
   Charset = font-specific
   Family = TeX\040xipasb10
@@ -639,9 +639,9 @@
   Shape = NoSerif Upright
   Priority = 20
   X-FontName = -fkr-xipa-bold-r-normal-sans-0-0-0-0-p-0-silipa-1
-  AFM = /usr/lib/X11/fonts/Type1/xipasb10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipasb10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipasi10.pfb
+begin /usr/share/fonts/X11/Type1/xipasi10.pfb
   FontName = TeX-xipasi10
   Charset = font-specific
   Family = TeX\040xipasi10
@@ -651,9 +651,9 @@
   Shape = NoSerif Oblique
   Priority = 20
   X-FontName = -fkr-xipa-medium-o-normal-sans-0-0-0-0-p-0-silipa-1
-  AFM = /usr/lib/X11/fonts/Type1/xipasi10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipasi10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipasl10.pfb
+begin /usr/share/fonts/X11/Type1/xipasl10.pfb
   FontName = TeX-xipasl10
   Charset = font-specific
   Family = TeX\040xipasl10
@@ -663,9 +663,9 @@
   Shape = Serif Oblique
   Priority = 20
   X-FontName = -fkr-xipa-medium-o-normal--0-0-0-0-p-0-silipa-1
-  AFM = /usr/lib/X11/fonts/Type1/xipasl10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipasl10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipass10.pfb
+begin /usr/share/fonts/X11/Type1/xipass10.pfb
   FontName = TeX-xipass10
   Charset = font-specific
   Family = TeX\040xipass10
@@ -675,9 +675,9 @@
   Shape = NoSerif Upright
   Priority = 20
   X-FontName = -fkr-xipa-medium-r-normal-sans-0-0-0-0-p-0-silipa-1
-  AFM = /usr/lib/X11/fonts/Type1/xipass10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipass10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipx10.pfb
+begin /usr/share/fonts/X11/Type1/xipx10.pfb
   FontName = TeX-xipx10
   Charset = font-specific
   Family = TeX\040xipx10
@@ -686,9 +686,9 @@
   Width = Variable
   Shape = Serif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipx10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipx10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipxb10.pfb
+begin /usr/share/fonts/X11/Type1/xipxb10.pfb
   FontName = TeX-xipxb10
   Charset = font-specific
   Family = TeX\040xipxb10
@@ -697,9 +697,9 @@
   Width = Variable
   Shape = Serif Upright Expanded
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxb10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipxb10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipxbs10.pfb
+begin /usr/share/fonts/X11/Type1/xipxbs10.pfb
   FontName = TeX-xipxbs10
   Charset = font-specific
   Family = TeX\040xipxbs10
@@ -708,9 +708,9 @@
   Width = Variable
   Shape = Serif Oblique Expanded
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxbs10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipxbs10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipxsb10.pfb
+begin /usr/share/fonts/X11/Type1/xipxsb10.pfb
   FontName = TeX-xipxsb10
   Charset = font-specific
   Family = TeX\040xipxsb10
@@ -719,9 +719,9 @@
   Width = Variable
   Shape = NoSerif Upright Expanded
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxsb10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipxsb10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipxsi10.pfb
+begin /usr/share/fonts/X11/Type1/xipxsi10.pfb
   FontName = TeX-xipxsi10
   Charset = font-specific
   Family = TeX\040xipxsi10
@@ -730,9 +730,9 @@
   Width = Variable
   Shape = NoSerif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxsi10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipxsi10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipxsl10.pfb
+begin /usr/share/fonts/X11/Type1/xipxsl10.pfb
   FontName = TeX-xipxsl10
   Charset = font-specific
   Family = TeX\040xipxsl10
@@ -741,9 +741,9 @@
   Width = Variable
   Shape = Serif Oblique
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxsl10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipxsl10.afm
 end
-begin /usr/lib/X11/fonts/Type1/xipxss10.pfb
+begin /usr/share/fonts/X11/Type1/xipxss10.pfb
   FontName = TeX-xipxss10
   Charset = font-specific
   Family = TeX\040xipxss10
@@ -752,5 +752,5 @@
   Width = Variable
   Shape = NoSerif Upright
   Priority = 20
-  AFM = /usr/lib/X11/fonts/Type1/xipxss10.afm
+  AFM = /usr/share/fonts/X11/Type1/xipxss10.afm
 end
diff -urN tipa-1.2-2.1/debian/xfonts-tipa.files 
tipa-1.2/debian/xfonts-tipa.files
--- tipa-1.2-2.1/debian/xfonts-tipa.files       2006-04-19 03:16:36.000000000 
+0200
+++ tipa-1.2/debian/xfonts-tipa.files   1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-usr/X11R6
-etc/X11

Reply via email to