#!/usr/bin/make -f

#export DH_VERBOSE=1

PACKAGE = chemical-mime-data

%:
	dh $@ --with autotools_dev --parallel

override_dh_auto_configure:
	dh_auto_configure -- \
	    --disable-update-database --disable-convert \
	    XMLLINT_FLAGS="--nonet" XSLTPROC_FLAGS="--nonet"

override_dh_installchangelogs:
	dh_installchangelogs NEWS

