[SCM] KDE Localization module packaging branch, master, updated. debian/4.7.4-2-4-ga0a7379

Pino Toscano pino at alioth.debian.org
Fri Mar 16 19:41:57 UTC 2012


The following commit has been merged in the master branch:
commit a0a7379d84bb69da2907635f853d074ccac3f3f8
Author: Pino Toscano <pino at debian.org>
Date:   Fri Mar 16 20:41:45 2012 +0100

    switch the compression of debs to xz
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f7bb2b0..5e3c9ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ kde-l10n (4:4.7.4-3) UNRELEASED; urgency=low
   [ Pino Toscano ]
   * Bump the libkdecore5 dependency to 4:4.7.
   * Bump Standards-Version to 3.9.3, no changes required.
+  * Switch the compression of debs to xz.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 16 Mar 2012 01:15:21 +0100
 
diff --git a/debian/rules b/debian/rules
index 6620b41..5bf6db7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,7 +98,7 @@ binary-indep: build install
 	dh_shlibdeps
 	dh_gencontrol -- $(foreach rel,Depends Recommends Suggests Replaces Breaks Provides,-V'kde-l10n:$(rel)=$(L10N_$(rel))')
 	dh_md5sums
-	dh_builddeb
+	dh_builddeb -- -Zxz
 
 # Below here is fairly generic really
 binary: binary-indep binary-arch

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list