libpsl/debian/rules

25 lines
775 B
Plaintext
Raw Normal View History

2014-05-23 17:13:05 +02:00
#!/usr/bin/make -f
2016-07-14 11:25:35 +02:00
# FIXME: how do we only use dh_autoreconf when building arch-specific
# packages? see debian/README.source for an explanation of why we
# care about splitting binary-only builds from arch:all builds.
DH_AUTORECONF = --with autoreconf
2014-05-23 17:13:05 +02:00
%:
2016-07-14 11:25:35 +02:00
dh $@ $(DH_AUTORECONF)
2014-05-23 17:13:05 +02:00
2016-07-14 11:25:35 +02:00
override_dh_autoreconf-arch:
dh_autoreconf ./autogen.sh
2016-07-14 11:25:35 +02:00
override_dh_auto_configure-arch:
2014-05-23 17:13:05 +02:00
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/public_suffix_list.dat \
--with-psl-testfile=/usr/share/doc/publicsuffix/examples/test_psl.txt