[SCM] qtcreator packaging branch, master, updated. a4f9dbacc2381ead27fde25492a016fb47e903cc

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Wed May 22 19:31:16 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtcreator.git;a=commitdiff;h=a4f9dba

The following commit has been merged in the master branch:
commit a4f9dbacc2381ead27fde25492a016fb47e903cc
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed May 22 16:29:25 2013 -0300

    Compress binary packages with xz.
---
 debian/changelog |    2 ++
 debian/rules     |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 967cf4a..c68af30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ qtcreator (2.7.0-1) UNRELEASED; urgency=low
   * Update Homepage, Vcs-Browser and Vcs-Git in debian/control.
   * Add changes done by Ubuntu:
     - Update debian/watch.
+    Felix Geyer:
+      - Compress binary packages with xz.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 22 May 2013 15:40:28 -0300
 
diff --git a/debian/rules b/debian/rules
index eae95cc..f7f7e00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,3 +34,6 @@ override_dh_auto_clean:
 override_dh_installdocs:
 	dh_installdocs -pqtcreator $(upstream_changes)
 	dh_installdocs --remaining-packages
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list