diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 9 insertions, 1 deletions
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 <debian@jff-webhosting.net> 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 - |