build using config files from publicsuffix package

This commit is contained in:
Daniel Kahn Gillmor 2014-06-05 23:59:56 -04:00
parent 3bacb75400
commit 3c00fcbb38
2 changed files with 5 additions and 2 deletions

3
debian/control vendored
View File

@ -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

4
debian/rules vendored
View File

@ -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