olena-2.0-48-gbce5897 debian/source/options: Disable bzip2 compression.

--- ChangeLog | 4 ++++ debian/source/options | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2f6f58..24e72e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-05-23 Guillaume Lazzara <z@lrde.epita.fr> + * debian/source/options: Disable bzip2 compression. + +2012-05-23 Guillaume Lazzara <z@lrde.epita.fr> + * debian/control: Update maintainer name. 2012-05-23 Guillaume Lazzara <z@lrde.epita.fr> diff --git a/debian/source/options b/debian/source/options index c42801e..5d68209 100644 --- a/debian/source/options +++ b/debian/source/options @@ -2,7 +2,7 @@ # This file is part of the distribution. # Bzip2 compression for debian.tar -compression = "bzip2" -compression-level = 7 +#compression = "bzip2" +#compression-level = 7 # Do not generate diff for changes in config.(sub|guess) extend-diff-ignore = "(^|/)config.(sub|guess)$" \ No newline at end of file -- 1.7.2.5

On 23/05/2012 13:33, Guillaume Lazzara wrote: [...]
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-05-23 Guillaume Lazzara<z@lrde.epita.fr>
+ * debian/source/options: Disable bzip2 compression. + +2012-05-23 Guillaume Lazzara<z@lrde.epita.fr> + * debian/control: Update maintainer name.
2012-05-23 Guillaume Lazzara<z@lrde.epita.fr> diff --git a/debian/source/options b/debian/source/options index c42801e..5d68209 100644 --- a/debian/source/options +++ b/debian/source/options @@ -2,7 +2,7 @@ # This file is part of the distribution.
# Bzip2 compression for debian.tar -compression = "bzip2" -compression-level = 7 +#compression = "bzip2" +#compression-level = 7 # Do not generate diff for changes in config.(sub|guess) extend-diff-ignore = "(^|/)config.(sub|guess)$" \ No newline at end of file
Why? Does it slow down the generation of the package? Or is it simply useless (e.g., because the whole package is to be compressed later)?
participants (2)
-
Guillaume Lazzara
-
Roland Levillain