From 3c00fcbb38732e8b8fa7ba5787b77d47367d8bca Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 5 Jun 2014 23:59:56 -0400 Subject: [PATCH] build using config files from publicsuffix package --- debian/control | 3 ++- debian/rules | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 461f2a3..15e0029 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Build-Depends: debhelper (>=9), gtk-doc-tools, libicu-dev | idn2, - pkg-config + pkg-config, + publicsuffix (>= 20140402-2) Standards-Version: 3.9.5 Section: libs Homepage: https://github.com/rockdaboot/libpsl diff --git a/debian/rules b/debian/rules index 23ad5f8..37e8cf3 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,9 @@ override_dh_auto_configure: --enable-ld-version-script \ --with-packager=Debian \ --with-packager-bug-reports=http://bugs.debian.org/ \ - --with-packager-version="$(DEB_VERSION)" + --with-packager-version="$(DEB_VERSION)" \ + --with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \ + --with-psl-testfile=/usr/share/doc/publicsuffix/examples/test_psl.txt #override_dh_auto_clean: # test ! -f Makefile || dh_auto_clean