ship /usr/bin/psl with libpsl0

This commit is contained in:
Daniel Kahn Gillmor 2014-06-06 00:16:16 -04:00
parent 3c00fcbb38
commit 4a14768db8
5 changed files with 26 additions and 0 deletions

1
debian/clean vendored
View File

@ -32,3 +32,4 @@ po/stamp-po
INSTALL
ar-lib
gtk-doc.make
debian/psl.1

18
debian/control vendored
View File

@ -46,6 +46,24 @@ Description: Library for Public Suffix List (shared libraries)
sorting domain lists by site and more.
.
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

1
debian/psl.install vendored Normal file
View File

@ -0,0 +1 @@
usr/bin/psl

1
debian/psl.manpages vendored Normal file
View File

@ -0,0 +1 @@
debian/psl.1

5
debian/rules vendored
View File

@ -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