summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-11-13 22:13:33 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-11-13 22:13:33 +0100
commitb37e0da0b7dc72ddfa513e319ca71b5f5b8aeb7d (patch)
tree810ec4a83a30b7e001321fdb2402c756f511727e /debian/control
Initial import15.6-2
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..175a823
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: cscope
+Section: devel
+Priority: optional
+Maintainer: Tobias Klauser <tklauser@access.unizh.ch>
+Build-Depends: debhelper (>= 4), dpatch, autotools-dev, bison, flex, libncurses5-dev
+Standards-Version: 3.7.2
+
+Package: cscope
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: cbrowser
+Description: Interactively examine a C program source
+ Cscope is an interactive text screen based source browsing tool.
+ Although it is primarily designed to search C code (including lex
+ and yacc files), it can also be used for C++ code.
+ .
+ Using cscope, you can easily search for where symbols are used and
+ defined. Cscope is designed to answer questions like:
+ .
+ Where is this variable used?
+ What is the value of this preprocessor symbol?
+ Where is this function in the source files?
+ What functions call this function?
+ What functions are called by this function?
+ Where does the message "out of space" come from?
+ Where is this source file in the directory structure?
+ What files include this header file?
+ .
+ Homepage: <http://cscope.sourceforge.net/>