cscope 15.7a-3.3 source package in Ubuntu

Changelog

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

  * Non-maintainer upload.
  * debian/cscope-el.emacsen-remove
    - (ELCDIR): New variable. Fix removing of *.elc (Closes: #608985).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:41:55 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Tobias Klauser
Architectures:
any
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.3.debian.tar.gz 12.3 KiB f87ec82d93fb876266a034c215e3b16065c3f063574a19f01474ec15adf57317
cscope_15.7a-3.3.dsc 1.8 KiB f37aae120d83eab1f4598822881081ce9ab792ad1e772ffca7905f47919c973d

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