projectile 0.14.0-2 source package in Ubuntu

Changelog

projectile (0.14.0-2) unstable; urgency=medium

  * Update dependency dash-el => elpa-dash (Closes: #865915).
    Thanks to Mykola Nikishov for reporting the problem.
    - Bump dh-elpa build dependency to (>= 1.7).
      Ensures that elpa-dash is included in ${elpa:Depends}.
  * Add build-dependency on mkdocs-bootstrap (Closes: #884772).
    Thanks Antonio Terceiro for reporting the bug and indicating the fix.
  * Correct debhelper build-dep bound to match compat.
  * Switch from d/rules DH_ELPA_TEST_ERT_HELPER to entry in d/elpa-test
    config file (see dh_elpa_test(1)).
  * Drop d/source/local-options for dgit.
  * Declare compliance with Debian Policy 4.1.2.
  * Drop unused Lintian overrides:
    - package-needs-versioned-debhelper-build-depends
    - package-uses-experimental-debhelper-compat-version
    - privacy-breach-generic *html5shiv.js*
    - privacy-breach-generic *respond.min.js*

 -- Sean Whitton <email address hidden>  Fri, 22 Dec 2017 11:40:19 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
projectile_0.14.0-2.dsc 2.2 KiB c2deb1900a01f8fecac38d89ddbbb529643235740a0075d8d4c0bba0f07cff42
projectile_0.14.0.orig.tar.xz 338.6 KiB 9cf714acc007332db61e18194b463b0d0d2d8b534eab7af58578ea7cc299019b
projectile_0.14.0-2.debian.tar.xz 6.6 KiB 8210383c31bddda15916175bdb9f44305eb61d6a175485a8294534cbdf9513ee

Available diffs

No changes file available.

Binary packages built by this source

elpa-projectile: project interaction library for Emacs

 This library enhances Emacs with easy project management and
 navigation. The concept of a project is simple: just a folder
 containing a special file. Currently git, mercurial, darcs and
 bazaar repos are considered projects by default. So are lein, maven,
 sbt, scons, rebar and bundler projects. 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 files at point in project
   * jump to a directory in project
   * jump to a file in a directory
   * 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 all project buffers
   * replace in project
   * multi-occur in project buffers
   * grep in project
   * regenerate project etags or gtags
   * visit project in dired
   * run make in a project with a single key chord

projectile-doc: project interaction library for Emacs - documentation

 Projectile enhances Emacs with easy project management and
 navigation. The concept of a project is simple: just a folder
 containing a special file.
 .
 This package include projectile's HTML documentation.