rtags 2.38-7 source package in Ubuntu

Changelog

rtags (2.38-7) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

  [ Denis Danilov ]
  * look for new versions on github api page

 -- Denis Danilov <email address hidden>  Sat, 10 Dec 2022 20:52:10 +0100

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
rtags_2.38-7.dsc 2.4 KiB 8e2f203ba64e34977f68b561b36357ae5f25fffad3bc63c12f7ed16bc20b3abb
rtags_2.38.orig.tar.gz 1.5 MiB e19d9cf5823cccc43266ca57c19ae0bb879cbe138511cb3f0343958860481a5d
rtags_2.38-7.debian.tar.xz 13.9 KiB d4adb207bda9150077820b2fcc85dab5e15ca0ab5a939d76eb3cd9ee7f09d87e

Available diffs

No changes file available.

Binary packages built by this source

elpa-ac-rtags: auto-complete back-end for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the auto-complete back-end.

elpa-company-rtags: company back-end for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the company completion back-end.

elpa-flycheck-rtags: flycheck integration for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the flycheck integration.

elpa-helm-rtags: helm interface for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the helm interface.

elpa-ivy-rtags: ivy back-end for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the ivy back-end.

elpa-rtags: emacs front-end for RTags

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc.
 .
 This package provides the minor mode for RTags.

rtags: C/C++ client/server indexer with integration for Emacs

 RTags is a client/server application that indexes C/C++ code and
 keeps a persistent file-based database of references, declarations,
 definitions, symbolnames etc. There’s also limited support for
 ObjC/ObjC++. It allows you to find symbols by name (including nested
 class and namespace scope). Most importantly it gives you proper
 follow-symbol and find-references support. It also have neat little
 things like rename-symbol, integration with clang’s “fixits”
 (https://clang.llvm.org/diagnostics.html).

rtags-dbgsym: debug symbols for rtags