cscope 15.7a-3.4 source package in Ubuntu

Changelog

cscope (15.7a-3.4) unstable; urgency=low

  * Non-maintainer upload.
  * debian/compat
    - Update to 8.
  * debian/control
    - (Build-Depends): Update to 8.
    - (Depends): add ed. The search-and-replace function in cscope is
      implemented using it. Patch thanks to Mark Heily <email address hidden>.
      (Closes: #626728).
    - (Standards-Version): Update to 3.9.2
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 09:13:09 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Tobias Klauser
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cscope_15.7a.orig.tar.gz 419.2 KiB 1f04362e865b9ab2b470f0845531111881e76b55f68d7892b15ddbc38641fe26
cscope_15.7a-3.4.debian.tar.gz 12.3 KiB f3fa1cd1fb543e9a668c4b0def44d864f6853076d6e2e39236e6f9405cd05a38
cscope_15.7a-3.4.dsc 1.9 KiB 3750eb98fd049230e665b865f393ea96fb417b17263b86e225434218778f979d

Available diffs

View changes file

Binary packages built by this source

cscope: 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?

cscope-el: 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