[SCM] Qt 4 packaging branch, master, updated. debian/4.8.4+dfsg-4-34-g59fec40

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Tue Jul 2 21:23:09 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt4-x11.git;a=commitdiff;h=17753d5

The following commit has been merged in the master branch:
commit 17753d5b0c594409be8b24dbe9f691fd416c66e3
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Jul 2 17:21:42 2013 -0300

    Remove libtool-like files
---
 debian/changelog |    1 +
 debian/rules     |    3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 51c84ff..4eb038d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ qt4-x11 (4:4.8.5+dfsg-1) UNRELEASED; urgency=low
   * Refresh multiple patches.
   * Update symbols files.
   * Pass --fail-missing to dh_install.
+  * Remove libtool-like files.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 22 Jun 2013 11:08:53 -0300
 
diff --git a/debian/rules b/debian/rules
index 40507bc..f31be17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -262,6 +262,9 @@ endif
 override_dh_auto_install:
 	dh_auto_install -Smakefile -- INSTALL_ROOT=$(CURDIR)/debian/tmp/
 
+	# Remove libtool-like files
+	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+
 	# Ship private headers - ugly hack to build Qt Creator QML Designer
 	cd $(CURDIR)/include && rsync -aR QtCore/private \
 	                                  QtDeclarative/private \

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list