[SCM] qtcreator packaging branch, master, updated. debian/3.6.0-1-9-g8c36646

Adam Majer adamm at moszumanska.debian.org
Tue Jan 26 23:54:12 UTC 2016


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

The following commit has been merged in the master branch:
commit 02ef58f4292192b0e3bb0e015f6fa8185349f6a9
Author: Adam Majer <adamm at zombino.com>
Date:   Tue Jan 26 16:47:22 2016 -0600

    Install qtcreator.sh and delete it
    
    We can't simply not install qtcreator.sh as debhelper doesn't like it.
---
 debian/qtcreator.install | 2 +-
 debian/rules             | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/qtcreator.install b/debian/qtcreator.install
index 00e289a..c2adf90 100644
--- a/debian/qtcreator.install
+++ b/debian/qtcreator.install
@@ -1,4 +1,4 @@
 debian/qtcreator-icon-32x32.xpm usr/share/pixmaps/
 debian/qtcreator.desktop usr/share/applications/
-usr/bin/qtcreator
+usr/bin/*
 usr/lib/*/qtcreator/*
diff --git a/debian/rules b/debian/rules
index 2252b87..d5c9eee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,6 +57,9 @@ endif
 	# Do not install the file, we better symlink it.
 	rm -vf debian/tmp/usr/share/qtcreator/debugger/LICENSE.LGPL
 
+	# Not needed
+	rm debian/tmp/usr/bin/qtcreator.sh
+
 override_dh_install:
 	dh_install --fail-missing
 

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list