[SCM] qtquick1 packaging branch, experimental, updated. debian/5.1.1-2-7-g021fe6a

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu Dec 19 19:24:17 UTC 2013


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

The following commit has been merged in the experimental branch:
commit 5d486e13272403c52ffcf731e8332cbdb50ca205
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Dec 19 16:10:18 2013 -0300

    Remove new private stuff we are not shipping.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 06b6da2..3ec9128 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtquick1-opensource-src (5.2.0-1) UNRELEASED; urgency=medium
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * New upstream release.
   * Bump Qt bild dependencies.
+  * Remove new private stuff we are not shipping.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 19 Dec 2013 15:52:25 -0300
 
diff --git a/debian/rules b/debian/rules
index 7ef1ab6..2f17870 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ override_dh_auto_install:
 	# Remove stuff that we don't ship.
 	# Private headers.
 	rm -vrf debian/tmp/usr/include/qt5/QtDeclarative/5.?.?/QtDeclarative/private
+	# And other private stuff.
+	rm -fv debian/tmp/usr/share/qt5/mkspecs/modules/qt_lib_declarative_private.pri
 	# libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 

-- 
qtquick1 packaging



More information about the pkg-kde-commits mailing list