[Reportbug-commits] [reportbug] 23/38: d/source/options: remove custom options
Sandro Tosi
morph at moszumanska.debian.org
Fri Dec 29 04:33:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository reportbug.
commit 14cb36e209a9184ac5d7164e1af3af4895eca217
Author: Boyuan Yang <073plan at gmail.com>
Date: Mon Jan 16 18:39:03 2017 +0800
d/source/options: remove custom options
Reportbug used to use bzip2 format for orig source tarball since
it is superior to gzip. However, nowadays dpkg-source uses XZ
by default, which is better than (somehow) deprecated bzip2 format.
Comparison on tarball size:
* bzip2: 194106
* xz: 192420
Deleting debian/source/options to use default value from dpkg-source.
Signed-off-by: Boyuan Yang <073plan at gmail.com>
---
debian/source/options | 3 ---
1 file changed, 3 deletions(-)
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index 5838d5b..0000000
--- a/debian/source/options
+++ /dev/null
@@ -1,3 +0,0 @@
-# let dpkg-source create the orig tarball with maximal compression
-compression = "bzip2"
-compression-level = 9
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git
More information about the Reportbug-commits
mailing list