diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-07-17 17:55:25 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-07-17 17:55:25 +0000 |
commit | cbe19a4fb448a3bbfa63dd7b22569ce32d85f07f (patch) | |
tree | b80e7379c23c28fcb66de494c7a3cc1a3c15cfbc | |
parent | 2cc15c7b8eaaa65f95f6c02041a6bb1af9d4a2fa (diff) | |
download | gcc-49-cbe19a4fb448a3bbfa63dd7b22569ce32d85f07f.tar.gz |
* Don't gzip the xz compressed testsuite logs and summaries.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.9@7520 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/rules.d/binary-cxx.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a583e33..8845af9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gcc-4.9 (4.9.1-2) UNRELEASED; urgency=medium * Fix installing test logs and summaries. * Warn about ppc ELFv2 ABI issues, which will change in GCC 4.10. + * Don't gzip the xz compressed testsuite logs and summaries. -- Matthias Klose <doko@debian.org> Thu, 17 Jul 2014 14:56:55 +0200 diff --git a/debian/rules.d/binary-cxx.mk b/debian/rules.d/binary-cxx.mk index c49d96b..5554afb 100644 --- a/debian/rules.d/binary-cxx.mk +++ b/debian/rules.d/binary-cxx.mk @@ -95,7 +95,7 @@ endif dh_strip -p$(p_cxx) dh_compress -p$(p_cxx) - dh_fixperms -p$(p_cxx) + dh_fixperms -p$(p_cxx) -X.log.xz -X.sum.xz dh_shlibdeps -p$(p_cxx) dh_gencontrol -p$(p_cxx) -- -v$(DEB_VERSION) $(common_substvars) dh_installdeb -p$(p_cxx) |