summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-08-04 13:30:43 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-08-04 13:30:43 +0200
commitab480f7582a69299a072e7a947a09389a1333f08 (patch)
tree483795cb183a2d4403ecb533197cb521654e9e50 /debian
parentf457cdd84d326590d08643e3fa83df3e48b2acfd (diff)
d/rules: Add 'make xsd_clean_gen=n clean' to override_dh_clean
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
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
-