From b37e0da0b7dc72ddfa513e319ca71b5f5b8aeb7d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 13 Nov 2006 22:13:33 +0100 Subject: Initial import --- debian/control | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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: -- cgit v1.2.3-54-g00ecf