rev 3647 - in kde-extras: . kscope kscope/trunk kscope/trunk/debian

Fathi Boudra fboudra-guest at costa.debian.org
Mon Apr 24 13:34:05 UTC 2006


Author: fboudra-guest
Date: 2006-04-24 13:34:01 +0000 (Mon, 24 Apr 2006)
New Revision: 3647

Added:
   kde-extras/kscope/
   kde-extras/kscope/branches/
   kde-extras/kscope/tags/
   kde-extras/kscope/trunk/
   kde-extras/kscope/trunk/debian/
   kde-extras/kscope/trunk/debian/changelog
   kde-extras/kscope/trunk/debian/compat
   kde-extras/kscope/trunk/debian/control
   kde-extras/kscope/trunk/debian/copyright
   kde-extras/kscope/trunk/debian/docs
   kde-extras/kscope/trunk/debian/rules
   kde-extras/kscope/trunk/debian/watch
Log:
kscope package, initial release

Added: kde-extras/kscope/trunk/debian/changelog
===================================================================
--- kde-extras/kscope/trunk/debian/changelog	2006-04-23 20:56:37 UTC (rev 3646)
+++ kde-extras/kscope/trunk/debian/changelog	2006-04-24 13:34:01 UTC (rev 3647)
@@ -0,0 +1,6 @@
+kscope (1.3.4-1) unstable; urgency=low
+
+  * Initial release Closes: #309669
+
+ -- Fathi Boudra <fboudra at free.fr>  Tue, 11 Apr 2006 11:44:04 +0200
+

Added: kde-extras/kscope/trunk/debian/compat
===================================================================
--- kde-extras/kscope/trunk/debian/compat	2006-04-23 20:56:37 UTC (rev 3646)
+++ kde-extras/kscope/trunk/debian/compat	2006-04-24 13:34:01 UTC (rev 3647)
@@ -0,0 +1 @@
+5

Added: kde-extras/kscope/trunk/debian/control
===================================================================
--- kde-extras/kscope/trunk/debian/control	2006-04-23 20:56:37 UTC (rev 3646)
+++ kde-extras/kscope/trunk/debian/control	2006-04-24 13:34:01 UTC (rev 3647)
@@ -0,0 +1,39 @@
+Source: kscope
+Section: kde
+Priority: optional
+Maintainer: Fathi Boudra <fboudra at free.fr>
+Build-Depends: cdbs, debhelper (>= 5.0.0), bison, flex, kdebase-dev
+Standards-Version: 3.6.2
+
+Package: kscope
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, cscope, exuberant-ctags, graphviz
+Description: source editing environment for KDE
+ KScope is a KDE front-end to Cscope. It provides a source-editing environment
+ for large C projects. KScope is focused on source editing and analysis.
+ .
+ KScope is built around an efficient mechanism for code-navigation, which
+ allows the user to run queries on the code.
+ .
+ The types of queries KScope can run include: 
+   * Get all references to a symbol
+   * Find the definition of a symbol
+   * Find all functions called by or calling to a function
+   * Find an EGrep pattern
+   * Find all files #including some file
+ .
+ These queries are handled by an underlying Cscope process. KScope simply
+ serves as a front-end to this process, feeding it with queries, and parsing
+ its output into result lists. The items in those lists can later be selected
+ to open an editor at the matching line.
+ .
+ Main Features:
+  * Multiple editor windows (using your favourite KDE editor)
+  * Project management
+  * Front-end to most Cscope queries
+  * Tag list for every open editor
+  * Call-tree window
+  * Session management, including saving and restoring queries
+  * Works with externally-built cscope.out files
+ .
+  Homepage: http://kscope.sourceforge.net

Added: kde-extras/kscope/trunk/debian/copyright
===================================================================
--- kde-extras/kscope/trunk/debian/copyright	2006-04-23 20:56:37 UTC (rev 3646)
+++ kde-extras/kscope/trunk/debian/copyright	2006-04-24 13:34:01 UTC (rev 3647)
@@ -0,0 +1,26 @@
+This package was debianized by Fathi Boudra <fboudra at free.fr> on
+Tue, 11 Apr 2006 11:44:04 +0200.
+
+It was downloaded from http://kscope.sourceforge.net
+
+Copyright Holder: Elad Lahav <elad_lahav at users.sf.net>
+
+License:
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be 
+found in `/usr/share/common-licenses/BSD'.
+

Added: kde-extras/kscope/trunk/debian/docs
===================================================================
--- kde-extras/kscope/trunk/debian/docs	2006-04-23 20:56:37 UTC (rev 3646)
+++ kde-extras/kscope/trunk/debian/docs	2006-04-24 13:34:01 UTC (rev 3647)
@@ -0,0 +1 @@
+TODO

Added: kde-extras/kscope/trunk/debian/rules
===================================================================
--- kde-extras/kscope/trunk/debian/rules	2006-04-23 20:56:37 UTC (rev 3646)
+++ kde-extras/kscope/trunk/debian/rules	2006-04-24 13:34:01 UTC (rev 3647)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/kde.mk
+


Property changes on: kde-extras/kscope/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/kscope/trunk/debian/watch
===================================================================
--- kde-extras/kscope/trunk/debian/watch	2006-04-23 20:56:37 UTC (rev 3646)
+++ kde-extras/kscope/trunk/debian/watch	2006-04-24 13:34:01 UTC (rev 3647)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/kscope/kscope-(.*)\.tar\.gz




More information about the pkg-kde-commits mailing list