rtags 2.38-10 source package in Ubuntu

Changelog

rtags (2.38-10) unstable; urgency=medium

  * add patch by Gianfranco Costamagna to fix build failure (Closes: #1069017)
  * fix lintian warning
  * update Standards Version to 4.7.0

 -- Denis Danilov <email address hidden>  Fri, 19 Apr 2024 23:52:58 +0200

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rtags_2.38-10.dsc 2.4 KiB 5ff7cc1d1b9ff7227f5d63be4af3b0b1d002aa361cc46a8280db2208dc8979ae
rtags_2.38.orig.tar.gz 1.5 MiB e19d9cf5823cccc43266ca57c19ae0bb879cbe138511cb3f0343958860481a5d
rtags_2.38-10.debian.tar.xz 14.5 KiB 815cc2b9b015bebf8985618263c5ab5e3092829993255c77933f2919bb76085c

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