Re: Newbie : unrepresentable changes to source

2002-11-25 Thread Steve Langasek
On Tue, Nov 26, 2002 at 12:38:52AM +0530, Krishna Dagli wrote: > > Why is a Unix program using UTF16BE (or UCS2BE) for its internal > > representation of localization data? > > As per the upstream author : > UTF16LE or UTF16BE tells that it's unicode (Gammu support > both). I use Unicode in local

Re: Newbie : unrepresentable changes to source

2002-11-25 Thread Krishna Dagli
> Why is a Unix program using UTF16BE (or UCS2BE) for its internal > representation of localization data? As per the upstream author : UTF16LE or UTF16BE tells that it's unicode (Gammu support both). I use Unicode in localisation data to avoid such problem: in the OS of somebody, who will make lo

Re: Newbie : unrepresentable changes to source

2002-11-25 Thread Steve Langasek
On Mon, Nov 25, 2002 at 01:29:43PM +0530, Krishna Dagli wrote: > As per maint-guide I did everything and finally when I try > to run dpkg-buildpackage I'm getting following errors. What > am I doing wrong? > The package is at http://www.mwiacek.com/ > I have attached the files which gives me th

Re: Newbie : unrepresentable changes to source

2002-11-25 Thread Steve Langasek
On Mon, Nov 25, 2002 at 01:29:43PM +0530, Krishna Dagli wrote: > As per maint-guide I did everything and finally when I try > to run dpkg-buildpackage I'm getting following errors. What > am I doing wrong? > The package is at http://www.mwiacek.com/ > I have attached the files which gives me the

Re: Newbie : unrepresentable changes to source

2002-11-25 Thread Raphael Hertzog
Le Mon, Nov 25, 2002 at 09:32:46AM +0100, Turbo Fredriksson écrivait: > > make[1]: Entering directory > > `/tmp/Krd-DONOT-DELETE/DOWNLOADS/gammu-0.62' > > gcc -O2 -Wall -c -o common/misc/misc.o > > common/misc/misc.c > > For some reason 'distclean' is compiling stuff! I've seen it happen > a f

Re: Newbie : unrepresentable changes to source

2002-11-25 Thread Turbo Fredriksson
Quoting Krishna Dagli <[EMAIL PROTECTED]>: > [...] > fakeroot debian/rules clean > [...] > /usr/bin/make distclean > make[1]: Entering directory > `/tmp/Krd-DONOT-DELETE/DOWNLOADS/gammu-0.62' > gcc -O2 -Wall -c -o common/misc/misc.o > common/misc/misc.c For some reason 'distclean' is compili

Newbie : unrepresentable changes to source

2002-11-25 Thread Krishna Dagli
Hi, As per maint-guide I did everything and finally when I try to run dpkg-buildpackage I'm getting following errors. What am I doing wrong? The package is at http://www.mwiacek.com/ I have attached the files which gives me these errors. = Krishna dpkg-buildpackage -rfakeroot dpk