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

Fathi Boudra fabo at alioth.debian.org
Fri Mar 6 12:14:48 UTC 2009


Author: fabo
Date: 2009-03-06 12:14:47 +0000 (Fri, 06 Mar 2009)
New Revision: 14003

Modified:
   trunk/packages/qt-creator/debian/changelog
   trunk/packages/qt-creator/debian/control
   trunk/packages/qt-creator/debian/copyright
   trunk/packages/qt-creator/debian/qtcreator.1
Log:
Merge current repository with git repository.


Modified: trunk/packages/qt-creator/debian/changelog
===================================================================
--- trunk/packages/qt-creator/debian/changelog	2009-03-06 08:42:41 UTC (rev 14002)
+++ trunk/packages/qt-creator/debian/changelog	2009-03-06 12:14:47 UTC (rev 14003)
@@ -1,4 +1,4 @@
-qt-creator (1.0.0-1) UNRELEASED; urgency=low
+q-creator (1.0.0-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #509213).
 

Modified: trunk/packages/qt-creator/debian/control
===================================================================
--- trunk/packages/qt-creator/debian/control	2009-03-06 08:42:41 UTC (rev 14002)
+++ trunk/packages/qt-creator/debian/control	2009-03-06 12:14:47 UTC (rev 14003)
@@ -5,9 +5,9 @@
 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), libqt4-dev (>= 4.5.0~rc1), qt4-dev-tools
 Standards-Version: 3.8.0
-Homepage: http://www.qtsoftware.com/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/qt-creator
-Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/qt-creator
+Homepage: http://www.qtsoftware.com/developer/qt-creator
+Vcs-Browser: http://git.debian.org/?p=collab-maint/qt-creator.git
+Vcs-Git: git://git.debian.org/collab-maint/qt-creator.git
 
 Package: qtcreator
 Architecture: any
@@ -53,7 +53,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Suggests: qt4-dev-tools
+Suggests: qt4-dev-tools, qt4-doc
 Description: documentation for Qt Creator IDE
  Qt Creator is a new, lightweight, cross-platform integrated development
  environment (IDE) designed to make development with the Qt application

Modified: trunk/packages/qt-creator/debian/copyright
===================================================================
--- trunk/packages/qt-creator/debian/copyright	2009-03-06 08:42:41 UTC (rev 14002)
+++ trunk/packages/qt-creator/debian/copyright	2009-03-06 12:14:47 UTC (rev 14003)
@@ -92,8 +92,8 @@
     © 2009, Jeremy Lainé <jeremy.laine at m4x.org>
     © 2009, Jonathan Riddell <jriddell at ubuntu.com>
 
-and is licensed under the GNU General Public License version 2,
-see `/usr/share/common-licenses/GPL-2'.
+and is licensed under the GNU General Public License version 3,
+see `/usr/share/common-licenses/GPL-3'.
 
 Nokia Qt LGPL Exception version 1.0
 
@@ -105,3 +105,4 @@
 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.
+

Modified: trunk/packages/qt-creator/debian/qtcreator.1
===================================================================
--- trunk/packages/qt-creator/debian/qtcreator.1	2009-03-06 08:42:41 UTC (rev 14002)
+++ trunk/packages/qt-creator/debian/qtcreator.1	2009-03-06 12:14:47 UTC (rev 14003)
@@ -1,29 +1,35 @@
-.TH QTCREATOR 1
+.TH QTCREATOR 1 "March  5, 2009"
 .SH NAME
 qtcreator \- Integrated Development Environment for Qt
 .SH SYNOPSIS
 .B qtcreator
-.I [options] file(s)
+.RI [ options ] " file(s)"
+.br
 .SH DESCRIPTION
 .B Qt Creator
-is a lightweight development environment (IDE) designed to
-make development with the Qt application framework faster and easier.
-.SH PROGRAM OPTIONS
+is a lightweight, cross-platform integrated development environment (IDE)
+designed to make development with the Qt application framework faster and
+easier.
+.SH OPTIONS
 .TP
-.B -help
-Display this help
+.B \-help
+Show summary of options.
 .TP
-.B -version
-Display program version
+.B \-version
+Show version of program.
 .TP
-.B -client
-Attempt to connect to already running instance
+.B \-client
+Attempt to connect to already running instance.
 .TP
-.B -noload \fI<plugin>\fB
+.B \-noload \fI<plugin>\fB
 Do not load \fI<plugin>\fB
 .TP
 .B file(s)
 Files to load.
+.SH SEE ALSO
+.br
+The full documentation is available in /usr/share/qtcreator/doc
 .SH AUTHOR
-This manual page was originally written by Jeremy Laine <jeremy.laine at m4x.org>,
-for the Debian GNU/Linux system (but may be used by others). 
+This manual page was written by Adam Majer <adamm at zombino.com> and
+Jeremy Laine <jeremy.laine at m4x.org>, for the Debian project
+(and may be used by others).




More information about the pkg-kde-commits mailing list