[SCM] qtx11extras packaging branch, experimental, updated. debian/5.1.1-1-4-g3fc8583

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Dec 13 16:34:43 UTC 2013


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

The following commit has been merged in the experimental branch:
commit 3fc858308076d4836fd8c04335dabd3b3db2379e
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Dec 13 13:34:26 2013 -0300

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

diff --git a/debian/changelog b/debian/changelog
index cb5f30b..5cdd354 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtx11extras-opensource-src (5.2.0-1) UNRELEASED; urgency=low
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * New upstream release.
   * Adjust build dependencies.
+  * Remove private stuff we are not shipping.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 13 Dec 2013 13:24:59 -0300
 
diff --git a/debian/rules b/debian/rules
index bd5efde..c98b3ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,9 @@ override_dh_auto_install-arch:
 	
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+
+	# Remove private stuff which we are not shipping.
+	rm -fv debian/tmp/usr/share/qt5/mkspecs/modules/qt_lib_x11extras_private.pri
 	
 	# Fix wrong path in pkgconfig files
 	find $(CURDIR)/debian/tmp/usr/lib/*/pkgconfig -type f -name '*.pc' \

-- 
qtx11extras packaging



More information about the pkg-kde-commits mailing list