[meego-commits] 9140: Changes to Tools:SDK:Host/meego-sdk-qt-creator
Fathi Boudra
no_reply at build.meego.com
Tue Nov 2 09:04:36 UTC 2010
Hi,
I have made the following changes to meego-sdk-qt-creator in project Tools:SDK:Host. Please review and accept ASAP.
Thank You,
Fathi Boudra
[This message was auto-generated]
---
Request #9140:
submit: devel:tools:sdk:host/meego-sdk-qt-creator(r24) -> Tools:SDK:Host/meego-sdk-qt-creator
Message:
Update MeeGo SDK patch
State: new 2010-11-02T02:04:35 boudra
Comment: None
changes files:
--------------
spec files:
-----------
dsc files:
----------
--- meego-sdk-qt-creator.dsc
+++ meego-sdk-qt-creator.dsc
@@ -2,7 +2,7 @@
Source: qtcreator
Binary: meego-sdk-qtcreator, meego-sdk-qtcreator-doc
Architecture: any
-Version: 2.0.1-6
+Version: 2.0.1-7
Maintainer: Fathi Boudra <fathi.boudra at nokia.com>
Homepage: http://www.qtsoftware.com/developer/qt-creator
Standards-Version: 3.8.0
other changes:
--------------
++++++ debian.tar.gz
--- changelog
+++ changelog
@@ -1,6 +1,12 @@
+qtcreator (2.0.1-7) unstable; urgency=low
+
+ * Update MeeGo SDK patch: sync with latest version.
+
+ -- Fathi Boudra <fathi.boudra at nokia.com> Tue, 02 Nov 2010 09:03:37 +0200
+
qtcreator (2.0.1-6) unstable; urgency=low
- * Update MeeGo SDK patch: add "sudo" for all some operations so that the
+ * Update MeeGo SDK patch: add "sudo" for all some operations so that the
"meego" user can also be used to debug if it is granted as a sudoer
without password
--- patches/meego-sdk-qt-creator-2.0.1.patch
+++ patches/meego-sdk-qt-creator-2.0.1.patch
@@ -4880,7 +4880,7 @@
+ const QString &installPrefix = m_needsInstall
+ ? remoteInstallCommand() + QLatin1String(" && ")
+ : QString();
-+ return QString::fromLocal8Bit("%1%2 chmod a+x %3 && source /etc/profile && export DISPLAY=:0 && su -m meego -c 'xhost +'; ")
++ return QString::fromLocal8Bit("%1%2 sudo chmod a+x %3 && source /etc/profile && export DISPLAY=:0 && sudo su -m meego -c 'xhost +'; ")
+ .arg(installPrefix).arg(remoteSudo()).arg(executableFilePathOnTarget());
+}
+
More information about the MeeGo-commits
mailing list