Re: Cannot represent change error upon PNG file addition

2004-12-09 Thread Frank Küster
Nick Lewycky [EMAIL PROTECTED] wrote: Zoltan Ivanfi wrote: Wouldn't the following simple solution work? --- /usr/bin/dpkg-source2004-11-11 21:15:52.0 +0100 +++ /home/ifi/bin/dpkg-source 2004-12-08 14:45:00.0 +0100 @@ -406,7 +406,7 @@

Re: Cannot represent change error upon PNG file addition

2004-12-09 Thread Christoph Berg
Re: Nick Lewycky in [EMAIL PROTECTED] --- /usr/bin/dpkg-source2004-11-11 21:15:52.0 +0100 +++ /home/ifi/bin/dpkg-source 2004-12-08 14:45:00.0 +0100 @@ -406,7 +406,7 @@ $ENV{'LC_ALL'}= 'C'; $ENV{'LANG'}= 'C';

Re: Cannot represent change error upon PNG file addition

2004-12-09 Thread Nick Lewycky
Frank Küster wrote: Nick Lewycky [EMAIL PROTECTED] wrote: Zoltan Ivanfi wrote: Wouldn't the following simple solution work? --- /usr/bin/dpkg-source2004-11-11 21:15:52.0 +0100 +++ /home/ifi/bin/dpkg-source 2004-12-08 14:45:00.0 +0100 @@ -406,7 +406,7 @@

Re: Cannot represent change error upon PNG file addition

2004-12-09 Thread Don Armstrong
On Thu, 09 Dec 2004, Christoph Berg wrote: Re: Nick Lewycky in [EMAIL PROTECTED] --- /usr/bin/dpkg-source2004-11-11 21:15:52.0 +0100 +++ /home/ifi/bin/dpkg-source 2004-12-08 14:45:00.0 +0100 @@ -406,7 +406,7 @@ $ENV{'LC_ALL'}= 'C';

Re: Cannot represent change error upon PNG file addition

2004-12-09 Thread Don Armstrong
On Thu, 09 Dec 2004, Frank Küster wrote: Nick Lewycky [EMAIL PROTECTED] wrote: Zoltan Ivanfi wrote: Wouldn't the following simple solution work? --- /usr/bin/dpkg-source2004-11-11 21:15:52.0 +0100 +++ /home/ifi/bin/dpkg-source 2004-12-08 14:45:00.0 +0100 @@

Re: Cannot represent change error upon PNG file addition

2004-12-09 Thread Joe Wreschnig
On Thu, 2004-12-09 at 16:24, Don Armstrong wrote: On Thu, 09 Dec 2004, Christoph Berg wrote: Re: Nick Lewycky in [EMAIL PROTECTED] --- /usr/bin/dpkg-source2004-11-11 21:15:52.0 +0100 +++ /home/ifi/bin/dpkg-source 2004-12-08 14:45:00.0 +0100 @@ -406,7 +406,7 @@

Re: Cannot represent change error upon PNG file addition

2004-12-08 Thread Zoltan Ivanfi
Hi, Thanks for the quick replies. Are there any serious initiatives, with traction? dpkg has a horribly long list of bugs and feature requests. I doubt that there is serious action to resolve this one in dpkg1, but rumor goes that about dpkg2. Wouldn't the following simple solution work?

Re: Cannot represent change error upon PNG file addition

2004-12-08 Thread Nick Lewycky
Zoltan Ivanfi wrote: Wouldn't the following simple solution work? --- /usr/bin/dpkg-source2004-11-11 21:15:52.0 +0100 +++ /home/ifi/bin/dpkg-source 2004-12-08 14:45:00.0 +0100 @@ -406,7 +406,7 @@ $ENV{'LC_ALL'}= 'C'; $ENV{'LANG'}=

Cannot represent change error upon PNG file addition

2004-12-06 Thread Zoltan Ivanfi
Hi, I would like to ask your help about the following problem: I created a PNG icon for a package that originally (in the orig.tar.gz) didn't contain one. I get this error when trying to build the package: dpkg-source: cannot represent change to icon.png: binary file contents changed Can you

Re: Cannot represent change error upon PNG file addition

2004-12-06 Thread Andreas Barth
* Zoltan Ivanfi ([EMAIL PROTECTED]) [041206 17:15]: I created a PNG icon for a package that originally (in the orig.tar.gz) didn't contain one. I get this error when trying to build the package: dpkg-source: cannot represent change to icon.png: binary file contents changed Can you tell me

Re: Cannot represent change error upon PNG file addition

2004-12-06 Thread =?iso-8859-1?q?Frank_K=FCster?=
Carlo U. Segre [EMAIL PROTECTED] schrieb: You can add the icon in XPM format. This is plain text. If you want to use the PNGs, you will need to send them to upstream and ask them to include the icons in the source. I haven't found any other way to avoid the problem you cite. You can

Re: Cannot represent change error upon PNG file addition

2004-12-06 Thread Nick Lewycky
Frank Küster wrote: Carlo U. Segre [EMAIL PROTECTED] schrieb: You can add the icon in XPM format. This is plain text. If you want to use the PNGs, you will need to send them to upstream and ask them to include the icons in the source. I haven't found any other way to avoid the problem you cite.

Re: Cannot represent change error upon PNG file addition

2004-12-06 Thread =?iso-8859-1?q?Frank_K=FCster?=
Nick Lewycky [EMAIL PROTECTED] wrote: This is a crock. The solutions presented is right, but it's lousy by design. The real problem is that diff, although good for representing changes from upstream source versus Debian source, can't--and apparently doesn't--represent the changes from

Re: Cannot represent change error upon PNG file addition

2004-12-06 Thread Nick Lewycky
Frank Küster wrote: Nick Lewycky [EMAIL PROTECTED] wrote: Is there any plan amongst dpkg type folk to visit and solve this problem? Or even a bug number? There are several, of different severities, as you could easily have found out yourself. I found an 8 year old wishlist bug on dpkg-dev, bug

Re: Cannot represent change error upon PNG file addition

2004-12-06 Thread =?iso-8859-1?q?Frank_K=FCster?=
Nick Lewycky [EMAIL PROTECTED] schrieb: Frank Küster wrote: Nick Lewycky [EMAIL PROTECTED] wrote: Is there any plan amongst dpkg type folk to visit and solve this problem? Or even a bug number? There are several, of different severities, as you could easily have found out yourself. I found