cscope 15.9-2 source package in Ubuntu

Changelog

cscope (15.9-2) unstable; urgency=medium

  [ tony mancill ]
  * Tobias Klausner is stepping down as maintainer (Closes: #969982)
    - Thank you Tobias for all of your work on this package!
  * Use debhelper-compat 13
  * Set Rules-Requires-Root: no in debian/control
  * Freshen years in debian/copyright
  * Bump Standards-Version to 4.6.2 (no changes)
  * Replace B-D on libncurses5-dev with libncurses-dev
  * Convert 05-support-function-as-parameters.patch to UTF-8

  [ Debian Janitor ]
  * Remove MIA uploader Jari Aalto <email address hidden> (Closes: #920111)
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Repository.
  * Avoid explicitly specifying -Wl,--as-needed linker flag.
  * Use secure URI in Homepage field.

 -- tony mancill <email address hidden>  Tue, 19 Sep 2023 16:41:16 -0700

Upload details

Uploaded by:
Tony Mancill
Uploaded to:
Sid
Original maintainer:
Tony Mancill
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
cscope_15.9-2.dsc 1.8 KiB 6a1d2ba601c215f4c451fc73b8ec2a71744068053276cc029c13039873881729
cscope_15.9.orig.tar.xz 403.0 KiB e8bc6cd29bb90e1eb7447a23a2a419f719ab8fe96dd10f6e289accdb428d2a1f
cscope_15.9-2.debian.tar.xz 12.1 KiB 184f2b3b9f8470ff7d51dfe016d2fb582087173f8513007d7dce1f0f2e32ba85

Available diffs

No changes file available.

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-dbgsym: debug symbols for cscope