[SCM] qtbase packaging branch, experimental, updated. debian/5.3.0+dfsg-2-3-g100d896
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Thu May 22 03:37:21 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=100d896
The following commit has been merged in the experimental branch:
commit 100d896ab1b53bed7ff9488b1a2e4ec73d1d9ab1
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Thu May 22 00:36:29 2014 -0300
Do not override dh_builddeb: xz compression is now the default method.
---
debian/changelog | 1 +
debian/rules | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 24a3aed..bcd6b24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtbase-opensource-src (5.3.0+dfsg-3) UNRELEASED; urgency=medium
able to get the changes from build logs.
- Modify mark_private_symbols.sh.
- Run mark_private_symbols.sh from debian/rules.
+ * Do not override dh_builddeb: xz compression is now the default method.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 22 May 2014 00:31:54 -0300
diff --git a/debian/rules b/debian/rules
index 6604af7..e02ef4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -294,9 +294,6 @@ override_dh_makeshlibs:
# Check for private symbols not marked as such. Be verbose.
DEBUG=1 debian/mark_private_symbols.sh
-override_dh_builddeb:
- dh_builddeb -- -Zxz
-
override_dh_clean:
dh_clean
--
qtbase packaging
More information about the pkg-kde-commits
mailing list