diff options
author | Kali Kaneko <kali@leap.se> | 2013-08-27 19:03:55 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-08-27 19:03:55 +0200 |
commit | feee46c78f04af0dd75b877a507e4a617f29f9a9 (patch) | |
tree | 04b998d0bc90472fe81000a0034334745d9db499 | |
parent | 2bfbad264b42c6b133d6c2cb72a7c6325e02b916 (diff) |
install changelog
-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 |