build using config files from publicsuffix package
This commit is contained in:
parent
3bacb75400
commit
3c00fcbb38
|
@ -7,7 +7,8 @@ Build-Depends:
|
||||||
debhelper (>=9),
|
debhelper (>=9),
|
||||||
gtk-doc-tools,
|
gtk-doc-tools,
|
||||||
libicu-dev | idn2,
|
libicu-dev | idn2,
|
||||||
pkg-config
|
pkg-config,
|
||||||
|
publicsuffix (>= 20140402-2)
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Section: libs
|
Section: libs
|
||||||
Homepage: https://github.com/rockdaboot/libpsl
|
Homepage: https://github.com/rockdaboot/libpsl
|
||||||
|
|
|
@ -15,7 +15,9 @@ override_dh_auto_configure:
|
||||||
--enable-ld-version-script \
|
--enable-ld-version-script \
|
||||||
--with-packager=Debian \
|
--with-packager=Debian \
|
||||||
--with-packager-bug-reports=http://bugs.debian.org/ \
|
--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:
|
#override_dh_auto_clean:
|
||||||
# test ! -f Makefile || dh_auto_clean
|
# test ! -f Makefile || dh_auto_clean
|
||||||
|
|
Loading…
Reference in New Issue