On 23/05/2012 13:33, Guillaume Lazzara wrote:
[...]
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-05-23 Guillaume Lazzara<z(a)lrde.epita.fr>
+ * debian/source/options: Disable bzip2 compression.
+
+2012-05-23 Guillaume Lazzara<z(a)lrde.epita.fr>
+
* debian/control: Update maintainer name.
2012-05-23 Guillaume Lazzara<z(a)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)?