This will give you debugging symbols:

--- ted-2.17.orig/debian/rules  2006-08-27 13:23:14.000000000 +0000
+++ ted-2.17/debian/rules       2006-08-27 13:19:47.000000000 +0000
@@ -3,6 +3,7 @@
 BASECFG=--prefix="/usr/share/ted"
 MOTIFCFG=$(BASECFG) --with-MOTIF
 GTKCFG=$(BASECFG) --with-GTK
+export CONFIGURE_OPTIONS=CFLAGS=-g
 
 TCOMDIR=debian/ted-common
 TEDDIR=debian/ted
@@ -74,7 +75,7 @@
        dh_testroot
        dh_clean -k
        dh_installdirs -a
-       install -m 755 -o root -g root -s Ted/Ted-lt $(TEDDIR)/usr/bin/Ted
+       install -m 755 -o root -g root Ted/Ted-lt $(TEDDIR)/usr/bin/Ted
 #      install -m 755 -o root -g root -s Ted/Ted-gtk $(TGTKDIR)/usr/bin
        dh_installdocs -a
        dh_installmenu -a
@@ -86,7 +87,7 @@
 #      dh_installman -pted-gtk debian/Ted-gtk.1
        dh_installchangelogs -a
        dh_link -a
-       dh_strip -a
+#      dh_strip -a
        dh_compress -a
        dh_fixperms -a
        dh_installdeb -a
-- END --

I can't even create a new file (the output is
appSystem.c(377) dir="/usr/share/ted/afm" strerror(errno)="No such file or 
directory"
utilPostscriptFontCatalog.c(532) afmDirectory="/usr/share/ted/afm"
appDocument.c(1038) ea->eaAfmDirectory="/usr/share/ted/afm"
tedDocument.c(476) ea->eaAfmDirectory="/usr/share/ted/afm"
appDocument.c(772) title=0x0
appMain.c(195) filename=0x0
) so I think there's a need for some major work on the font support.

Ben.

-- 
Ben Hutchings -- [EMAIL PROTECTED] shortened to [EMAIL PROTECTED]
If you've signed my GPG key, please send a signature on and to the new uid.
I'm not a reverse psychological virus.  Please don't copy me into your sig.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to