diff --git a/debian/clean b/debian/clean index 8407391..984c12c 100644 --- a/debian/clean +++ b/debian/clean @@ -32,3 +32,4 @@ po/stamp-po INSTALL ar-lib gtk-doc.make +debian/psl.1 diff --git a/debian/control b/debian/control index 15e0029..7a903af 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/psl.install b/debian/psl.install new file mode 100644 index 0000000..f7f21ab --- /dev/null +++ b/debian/psl.install @@ -0,0 +1 @@ +usr/bin/psl diff --git a/debian/psl.manpages b/debian/psl.manpages new file mode 100644 index 0000000..e160733 --- /dev/null +++ b/debian/psl.manpages @@ -0,0 +1 @@ +debian/psl.1 diff --git a/debian/rules b/debian/rules index 37e8cf3..ec44280 100755 --- a/debian/rules +++ b/debian/rules @@ -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