libpsl/debian/control

81 lines
2.3 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>
2014-06-12 17:12:26 +02:00
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
automake,
autotools-dev,
debhelper (>=9),
gtk-doc-tools,
help2man,
2014-07-04 16:53:15 +02:00
libicu-dev,
pkg-config,
publicsuffix (>= 20140402-2)
2014-06-05 17:05:24 +02:00
Standards-Version: 3.9.5
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
Depends:
2014-06-06 05:12:56 +02:00
libpsl0 (= ${binary:Version}),
${misc:Depends}
2014-06-06 05:06:57 +02:00
Description: Library for Public Suffix List (development headers)
2014-05-23 17:13:05 +02: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.
.
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
2014-06-06 05:12:56 +02:00
Package: libpsl0
2014-05-23 17:13:05 +02:00
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
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-05-23 17:13:05 +02: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.
.
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
Depends:
${misc:Depends},
${shlibs:Depends}
Multi-Arch: foreign
Description: Explore the Public Suffix List
Libpsl allows checking domains against the Public Suffix List,
It can be used to avoid privacy-leaking 'super-cookies',
'super domain' certificates, for domain highlighting purposes
sorting domain lists by site and more.
.
This package contains a commandline tool to explore the Public Suffix
List.
2014-05-23 17:13:05 +02:00
2014-06-06 05:12:56 +02:00
Package: libpsl0-dbg
2014-06-05 17:05:24 +02:00
Section: debug
Priority: extra
2014-06-05 17:05:24 +02:00
Architecture: any
Depends:
libpsl0 (= ${binary:Version}),
${misc:Depends}
2014-06-05 17:05:24 +02:00
Multi-Arch: same
2014-06-06 05:06:57 +02:00
Description: Library for the Public Suffix List (debug symbols)
2014-06-05 17:05:24 +02: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-06-05 17:05:24 +02:00
sorting domain lists by site and more.
.
2014-06-06 05:06:57 +02:00
This package contains debug symbols for libpsl.