Hi, On Sat, 20 Jun 2009 11:52:26 +0200 Petr Vandrovec <[email protected]> wrote: > please do not apply these patches. Apparently Hideki built recently > uploaded > ttf-kiloji, ttf-sawarabi-gothic, and ttf-dejima-mincho with these patches, and > so they are not installable unless "dpkg --configure --pending" is started > from /usr/bin:
NO, that was caused by mistake, that is removing postinst and prerm script. And now it is okay, added to end of those scripts. > Because postinst does this: > > #!/bin/sh > set -e > # Automatically added by dh_installdefoma > FILE='/etc/defoma/hints/ttf-kiloji.hints' > if [ "$1" = configure ]; then > test -x defoma-font && defoma-font reregister-all $FILE > fi > # End automatically added section > > And -x defoma-font will fail if defoma-font is not in current directory. No, if path is set correctly, it is not a problem. > Also as test is written now it causes breakage when defoma-font is not > installed. > I'm not sure that this is intentional. No, if defoma-font is executable it would be execute. -- Regards, Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp http://wiki.debian.org/HidekiYamane -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

