From f0d28ea6ba7683507f822004b6a068738f9271c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 7 Sep 2015 13:51:23 +0200 Subject: [PATCH] Update packaging. --- debian/rules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index b30d640..bb00f5c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,15 +1,18 @@ #!/usr/bin/make -f +DPKG_EXPORT_BUILDFLAGS = 1 +-include /usr/share/dpkg/buildflags.mk + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 upstream_version := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | cut -f1 -d '-') %: - dh $@ --list-missing + dh $@ --parallel --fail-missing override_dh_auto_configure: - dh_auto_configure -- --disable-test --enable-doc + dh_auto_configure -- --enable-doc cd doc && doxygen -u override_dh_auto_install: -- 1.8.2.3