use upstream name for public_suffix_list.dat

build-depend: and recommend: a publicsuffix version that is new enough
to ship the standard name.
This commit is contained in:
Daniel Kahn Gillmor 2016-07-05 11:36:53 -04:00
parent 51413414df
commit 229268097c
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@ -9,7 +9,7 @@ Build-Depends: automake,
help2man,
libicu-dev,
pkg-config,
publicsuffix (>= 20140402-2)
publicsuffix (>= 20150507)
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/rockdaboot/libpsl
@ -34,7 +34,7 @@ Description: Library for Public Suffix List (development headers)
Package: libpsl0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: publicsuffix
Recommends: publicsuffix (>= 20150507)
Multi-Arch: same
Description: Library for Public Suffix List (shared libraries)
Libpsl allows checking domains against the Public Suffix List.

2
debian/rules vendored
View File

@ -20,7 +20,7 @@ override_dh_auto_configure:
--with-packager=Debian \
--with-packager-bug-reports=https://bugs.debian.org/ \
--with-packager-version="$(DEB_VERSION)" \
--with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
--with-psl-file=/usr/share/publicsuffix/public_suffix_list.dat \
--with-psl-testfile=/usr/share/doc/publicsuffix/examples/test_psl.txt
override_dh_auto_build: