From e2eb46a6bf36a66fc64d9c1780adb85ac3c0ac36 Mon Sep 17 00:00:00 2001 From: Timo Aaltonen Date: Tue, 1 Nov 2011 17:00:10 -0400 Subject: [PATCH] run version-update before autoconfigure --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 9e0569a5a..eb3ff079b 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ override_dh_auto_clean: # endif override_dh_auto_configure: + make IPA_VERSION_IS_GIT_SNAPSHOT=no version-update dh_auto_configure -Dipa-client ifneq ($(ONLY_CLIENT), 1) dh_auto_configure -Ddaemons -- --with-openldap