dpkg compresses diff file differently

2002-06-07 Thread Oohara Yuuma
dpkg compresses the diff file differently every time I build .deb . The uncompressed .diff is same. Is this an expected behavior? -- Oohara Yuuma <[EMAIL PROTECTED]> Debian developer PGP key (key ID F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key fingerprint = 6142 8D07 9C5B 159B

Re: dpkg compresses diff file differently

2002-06-07 Thread Josip Rodin
On Fri, Jun 07, 2002 at 11:34:14PM +0900, Oohara Yuuma wrote: > dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? AFAIK, yes. There's a patch somewhere to implement gzip --rsyncable which would do what you expec

Re: dpkg compresses diff file differently

2002-06-07 Thread Gergely Nagy
> dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? Yes. gzip puts a timestamp in the resulting file. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROT

Re: dpkg compresses diff file differently

2002-06-07 Thread James Troup
Oohara Yuuma <[EMAIL PROTECTED]> writes: > dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? gzipped files have a timestamp -- James -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

Re: dpkg compresses diff file differently

2002-06-07 Thread Junichi Uekawa
Oohara Yuuma <[EMAIL PROTECTED]> immo vero scripsit: > dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? AFAIK, gzip stores the date information inside the gz file, which should result in a different file when i

Re: dpkg compresses diff file differently

2002-06-07 Thread Santiago Vila
Oohara Yuuma wrote: > dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? Yes. This is because gzip stores the time stamp (as well as the name) of the original file inside the compressed one. [ Normally, you don't

Re: dpkg compresses diff file differently

2002-06-07 Thread Joey Hess
Oohara Yuuma wrote: > dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? gzip puts a timestamp in all .gz files it produces. Notice that file displays it. Thus the file won't have the same checksum each time it's

netcat advice requested

2002-06-07 Thread Decklin Foster
Could someone with a little more packaging experience look over my changes to netcat here, and/or make comments? I keep thinking there may be a problem I haven't considered. http://www.red-bean.com/~decklin/debian/ >From the .changes: * Broke apart all the various patches that have accumulat

dpkg compresses diff file differently

2002-06-07 Thread Oohara Yuuma
dpkg compresses the diff file differently every time I build .deb . The uncompressed .diff is same. Is this an expected behavior? -- Oohara Yuuma <[EMAIL PROTECTED]> Debian developer PGP key (key ID F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key fingerprint = 6142 8D07 9C5B 159B

Re: dpkg compresses diff file differently

2002-06-07 Thread Josip Rodin
On Fri, Jun 07, 2002 at 11:34:14PM +0900, Oohara Yuuma wrote: > dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? AFAIK, yes. There's a patch somewhere to implement gzip --rsyncable which would do what you expect

Re: dpkg compresses diff file differently

2002-06-07 Thread Gergely Nagy
> dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? Yes. gzip puts a timestamp in the resulting file. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

Re: dpkg compresses diff file differently

2002-06-07 Thread James Troup
Oohara Yuuma <[EMAIL PROTECTED]> writes: > dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? gzipped files have a timestamp -- James -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Re: dpkg compresses diff file differently

2002-06-07 Thread Junichi Uekawa
Oohara Yuuma <[EMAIL PROTECTED]> immo vero scripsit: > dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? AFAIK, gzip stores the date information inside the gz file, which should result in a different file when it

Re: dpkg compresses diff file differently

2002-06-07 Thread Santiago Vila
Oohara Yuuma wrote: > dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? Yes. This is because gzip stores the time stamp (as well as the name) of the original file inside the compressed one. [ Normally, you don't

Re: dpkg compresses diff file differently

2002-06-07 Thread Joey Hess
Oohara Yuuma wrote: > dpkg compresses the diff file differently every time > I build .deb . The uncompressed .diff is same. > Is this an expected behavior? gzip puts a timestamp in all .gz files it produces. Notice that file displays it. Thus the file won't have the same checksum each time it's b

netcat advice requested

2002-06-07 Thread Decklin Foster
Could someone with a little more packaging experience look over my changes to netcat here, and/or make comments? I keep thinking there may be a problem I haven't considered. http://www.red-bean.com/~decklin/debian/ >From the .changes: * Broke apart all the various patches that have accumulate