Re: some special casings which should no longer be necessary

2002-03-01 Thread Junichi Uekawa
On 01 Mar 2002 10:18:48 + Phil Blundell <[EMAIL PROTECTED]> wrote: > I think you mentioned that libnewt and libnewt-utf8 still have the same > soname, so the potential for the bug is still there. Whether the > packaging will still let you install the right combination of libnewt, > libnewt-d

Re: some special casings which should no longer be necessary

2002-03-01 Thread Phil Blundell
On Fri, 2002-03-01 at 01:03, Junichi Uekawa wrote: > I am seeing in rootdisk.sh: > > # i386 can't reduce libnewt if we're in LANG_CHOOSER mode > if [ "$arch" != "i386" -o "$USE_LANG_CHOOSER" != "true" ]; then > rm -f $R/usr/lib/libnewt* > fi > > Could this have been fixed wit

some special casings which should no longer be necessary

2002-02-28 Thread Junichi Uekawa
I am seeing in rootdisk.sh: # i386 can't reduce libnewt if we're in LANG_CHOOSER mode if [ "$arch" != "i386" -o "$USE_LANG_CHOOSER" != "true" ]; then rm -f $R/usr/lib/libnewt* fi Could this have been fixed with the recent transition? regards, junichi -- [EMAIL PR