find-file-in-project 6.2.0-1 source package in Ubuntu

Changelog

find-file-in-project (6.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Rebase quilt series onto this release.
  * Add 0002-simplify-installation-README.patch, which drops installation
    instructions that are not relevant to the Debian package and that may
    confuse new Emacs users.
  * Add git to bin:elpa-find-file-in-project's depends, because various
    functions will not fail gracefully when calls to the "git" command fail;
    This is for maximal correctness, as it seems that everyone who uses this
    package is already a git user, which is why no one has yet encountered
    the bug cause by this missing dependency.
  * Create debian/elpa-test, and disable the truncation of backtraces for
    failing tests.
  * Explicitly load "tests/ffip-tests.el" in elpa-test.
  * Declare Standards-Version: 4.6.0 (no changes required).

 -- Nicholas D Steeves <email address hidden>  Sun, 01 May 2022 15:28:46 -0400

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
find-file-in-project_6.2.0-1.dsc 2.0 KiB 6b415c51feb1969220c3d3cf415c3e7693a4fa9e5c98fb740cab95c4319702b9
find-file-in-project_6.2.0.orig.tar.xz 51.1 KiB bc858646c1673a1bf146763960ba68a9945a24a0e763fb64c0f1fc348c1bebb8
find-file-in-project_6.2.0-1.debian.tar.xz 5.2 KiB cce235255a3afb5e42186cac449cf629312d135aeb8c01d690af29e3edf53e45

Available diffs

No changes file available.

Binary packages built by this source

elpa-find-file-in-project: quick access to project files in Emacs

 This library provides methods for quickly finding any file in a project. It
 uses GNU Find by default, but can also use (the significantly faster)
 fd-find. Find-file-in-project supports the following candidate selection
 interfaces: Consult, Helm, Ido, Ivy, Selectrum, and the Emacs built-in
 'completing-read'.
 .
 By default, FFIP will search for files in a local Git, Subversion, or
 Mercurial repository. FFIP uses TRAMP to find files in remote
 repositories, and claims this is "flawlessly" supported.
 .
 Features:
 .
   * Fast! Tested with projects that have 50,000+ files
   * Find's behaviour can be tweaked using ffip-find-options
   * Smart! The keyword "helloWorld", returns "HelloWorld.html",
     "hello-world.css", and "HelloWorld.js".
   * Enhances diff-mode with more convenient patch-handling, including
     diff creation, application, finding the file associated with a given
     hunk, and jumping to the section relevant to that hunk
   * No configuration required. Find-file-in-project works out-of-the-box
   * Supports evil-mode, with additional configuration (see README)