diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0270a79..3d2db44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ transmission-remote-cli (1.2.1-1) UNRELEASED; urgency=low * Update upstream details in debian/copyright * Demote transmission-cli from Depends to Recommends * Add optional Python modules to Recommends + * Install upstream NEWS file as upstream changelog -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 29 Apr 2012 22:38:54 +0100 diff --git a/debian/rules b/debian/rules index a9f54ba..7bc28e4 100755 --- a/debian/rules +++ b/debian/rules @@ -9,5 +9,8 @@ override_dh_install: dh_install transmission-remote-cli /usr/bin/ dh_install +override_dh_installchangelogs: + dh_installchangelogs -k NEWS + %: dh $@ |