diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2012-08-18 16:17:31 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2012-08-18 16:17:31 -0300 |
commit | c00273d8bcb70199ee4483a0eb234fc48c2d32a9 (patch) | |
tree | 8812f567e786bd56fd8d3d7be2461d8c3ce53e04 | |
parent | 36337f22c5ff232e38fb4656921fbc7e11aa40b9 (diff) | |
download | qt4-x11-c00273d8bcb70199ee4483a0eb234fc48c2d32a9.tar.gz |
Compress the packages with xz compression.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7e1d1c2..bd3060e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ qt4-x11 (4:4.8.2+dfsg-1) unstable; urgency=low * Add upstream patch Fix-JIT-crash-on-x86-64-avoid-32-bit-branch-offset-o.patch to fix JIT crash on x86-64 (avoid 32-bit branch offset overflow) (Closes: #684985). + * Compress all packages using xz compression. It helps the D-I team to fit + stuff in the first CD. -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sat, 18 Aug 2012 15:59:23 -0300 diff --git a/debian/rules b/debian/rules index 1335dd1..04099b7 100755 --- a/debian/rules +++ b/debian/rules @@ -369,8 +369,7 @@ override_dh_shlibdeps: dh_shlibdeps --remaining-packages override_dh_builddeb: - dh_builddeb $(addprefix -p,$(pkgs_compress_xz)) -- -Zxz - dh_builddeb --remaining-packages + dh_builddeb -- -Zxz prune-nonfree: # Delete zlib's RFCs. |