libpsl 0.20.2-2 source package in Ubuntu

Changelog

libpsl (0.20.2-2) unstable; urgency=medium

  * correct dependencies for autopkgtest
  * Standards-Version: bump to 4.2.1 (no changes needed)
  * d/watch: go simple, avoid uupdate

 -- Daniel Kahn Gillmor <email address hidden>  Mon, 15 Oct 2018 15:11:19 -0400

Upload details

Uploaded by:
Tim Rühsen
Uploaded to:
Sid
Original maintainer:
Tim Rühsen
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libpsl_0.20.2-2.dsc 1.6 KiB ae401852522d748f1222b91734bc5bd7c6db0de843dd675adc180f2a1884c94d
libpsl_0.20.2.orig.tar.gz 8.2 MiB 94d2b5e00e9aa761ae7efbaa67edc00d5298487ed9706eb4789e349012993c31
libpsl_0.20.2-2.debian.tar.xz 9.7 KiB 1f008454fdb973964202020fb700d5028e001b7eaa4e77eeab8ebc99b749ea51

Available diffs

No changes file available.

Binary packages built by this source

libpsl-dev: No summary available for libpsl-dev in ubuntu disco.

No description available for libpsl-dev in ubuntu disco.

libpsl5: No summary available for libpsl5 in ubuntu disco.

No description available for libpsl5 in ubuntu disco.

libpsl5-dbgsym: No summary available for libpsl5-dbgsym in ubuntu disco.

No description available for libpsl5-dbgsym in ubuntu disco.

psl: No summary available for psl in ubuntu disco.

No description available for psl in ubuntu disco.

psl-dbgsym: No summary available for psl-dbgsym in ubuntu disco.

No description available for psl-dbgsym in ubuntu disco.

psl-make-dafsa: Create a binary DAFSA from a Public Suffix List

 libpsl permits the use of an optimized binary representation of the
 Public Suffix List (PSL). This format is a deterministic acyclic
 finite state automaton, or DAFSA.
 .
 It is primarily used for building a new version of the publicsuffix
 package, but could also be used by anyone else looking to match
 printable US ASCII strings.
 .
 This package contains a Python script to convert a standard PSL into
 a DAFSA, either in C source code form, or in a specialized mmap-able
 binary format.