libpsl/debian/rules

30 lines
820 B
Plaintext
Raw Normal View History

2014-05-23 17:13:05 +02:00
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
2014-06-06 06:40:49 +02:00
# export DH_VERBOSE=1
2014-06-06 05:12:56 +02:00
export DH_OPTIONS += --dbg-package=libpsl0-dbg
2014-05-23 17:13:05 +02:00
%:
dh $@ --with autoreconf
2014-05-23 17:13:05 +02:00
override_dh_autoreconf:
dh_autoreconf ./autogen.sh
2014-05-23 17:13:05 +02:00
override_dh_auto_configure:
dh_auto_configure -- \
--enable-builtin=libicu \
2014-05-23 17:13:05 +02:00
--enable-gtk-doc \
--enable-ld-version-script \
--enable-runtime=libicu \
2014-05-23 17:13:05 +02:00
--with-packager=Debian \
2014-06-12 17:30:05 +02:00
--with-packager-bug-reports=https://bugs.debian.org/ \
--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
2014-05-23 17:13:05 +02:00
2014-06-06 06:16:16 +02:00
override_dh_auto_build:
dh_auto_build
help2man --no-info --no-discard-stderr --output=debian/psl.1 \
--name="Explore the Public Suffix List" tools/psl