From 2532a731d79ab37ac27c17fb84b6017a7f1ae4cb Mon Sep 17 00:00:00 2001 From: tony mancill Date: Thu, 3 Jun 2010 13:40:55 +0200 Subject: Bug#565727: cscope: diff for NMU version 15.7a-3.1 tags 565727 + pending thanks Dear maintainer, I've prepared an NMU for cscope (versioned as 15.7a-3.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards, Tony --- debian/control | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 91a4af7..e07fb22 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: cscope Section: devel Priority: optional Maintainer: Tobias Klauser -Build-Depends: debhelper (>= 7), dpatch, autotools-dev, bison, flex, libncurses5-dev -Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 7.1), autotools-dev, bison, flex, libncurses5-dev +Standards-Version: 3.8.4 Homepage: http://cscope.sourceforge.net Vcs-Git: http://git.distanz.ch/scm/debian/pkg-cscope.git Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-cscope.git Package: cscope Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, emacsen-common +Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: cbrowser Description: Interactively examine a C program source Cscope is an interactive text screen based source browsing tool. @@ -18,13 +18,26 @@ Description: Interactively examine a C program source 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: + 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? + - 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? + +Package: cscope-el +Architecture: all +Depends: cscope (>= ${source:Version}), emacs23 | emacsen, ${misc:Depends} +Description: Interactively examine a C program source, cscope emacs binding + Cscope is a program that generates index tables from C and C++ source + files. It is also a client program that knows how to use the + generated index tables to answer questions such as where is a symbol + defined, where is a symbol referenced, etc. + . + cscope-el contains the Emacs interfaces to cscope; Darryl Okahata’s + xcscope.el, + See http://www.emacswiki.org/emacs/CScopeAndEmacs \ No newline at end of file -- cgit v1.2.3-54-g00ecf