summaryrefslogtreecommitdiff
path: root/debian/rules.real
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2013-07-21 22:41:58 +0000
committerBen Hutchings <benh@debian.org>2013-07-21 22:41:58 +0000
commitf64aa6874e24e4c86e0d6ab978c9817ccc14c123 (patch)
treeaa3b99c7cf08e0c2e03256e8dc85821a6bb26f19 /debian/rules.real
parent2b83afcb2f2cbad254a8d1f46b50170f78f6f13a (diff)
linux-source: Disable compression of package (but use gzip, to keep old tools happy)
svn path=/dists/sid/linux/; revision=20399
Diffstat (limited to 'debian/rules.real')
-rw-r--r--debian/rules.real5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules.real b/debian/rules.real
index 42015c14a..ecd7eba8e 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -500,6 +500,9 @@ install-source: $(BUILD_DIR)/linux-source-$(UPSTREAMVERSION).tar.xz $(foreach FE
dh_testdir
dh_testroot
dh_install '$^' /usr/src
- +$(MAKE_SELF) install-base
+# We don't want to recompress, but -Znone is not compatible with older
+# tools and is currently rejected by dak. -Zgzip -z0 has almost the
+# same effect.
+ +$(MAKE_SELF) install-base BUILDDEB_ARGS='-Zgzip -z0'
# vim: filetype=make