ack 3.1.3-1 source package in Ubuntu

Changelog

ack (3.1.3-1) unstable; urgency=medium

  * Import new upstream version 3.1.3.
    + Refresh sole patch.
  * Declare compliance with Debian Policy 4.4.1. (No changes needed.)

 -- Axel Beckert <email address hidden>  Thu, 24 Oct 2019 01:27:19 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ack_3.1.3-1.dsc 2.1 KiB d9fbcb7992e3d53e932984c42f72b25c2fd7600ae9459bf837dffe9120d04e8a
ack_3.1.3.orig.tar.gz 241.1 KiB 61bd21828b2206b96594ff52e50a359c4c2caa66cbe0c279931aa54d8dceba2f
ack_3.1.3-1.debian.tar.xz 12.9 KiB 484466b0b297c5be0d89d33233696cb8114cf2b05bb6f56d1b8aa7f5cd38ea0d

Available diffs

No changes file available.

Binary packages built by this source

ack: grep-like program specifically for large source trees

 Ack is designed as an alternative for 99% of the uses of grep. ack is
 intelligent about the files it searches. It knows about certain file
 types, based on both the extension on the file and, in some cases, the
 contents of the file.
 .
 Ack ignores backup files and files under CVS and .svn directories. It
 also highlights matches to help you see where the match was. Ack uses
 perl regular expressions.