rev 13966 - trunk/packages/qt-creator/debian

Fathi Boudra fabo at alioth.debian.org
Wed Mar 4 16:23:55 UTC 2009


Author: fabo
Date: 2009-03-04 16:23:55 +0000 (Wed, 04 Mar 2009)
New Revision: 13966

Modified:
   trunk/packages/qt-creator/debian/changelog
   trunk/packages/qt-creator/debian/control
Log:
Merge my changes.


Modified: trunk/packages/qt-creator/debian/changelog
===================================================================
--- trunk/packages/qt-creator/debian/changelog	2009-03-04 16:02:30 UTC (rev 13965)
+++ trunk/packages/qt-creator/debian/changelog	2009-03-04 16:23:55 UTC (rev 13966)
@@ -1,5 +1,5 @@
 qt-creator (1.0.0-1) UNRELEASED; urgency=low
 
-  * Initial upload to Debian (Closes: #509213).
+  * Initial release (Closes: #509213).
 
  -- Jeremy Lainé <jeremy.laine at m4x.org>  Wed, 04 Mar 2009 15:58:29 +0000

Modified: trunk/packages/qt-creator/debian/control
===================================================================
--- trunk/packages/qt-creator/debian/control	2009-03-04 16:02:30 UTC (rev 13965)
+++ trunk/packages/qt-creator/debian/control	2009-03-04 16:23:55 UTC (rev 13966)
@@ -2,8 +2,8 @@
 Section: devel
 Priority: extra
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Jeremy Lainé <jeremy.laine at m4x.org>
-Build-Depends: cdbs, debhelper (>= 7), libqt4-dev (>= 4.5.0~rc1)
+Uploaders: Adam Majer <adamm at zombino.com>, Fathi Boudra <fabo at debian.org>, Jeremy Lainé <jeremy.laine at m4x.org>
+Build-Depends: cdbs, debhelper (>= 7), quilt, libqt4-dev (>= 4.5.0~rc1)
 Standards-Version: 3.8.0
 Homepage: http://www.qtsoftware.com/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/qt-creator
@@ -12,8 +12,39 @@
 Package: qt-creator
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: libqt4-dev, qt4-dev-tools
-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.
+#Recommends: qtcreator-plugins
+Description: lightweight integrated development environment (IDE) for 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.
+ .
+  * Tailored specifically to the needs of Qt developers creating cross-platform
+    applications
+  * Focuses on features that boost developer productivity without getting in
+    their way
+  * Helps new Qt developers get up and running faster
+  * Open and extendable; integrates familiar tools and file formats
+ .
+ Key Features
+ .
+ Qt Creator provides a focused set of features to boost the productivity of
+ experienced Qt developers, and to help new users get up and running with their
+ Qt projects faster.
+ .
+ Getting Started
+  * Project generating wizard
+  * Welcome screen for quickly launching recent sessions or projects
+  * Integrated, context-sensitive Qt Help system
+ .
+ Create, Edit and Navigate Code
+  * Advanced C++ code editor
+  * Powerful tools for navigating between files and classes
+  * Integrated Qt Designer visual layout and forms builder
+ .
+ Debug
+  * Graphical frontend to the GDB: GNU symbolic debugger
+  * Added awareness of Qt class structures for faster debugging
+ .
+ Build & Run
+  * Build Qt projects with integrated qmake cross-platform build tool
+  * Run projects from within Qt Creator




More information about the pkg-kde-commits mailing list