From 229268097cf11910914967f94d08e1ea819897b1 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 5 Jul 2016 11:36:53 -0400 Subject: [PATCH] use upstream name for public_suffix_list.dat build-depend: and recommend: a publicsuffix version that is new enough to ship the standard name. --- debian/control | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index f5864a8..86c48af 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/rules b/debian/rules index 2508f3c..c396067 100755 --- a/debian/rules +++ b/debian/rules @@ -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: