diff --git a/debian/changelog b/debian/changelog index 3ab17b0..f8e8741 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ alien (7.24) unstable; urgency=low - * Patch from Raul Miller to make it used gzip -dc | tar + * Patch from Raul Miller to make it use gzip -dc | tar everywhere it used to use tar zxvf. The problem with the latter is - that, on red hat anyway, tar or gzip seems to be broken, and tar does - not see an end-of-file marker, causing alien to hang when converting - rpms to debs. Closes: #96200 + that, on Red Hat anyway, when tar is reading from stdin, tar or gzip + seems to be broken, and tar does not see an end-of-file marker, causing + alien to hang when converting rpms to debs. Closes: #96200 -- Joey Hess Wed, 9 May 2001 11:09:16 -0400