diff options
author | Kali Kaneko <kali@leap.se> | 2013-10-14 03:43:33 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-10-14 03:43:33 -0300 |
commit | 6d007720b3ac18e7babbea9550d0eeb2745d4c46 (patch) | |
tree | 31b38bc00b10e8e1bf63b51c9a90330fe3230a52 /debian | |
parent | beec3c4281ce7384cb444ec928ea58fa56357b6c (diff) |
bump changelog to 0.3.4; install LEAP's changelog too
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d7732a0..a69cb9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +leap-common (0.3.4) unstable; urgency=low + + * Update to 0.3.4 release. + * Install LEAP changelog too. + + -- Micah Anderson <micah@debian.org> Mon, 14 Oct 2013 03:40:42 -0300 + leap-common (0.3.3) unstable; urgency=low * Update to 0.3.3 release. diff --git a/debian/rules b/debian/rules index 7bf6077..734e561 100755 --- a/debian/rules +++ b/debian/rules @@ -3,3 +3,5 @@ %: dh $@ --with python2 --buildsystem=python_distutils +override_dh_installchangelogs: + dh_installchangelogs CHANGELOG |