diff options
author | Kali Kaneko <kali@leap.se> | 2015-11-17 10:41:14 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-11-17 10:41:14 -0400 |
commit | f063726b3ad003693010555d57dbc214f6abb01d (patch) | |
tree | f0c4f929a1eb692837abdcba0ae60796ed7801f3 /debian | |
parent | 6ac9057c8e564778dd282315a106497b7da8bba4 (diff) | |
parent | ba868e93c967cc8e9521471163f9127b63da1949 (diff) |
Merge branch 'debian/experimental' into debian/platform-0.9
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 797aded..d9087d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +leap-common (0.5.0) unstable; urgency=medium + + * Update to 0.5.0 release + * Version bump to fix previous versioning mistakes in the 0.4.x series. + + -- Ben Carrillo <ben@futeisha.org> Wed, 11 Nov 2015 16:22:10 -0400 + leap-common (0.4.11.2) unstable; urgency=medium * Relax dependency on python-zmq diff --git a/debian/rules b/debian/rules index 734e561..0007226 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ dh $@ --with python2 --buildsystem=python_distutils override_dh_installchangelogs: - dh_installchangelogs CHANGELOG + dh_installchangelogs CHANGELOG.rst |