From ab480f7582a69299a072e7a947a09389a1333f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 4 Aug 2015 13:30:43 +0200 Subject: d/rules: Add 'make xsd_clean_gen=n clean' to override_dh_clean --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 43ebf22..023fe72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xsd (4.0.0-2) UNRELEASED; urgency=medium + + * debian/rules: + - Add "make xsd_clean_gen=n clean" to override_dh_clean to + build the cli at build time (Closes: #794440). + + -- Jörg Frings-Fürst Tue, 04 Aug 2015 12:37:51 +0200 + xsd (4.0.0-1) unstable; urgency=medium * New upstream release: diff --git a/debian/rules b/debian/rules index 68c4835..2828376 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ include /usr/share/dpkg/buildflags.mk override_dh_clean: rm -f $(CURDIR)/libcult/build/system/configuration-dynamic.make + make xsd_clean_gen=n clean dh_clean override_dh_auto_install: @@ -41,4 +42,3 @@ override_dh_auto_install: override_dh_install: dh_install install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/xsdcxx/usr/share/apport/package-hooks/source_xsdcxx.py - -- cgit v1.2.3