libfilter-perl 1.59-2 source package in Ubuntu

Changelog

libfilter-perl (1.59-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field

  [ Colin Watson ]
  * Set Rules-Requires-Root: no.

 -- Colin Watson <email address hidden>  Sun, 10 Feb 2019 19:23:13 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Sid
Original maintainer:
Colin Watson
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libfilter-perl_1.59-2.dsc 1.9 KiB b07bbcda450e39379b2b9e767f50f580e33e73582064b0193495def598067583
libfilter-perl_1.59.orig.tar.gz 92.1 KiB b4babfad4e0566a9a61199735f6e622a60d3274122752304f18f623412bf4e5a
libfilter-perl_1.59-2.debian.tar.xz 5.9 KiB 05973c3ef6e4bc6a22707d956b97b6fe78c750a903cbf38f92c8b83cf856aef4

Available diffs

No changes file available.

Binary packages built by this source

libfilter-perl: Perl source filters

 Source filters alter the program text of a module before Perl sees it, much
 as a C preprocessor alters the source text of a C program before the
 compiler sees it.
 .
 This package contains a number of source filters, including:
 .
   exec and sh: pipe the source file through an external command
   cpp: pipe the source file through the C preprocessor
   decrypt: example of simple (though weak!) source obfuscation
   tee: copy filtered source to a file (debugging aid)
 .
 A substantial amount of documentation and examples is also included.

libfilter-perl-dbgsym: debug symbols for libfilter-perl