diff options
author | Christopher Baines <mail@cbaines.net> | 2015-12-22 17:11:53 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-22 17:13:43 +0000 |
commit | cdefd9f3ca8388c4d665c7ba231ab0835b5b0994 (patch) | |
tree | 61c1a7982adbec6c5a430a573542641bd6e31568 /debian/rules | |
parent | 06b502c32295e31561a26d6fc60a4f3939a6f4b3 (diff) | |
download | python-jsmin-cdefd9f3ca8388c4d665c7ba231ab0835b5b0994.tar python-jsmin-cdefd9f3ca8388c4d665c7ba231ab0835b5b0994.tar.gz |
Switch to the proper upstream changelog
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d933ac7..f87add5 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,6 @@ export PYBUILD_NAME=jsmin %: dh $@ --buildsystem=pybuild --with python2,python3 + +override_dh_installchangelogs: + dh_installchangelogs CHANGELOG.txt |