libtext-findindent-perl 0.11-2 source package in Ubuntu

Changelog

libtext-findindent-perl (0.11-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 7 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Add missing build dependency on libmodule-install-perl.

 -- Jelmer Vernooij <email address hidden>  Fri, 01 Jul 2022 00:26:58 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-findindent-perl_0.11-2.dsc 2.2 KiB a757947d0a7f22042f8656356954d3bbe586915f7bb116ff96428a33d13825b1
libtext-findindent-perl_0.11.orig.tar.gz 27.4 KiB d80d4b660c6b0676a9e0cb710c4397fa8c988f18ddb93fb99ae76f75a3af0bcd
libtext-findindent-perl_0.11-2.debian.tar.xz 2.8 KiB d05abe1f9cc9b4e7f435bd17074b19398de6d76f00b33f84fb1cb4ba2e39b0b7

Available diffs

No changes file available.

Binary packages built by this source

libtext-findindent-perl: module to heuristically determine indentation style

 Text::FindIndent is a Perl module that attempts to detect the underlying
 indentation "policy" for a text file (most likely a source code file). You
 give it a chunk of text, and it tells you if tabs, spaces or combination of
 both are used for indentation.
 .
 It honours Vim midelines and Emacs Local Variables settings.