diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-29 22:49:33 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-29 23:51:43 +0100 |
commit | 8afb4c48ce46f8d2a840b6dd93467970eaac1003 (patch) | |
tree | 1ae9edaf58bfd2486533229401510b542e948e9c | |
parent | 9a909fdd78b440033cac5fc79881f9a9aa4074ec (diff) | |
download | transmission-remote-cli-8afb4c48ce46f8d2a840b6dd93467970eaac1003.tar.gz |
Install upstream NEWS file as upstream changelog
-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 $@ |