diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 10532e3..a7f0f62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ leap-mail (0.3.1) unstable; urgency=low * Add leap.common to pydist-overrides. * Update debian/control extended description to fit length * Add debian/copyright + * Install CHANGELOG. -- Micah Anderson <micah@leap.se> Tue, 27 Aug 2013 11:50:38 +0200 diff --git a/debian/rules b/debian/rules index dd02a20..e81414a 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,6 @@ %: dh $@ --with python2 --buildsystem=python_distutils +override_dh_installchangelogs: + dh_installchangelogs CHANGELOG |