summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/rules.d/binary-cxx.mk2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 385bf6a..2dc5519 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-4.8 (4.8.3-6) UNRELEASED; urgency=medium
+
+ * Don't gzip the xz compressed testsuite logs and summaries.
+
+ -- Matthias Klose <doko@debian.org> Thu, 17 Jul 2014 19:52:33 +0200
+
gcc-4.8 (4.8.3-5) unstable; urgency=medium
* Update to SVN 20140717 (r212756) from the gcc-4_8-branch.
diff --git a/debian/rules.d/binary-cxx.mk b/debian/rules.d/binary-cxx.mk
index c49d96b..5612b0f 100644
--- a/debian/rules.d/binary-cxx.mk
+++ b/debian/rules.d/binary-cxx.mk
@@ -94,7 +94,7 @@ endif
echo "TEST COMPARE END"
dh_strip -p$(p_cxx)
- dh_compress -p$(p_cxx)
+ dh_compress -p$(p_cxx) -X.log.xz -X.sum.xz
dh_fixperms -p$(p_cxx)
dh_shlibdeps -p$(p_cxx)
dh_gencontrol -p$(p_cxx) -- -v$(DEB_VERSION) $(common_substvars)