From 6c3999b898f02c888ab7ae13fc00a0de6ca1f99f Mon Sep 17 00:00:00 2001 From: James Laska Date: Thu, 7 Aug 2014 08:38:23 -0400 Subject: [PATCH] Make debuild happy by including a date in debian/changelog The previous commit resolved the debian build problem, but was building packages with the stable version. A development version is required in the changelog to properly build development DEB packages. --- packaging/debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 35c663ac2f0..d8238612d65 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +ansible (1.8) unstable; urgency=low + + * 1.8 release (PENDING) + + -- Michael DeHaan Wed, 21 Oct 2015 04:29:00 -0500 + ansible (1.7) unstable; urgency=low * 1.7.0 release