diff options
author | James Laska <jlaska@ansible.com> | 2014-08-07 14:38:23 +0200 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2014-08-07 14:38:23 +0200 |
commit | 6c3999b898f02c888ab7ae13fc00a0de6ca1f99f (patch) | |
tree | 8eff6180ede54e2a4a19b30613a417a8e06f7bcc /packaging | |
parent | Fix debian builds by correcting debian/changelog (diff) | |
download | ansible-6c3999b898f02c888ab7ae13fc00a0de6ca1f99f.tar.xz ansible-6c3999b898f02c888ab7ae13fc00a0de6ca1f99f.zip |
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.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 35c663ac2f..d8238612d6 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 <michael@ansible.com> Wed, 21 Oct 2015 04:29:00 -0500 + ansible (1.7) unstable; urgency=low * 1.7.0 release |