build using config files from publicsuffix package
This commit is contained in:
parent
3bacb75400
commit
3c00fcbb38
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue