[SCM] qtcreator packaging branch, master, updated. debian/2.7.0-1-33-g761ec26

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sun Sep 1 02:32:44 UTC 2013


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

The following commit has been merged in the master branch:
commit 761ec26e82ab830484cde62d39f08f4b7d7b8323
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Aug 31 23:21:31 2013 -0300

    Remove arch-specific files from /usr/share
    
    At least until the upstream bug it's solved.
    Yes, this means two plugins missing.
---
 debian/changelog |    2 ++
 debian/rules     |    4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b32f940..8bc3bce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ qtcreator (2.8.1-1) UNRELEASED; urgency=low
   * Adjust install files.
   * Manually call qmake in order to avoid a FTBFS due to dh passing -nocache.
     Upstream uses caches to put default data for building, so we need them.
+  * Remove arch-specific files from /usr/share until upstream bug
+    https://bugreports.qt-project.org/browse/QTCREATORBUG-10074 is solved.
 
   [ Pino Toscano ]
   * Switch Homepage to a qt-project.org page.
diff --git a/debian/rules b/debian/rules
index 7894955..2969610 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,10 @@ override_dh_auto_clean:
 	find . -type d -name '.uic' | xargs rm -rf
 
 override_dh_install:
+	# Remove arch-specific files from /usr/share until
+	# https://bugreports.qt-project.org/browse/QTCREATORBUG-10074
+	# is solved.
+	rm -v debian/tmp/usr/share/qtcreator/qbs/lib/qbs/plugins/libqbs_*.so
 	dh_install --fail-missing
 
 override_dh_installdocs:

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list