Source: xcscope-el
Section: devel
Priority: optional
Maintainer: Dima Kogan <dkogan@debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 11), perl
Standards-Version: 4.1.4
Homepage: https://github.com/dkogan/xcscope.el
Vcs-Browser: https://salsa.debian.org/debian/xcscope-el
Vcs-Git: https://salsa.debian.org/debian/xcscope-el.git

Package: xcscope-el
Architecture: all
Depends: cscope, emacs24 | emacsen, ${misc:Depends}
Conflicts: cscope-el (<< 15.8a-2), emacsen-common (<< 2.0.0)
Replaces: cscope-el
Description: Interactively examine a C program source in emacs
 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.
 .
 xcscope-el contains the Emacs interfaces to cscope
