diff options
| author | Daniel Baumann <daniel@debian.org> | 2013-01-23 14:06:48 +0100 | 
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:54:14 +0200 | 
| commit | f4aadb9d7cd810a18157c78594adf6fa82e3b6f6 (patch) | |
| tree | 24e31dfcdf06a2e5e0f56b2cbd60eb23e8759da4 | |
| parent | 6780ea582489066294e1347b20a1e1e8293a3840 (diff) | |
| download | live-boot-f4aadb9d7cd810a18157c78594adf6fa82e3b6f6.tar.gz live-boot-f4aadb9d7cd810a18157c78594adf6fa82e3b6f6.zip | |
Dropping dpkg compression level.
| -rwxr-xr-x | debian/rules | 2 | ||||
| -rw-r--r-- | debian/source/options | 1 | 
2 files changed, 1 insertions, 2 deletions
| diff --git a/debian/rules b/debian/rules index 37418ee..ba9bb63 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ override_dh_auto_install:  	mv debian/tmp/usr/share/initramfs-tools debian/live-boot-initramfs-tools/usr/share  override_dh_builddeb: -	dh_builddeb -- -Zxz -z9 +	dh_builddeb -- -Zxz  override_dh_install:  	dh_install --fail-missing diff --git a/debian/source/options b/debian/source/options index 22a4de9..5bd47b7 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1,2 +1 @@  compression = xz -compression-level = 9 | 
