libpsl/debian/control

94 lines
2.7 KiB
Plaintext
Raw Normal View History

2014-05-23 17:13:05 +02:00
Source: libpsl
Priority: optional
2014-06-26 16:43:01 +02:00
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
2016-07-14 01:30:04 +02:00
Uploaders:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Build-Depends:
2016-12-13 15:33:23 +01:00
debhelper (>=10~),
2016-07-14 11:25:35 +02:00
Build-Depends-Arch:
automake,
2016-07-14 01:30:04 +02:00
dh-autoreconf,
gtk-doc-tools,
libicu-dev,
pkg-config,
publicsuffix (>= 20150507),
python,
Standards-Version: 3.9.8
2014-05-23 17:13:05 +02:00
Section: libs
Homepage: https://github.com/rockdaboot/libpsl
Vcs-Git: https://github.com/rockdaboot/libpsl
Vcs-Browser: https://github.com/rockdaboot/libpsl
2014-05-23 17:13:05 +02:00
Package: libpsl-dev
Section: libdevel
Architecture: any
2016-07-14 01:30:04 +02:00
Depends:
libpsl5 (= ${binary:Version}),
${misc:Depends},
2014-06-06 05:06:57 +02:00
Description: Library for Public Suffix List (development headers)
2014-11-10 21:20:03 +01:00
Libpsl allows checking domains against the Public Suffix List.
It can be used to avoid privacy-leaking 'super-cookies',
2014-06-06 05:35:28 +02:00
'super domain' certificates, for domain highlighting purposes
2014-05-23 17:13:05 +02:00
sorting domain lists by site and more.
.
Please see https://publicsuffix.org for more detailed information.
2014-11-10 21:20:03 +01:00
.
2014-06-06 05:06:57 +02:00
This package contains development header files and documentation for
developers.
2014-05-23 17:13:05 +02:00
2016-07-05 18:22:07 +02:00
Package: libpsl5
2014-05-23 17:13:05 +02:00
Architecture: any
2016-07-14 01:30:04 +02:00
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
publicsuffix (>= 20150507),
2014-05-23 17:13:05 +02:00
Multi-Arch: same
2014-06-06 05:06:57 +02:00
Description: Library for Public Suffix List (shared libraries)
2014-11-10 21:20:03 +01:00
Libpsl allows checking domains against the Public Suffix List.
2014-05-23 17:13:05 +02:00
It can be used to avoid privacy-leaking 'super-cookies',
2014-06-06 05:35:28 +02:00
'super domain' certificates, for domain highlighting purposes
2014-05-23 17:13:05 +02:00
sorting domain lists by site and more.
.
Please see https://publicsuffix.org for more detailed information.
2014-11-10 21:20:03 +01:00
.
2014-05-23 17:13:05 +02:00
This package contains runtime libraries.
2014-06-06 06:16:16 +02:00
Package: psl
2014-07-08 10:07:34 +02:00
Section: net
2014-06-06 06:16:16 +02:00
Architecture: any
2016-07-14 01:30:04 +02:00
Depends:
${misc:Depends},
${shlibs:Depends},
2014-06-06 06:16:16 +02:00
Multi-Arch: foreign
Description: Explore the Public Suffix List
2014-11-10 21:20:03 +01:00
Libpsl allows checking domains against the Public Suffix List.
2014-06-06 06:16:16 +02:00
It can be used to avoid privacy-leaking 'super-cookies',
'super domain' certificates, for domain highlighting purposes
sorting domain lists by site and more.
.
Please see https://publicsuffix.org for more detailed information.
2014-11-10 21:20:03 +01:00
.
2014-06-06 06:16:16 +02:00
This package contains a commandline tool to explore the Public Suffix
List.
2016-07-14 11:25:35 +02:00
Package: psl-make-dafsa
Section: net
Architecture: all
Depends:
python:any,
2016-07-14 11:25:35 +02:00
${misc:Depends},
${shlibs:Depends},
2016-07-14 11:25:35 +02:00
Description: 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
2016-07-14 11:25:35 +02:00
a DAFSA, either in C source code form, or in a specialized mmap-able
binary format.