rev 13955 - in trunk/packages: . qt-creator qt-creator/debian qt-creator/debian/patches

Jeremy Lainé sharky at alioth.debian.org
Wed Mar 4 13:02:40 UTC 2009


Author: sharky
Date: 2009-03-04 13:02:39 +0000 (Wed, 04 Mar 2009)
New Revision: 13955

Added:
   trunk/packages/qt-creator/
   trunk/packages/qt-creator/debian/
   trunk/packages/qt-creator/debian/Nokia-QtCreator.xml
   trunk/packages/qt-creator/debian/changelog
   trunk/packages/qt-creator/debian/compat
   trunk/packages/qt-creator/debian/control
   trunk/packages/qt-creator/debian/copyright
   trunk/packages/qt-creator/debian/docs
   trunk/packages/qt-creator/debian/patches/
   trunk/packages/qt-creator/debian/patches/kubuntu_01_no_docs.diff
   trunk/packages/qt-creator/debian/qtcreator.desktop
   trunk/packages/qt-creator/debian/rules
Log:
import kubuntu packaging of qt-creator



Property changes on: trunk/packages/qt-creator/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: trunk/packages/qt-creator/debian/Nokia-QtCreator.xml
===================================================================
--- trunk/packages/qt-creator/debian/Nokia-QtCreator.xml	                        (rev 0)
+++ trunk/packages/qt-creator/debian/Nokia-QtCreator.xml	2009-03-04 13:02:39 UTC (rev 13955)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+
+  <!-- Mime types must match the desktop file associations -->
+  <mime-type type="application/vnd.nokia.qt.qmakeprofile">
+    <comment xml:lang="en">Qt QMake Profile</comment>
+    <glob pattern="*.pro"/>
+  </mime-type> 
+  <!-- Note: KDE already has application/x-designer. -->
+  <mime-type type="application/vnd.nokia.xml.qt.resource">
+    <comment xml:lang="en">Qt Resource File</comment>
+    <glob pattern="*.qrc"/>
+  </mime-type> 
+  
+</mime-info>

Added: trunk/packages/qt-creator/debian/changelog
===================================================================
--- trunk/packages/qt-creator/debian/changelog	                        (rev 0)
+++ trunk/packages/qt-creator/debian/changelog	2009-03-04 13:02:39 UTC (rev 13955)
@@ -0,0 +1,5 @@
+qt-creator (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial upload to Debian (Closes: #509213).
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Wed, 04 Mar 2009 13:50:40 +0100

Added: trunk/packages/qt-creator/debian/compat
===================================================================
--- trunk/packages/qt-creator/debian/compat	                        (rev 0)
+++ trunk/packages/qt-creator/debian/compat	2009-03-04 13:02:39 UTC (rev 13955)
@@ -0,0 +1,2 @@
+6
+

Added: trunk/packages/qt-creator/debian/control
===================================================================
--- trunk/packages/qt-creator/debian/control	                        (rev 0)
+++ trunk/packages/qt-creator/debian/control	2009-03-04 13:02:39 UTC (rev 13955)
@@ -0,0 +1,16 @@
+Source: qt-creator
+Section: devel
+Priority: extra
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>, Jeremy Lainé <jeremy.laine at m4x.org>
+Build-Depends: debhelper (>= 6), libqt4-dev (>= 4.5.0), qt4-qmake (>= 4.5.0)
+Standards-Version: 3.8.0
+Homepage: http://www.qtsoftware.com
+
+Package: qt-creator
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: IDE for Development with Qt
+ Qt Creator is a new, lightweight, cross-platform integrated
+ development environment (IDE) designed to make development with the
+ Qt application framework even faster and easier.

Added: trunk/packages/qt-creator/debian/copyright
===================================================================
--- trunk/packages/qt-creator/debian/copyright	                        (rev 0)
+++ trunk/packages/qt-creator/debian/copyright	2009-03-04 13:02:39 UTC (rev 13955)
@@ -0,0 +1,41 @@
+This package was debianized by Jonathan Riddell <jriddell at ubuntu.com> on
+Mon, 02 Mar 2009 11:57:23 +0000.
+
+It was downloaded from :
+
+    http://www.qtsoftware.com/downloads
+
+Upstream Author:
+
+    Nokia Corporation and/or its subsidiary(-ies)
+
+Copyright:
+
+    Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies)
+
+License:
+
+    GNU Lesser General Public License Usage
+
+    this file may be used under the terms of the GNU Lesser
+    General Public License version 2.1 as published by the Free Software
+    Foundation and appearing in the file LICENSE.LGPL included in the
+    packaging of this file.  Please review the following information to
+    ensure the GNU Lesser General Public License version 2.1 requirements
+    will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+
+    Nokia Qt LGPL Exception version 1.0
+
+    As a special exception to the GNU Lesser General Public License
+    version 2.1, the object code form of a "work that uses the
+    Library" may incorporate material from a header file that is part
+    of the Library.  You may distribute such object code under terms
+    of your choice, provided that the incorporated material (i) does
+    not exceed more than 5% of the total size of the Library; and (ii)
+    is limited to numerical parameters, data structure layouts,
+    accessors, macros, inline functions and templates.
+
+On Debian systems the LGPL is at /usr/share/common-licenses/LGPL
+    
+The Debian packaging is copyright 2009, Jonathan Riddell <jriddell at ubuntu.com> and
+is licensed under the GPL version 2 or later, see `/usr/share/common-licenses/GPL'.

Added: trunk/packages/qt-creator/debian/docs
===================================================================
--- trunk/packages/qt-creator/debian/docs	                        (rev 0)
+++ trunk/packages/qt-creator/debian/docs	2009-03-04 13:02:39 UTC (rev 13955)
@@ -0,0 +1 @@
+LGPL_EXCEPTION.TXT

Added: trunk/packages/qt-creator/debian/patches/kubuntu_01_no_docs.diff
===================================================================
--- trunk/packages/qt-creator/debian/patches/kubuntu_01_no_docs.diff	                        (rev 0)
+++ trunk/packages/qt-creator/debian/patches/kubuntu_01_no_docs.diff	2009-03-04 13:02:39 UTC (rev 13955)
@@ -0,0 +1,10 @@
+--- qt-creator/qtcreator.pro
++++ qt-creator/qtcreator.pro
+@@ -5,7 +5,6 @@ count(TOO_OLD_LIST, 1) {
+     error("Use at least Qt 4.5.")
+ }
+ 
+-include(doc/doc.pri)
+ 
+ TEMPLATE  = subdirs
+ CONFIG   += ordered

Added: trunk/packages/qt-creator/debian/qtcreator.desktop
===================================================================
--- trunk/packages/qt-creator/debian/qtcreator.desktop	                        (rev 0)
+++ trunk/packages/qt-creator/debian/qtcreator.desktop	2009-03-04 13:02:39 UTC (rev 13955)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Value=1.0
+Type=Application
+Encoding=UTF-8
+Exec=qtcreator %F
+Name=Qt Creator
+GenericName=C++ IDE for developing Qt applications
+X-KDE-StartupNotify=true
+Icon=Nokia-QtCreator
+Terminal=false
+Type=Application
+Categories=Development
+MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;text/x-c++src;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource
+InitialPreference=9

Added: trunk/packages/qt-creator/debian/rules
===================================================================
--- trunk/packages/qt-creator/debian/rules	                        (rev 0)
+++ trunk/packages/qt-creator/debian/rules	2009-03-04 13:02:39 UTC (rev 13955)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+common-configure-arch:: $(DEB_BUILDDIR)/Makefile
+$(DEB_BUILDDIR)/Makefile:
+	qmake-qt4
+
+clean:: 
+	rm -rf lib/ bin/
+	find . -name Makefile | xargs rm -f
+
+install::
+	QTDIR=/usr/share/qt4 $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/qt-creator/usr install
+	mkdir -p $(CURDIR)/debian/qt-creator/usr/share/applications
+	cp debian/qtcreator.desktop $(CURDIR)/debian/qt-creator/usr/share/applications
+	mkdir -p $(CURDIR)/debian/qt-creator/usr/share/mime/packages/
+	cp debian/Nokia-QtCreator.xml $(CURDIR)/debian/qt-creator/usr/share/mime/packages/
+


Property changes on: trunk/packages/qt-creator/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list