projectile 2.8.0-1 source package in Ubuntu

Changelog

projectile (2.8.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * d/control :
    - Bump Standards-Version to 4.6.2 (no changes required).
    - Remove Breaks on packages not anymore in the archive.
    - Remove redundant version on Recommends.
  * Remove d/tests (not needed anymore, default setting work).
  * d/s/lintian-overrides : rename override.

 -- Aymeric Agon-Rambosson <email address hidden>  Sat, 21 Oct 2023 12:39:11 +0200

Upload details

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

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
projectile_2.8.0-1.dsc 2.1 KiB 09da6bffdbaa19d653601dbadd9ba40ebc0fc9b05d6e19a3aa9cb21e19370a47
projectile_2.8.0.orig.tar.xz 1.8 MiB d6b62ec9d42fb5b83349de02d4a75687b4d8db71161f51e26ad099fb21155ad0
projectile_2.8.0-1.debian.tar.xz 9.4 KiB b8f1ffe2bbcdb1580d9e7d1ba29a63d569902ebe49f654dda819d29528027dff

Available diffs

No changes file available.

Binary packages built by this source

elpa-projectile: project interaction library for Emacs

 This library provides easy project management and navigation. The concept of a
 project is pretty basic - just a folder containing special file. Currently git,
 mercurial and bazaar repos are considered projects by default. If you want to
 mark a folder manually as a project just create an empty .projectile file in
 it.
 .
 Some of Projectile's features:
 .
   * jump to a file in project
   * jump to a project buffer
   * jump to a test in project
   * toggle between files with same names but different extensions (e.g. `.h`
     <-> `.c/.cpp`, `Gemfile` <-> `Gemfile.lock`)
   * toggle between code and its test (e.g. `main.service.js` <->
     `main.service.spec.js`)
   * jump to recently visited files in the project
   * switch between projects you have worked on
   * kill (close) all project buffers
   * replace in project
   * grep (search) in project
   * run shell commands in a project (e.g. `make`, `lein`)
   * support for multiple minibuffer completion/selection libraries (`ido`,
     `ivy`, `helm` and the default completion system)