diff --git a/debian/changelog b/debian/changelog index 72a824b..dc5896b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,17 @@ desktop-base (7.0.3) UNRELEASED; urgency=low + [ Eshat Cakar ] * Fixed various glitches in the KDM Theme: - Make pam error messages actually visible. - Don't cut off the last hostname letter. - Adjust font sizes and colors. * Ksplash: Do nut cut off blurred icons. - -- Eshat Cakar Thu, 02 Aug 2012 15:23:56 +0200 + [ Paul Tagliamonte ] + * debian/rules: Use xz compression for binary packages. (Closes: #683903) + - Thanks to Ansgar Burchardt for the patch & bug. + + -- Paul Tagliamonte Sun, 05 Aug 2012 08:55:10 -0400 desktop-base (7.0.2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index da15001..d00d46c 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ include /usr/share/cdbs/1/rules/buildcore.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk +DEB_DH_BUILDDEB_ARGS = -- -Zxz + # needed for usplash CFLAGS += -fPIC