emacs-language-id 0.20-1 source package in Ubuntu

Changelog

emacs-language-id (0.20-1) unstable; urgency=medium

  [ Xiyue Deng ]
  * Team upload.
  * New upstream release.
  * Drop 0001-Add-Puppet-mode.patch (applied upstream).
  * Update Standards-Version to 4.6.2 (no change needed).
  * Drop obsolete emacs version in Recommends.
  * Fix d/watch with special substitue strings.
  * Add d/upstream/metadata.
  * Add Upstream-Contact, add upstream maintainer's email in d/copyright.

 -- Sean Whitton <email address hidden>  Thu, 28 Mar 2024 14:20:41 +0800

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-language-id_0.20-1.dsc 2.1 KiB 5cfeceff7c76914ae51ca76161eb8db745216f6efdb3c1222407adc7fe0f3d31
emacs-language-id_0.20.orig.tar.xz 3.9 KiB 3fa660d45977d4c3bfddb1fa7f2f29684698dfb9eb95dce9c3072c907002cee4
emacs-language-id_0.20-1.debian.tar.xz 2.2 KiB 92743f2857a98e13060d7123e97793cddc2353c4955031faf1f4837ff63cf5dd

Available diffs

No changes file available.

Binary packages built by this source

elpa-language-id: Library to work with programming language identifiers

 language-id is a small, focused library that helps other Emacs
 packages identify the programming languages and markup languages
 used in Emacs buffers. The main point is that it contains an
 evolving table of language definitions that doesn't need to be
 replicated in other packages.
 .
 Right now there is only one public function, `language-id-buffer'.
 It looks at the major mode and other variables and returns the
 language's GitHub Linguist identifier. We can add support for
 other kinds of identifiers if there is demand.
 .
 This library does not do any statistical text matching to guess the
 language.