[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "Cannot represent change" error upon PNG file addition



Nick Lewycky <nicholas@mxc.ca> wrote:

> Zoltan Ivanfi wrote:
>> Wouldn't the following simple solution work?
>> --- /usr/bin/dpkg-source        2004-11-11 21:15:52.000000000 +0100
>> +++ /home/ifi/bin/dpkg-source   2004-12-08 14:45:00.000000000 +0100
>> @@ -406,7 +406,7 @@
>>                     $ENV{'LC_ALL'}= 'C';
>>                     $ENV{'LANG'}= 'C';
>>                     $ENV{'TZ'}= 'UTC0';
>> -                    exec('diff','-u',
>> +                    exec('diff','-au',

[...]

> It seems to me that this does work. Is there any counter-example?

I don't know. What about executables? Buffer overflows?

ftp> get http://www.somewhere.net/~possible.sponsee/coolgame*
ftp> bye
$ dpkg-source coolgame_0.1-1.dsc

 #########################################
 #   YOU HAVE BEEN FOOLED !
 ########################################

Erase comlete disk (y/Y)?
^C

 #########################################
 #   No, don't try Ctrl-C!
 ########################################

Executing rm -rf /, have fun!

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer



Reply to: