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