diff options
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 |