Hi!
I've just uploaded an NMU of ttf2pt1 to fix #392413. The complete diff
is attached.
--
+--------------------------------------------------------------------+
| Bas Zoetekouw | GPG key: 0644fab7 |
|----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED] | a2b1 2bae e41f 0644 fab7 |
+--------------------------------------------------------------------+
diff -Naubr ttf2pt1-3.4.4.eerst/debian/changelog ttf2pt1-3.4.4/debian/changelog
--- ttf2pt1-3.4.4.eerst/debian/changelog 2006-10-18 20:38:17.000000000
+0200
+++ ttf2pt1-3.4.4/debian/changelog 2006-10-18 21:11:59.037407089 +0200
@@ -1,3 +1,13 @@
+ttf2pt1 (3.4.4-1.3) unstable; urgency=medium
+
+ * Non-maintainer upload
+ * Move arch-dependent file to /usr/lib
+ (closes: #392413)
+ * Remove source files from binary package
+ * Remove netscape 3.x and 4.x support files
+
+ -- Bas Zoetekouw <[EMAIL PROTECTED]> Wed, 18 Oct 2006 21:01:14 +0200
+
ttf2pt1 (3.4.4-1.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Naubr ttf2pt1-3.4.4.eerst/debian/rules ttf2pt1-3.4.4/debian/rules
--- ttf2pt1-3.4.4.eerst/debian/rules 2006-10-18 20:38:17.000000000 +0200
+++ ttf2pt1-3.4.4/debian/rules 2006-10-18 21:12:19.552623391 +0200
@@ -48,7 +48,11 @@
ln -sf ../doc/ttf2pt1/$$i; \
done \
&& ln -sf ../doc/ttf2pt1/changelog CHANGES \
- && ln -sf ../doc/ttf2pt1/copyright COPYRIGHT
+ && ln -sf ../doc/ttf2pt1/copyright COPYRIGHT \
+ && rm -f other/*.c other/*.h
+ rm -rf $(r)/usr/share/ttf2pt1/app/netscape
+ install -m0755 -d $(r)/usr/lib/ttf2pt1/
+ mv $(r)/usr/share/ttf2pt1/other $(r)/usr/lib/ttf2pt1/
# Build architecture-independent files here.