ship /usr/bin/psl with libpsl0
This commit is contained in:
parent
3c00fcbb38
commit
4a14768db8
|
@ -32,3 +32,4 @@ po/stamp-po
|
|||
INSTALL
|
||||
ar-lib
|
||||
gtk-doc.make
|
||||
debian/psl.1
|
||||
|
|
|
@ -47,6 +47,24 @@ Description: Library for Public Suffix List (shared libraries)
|
|||
.
|
||||
This package contains runtime libraries.
|
||||
|
||||
Package: psl
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Pre-Depends:
|
||||
${misc:Pre-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.
|
||||
|
||||
Package: libpsl0-dbg
|
||||
Section: debug
|
||||
Priority: extra
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
usr/bin/psl
|
|
@ -0,0 +1 @@
|
|||
debian/psl.1
|
|
@ -19,6 +19,11 @@ override_dh_auto_configure:
|
|||
--with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
|
||||
--with-psl-testfile=/usr/share/doc/publicsuffix/examples/test_psl.txt
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build
|
||||
help2man --no-info --no-discard-stderr --output=debian/psl.1 \
|
||||
--name="Explore the Public Suffix List" tools/psl
|
||||
|
||||
#override_dh_auto_clean:
|
||||
# test ! -f Makefile || dh_auto_clean
|
||||
|
||||
|
|
Loading…
Reference in New Issue