diff options
author | Chris Lamb <lamby@debian.org> | 2015-02-15 10:17:47 +0000 |
---|---|---|
committer | Chris Lamb <lamby@debian.org> | 2015-02-15 10:17:47 +0000 |
commit | c3301b67ea308e34cff8d01539a27ee4b15d48c9 (patch) | |
tree | b79915e28da13b111774167f7c82f915d7f72732 | |
parent | b72978c465168b85bcf3577236a90ca22741f833 (diff) | |
download | jenkins.debian.net-c3301b67ea308e34cff8d01539a27ee4b15d48c9.tar.xz |
Also link to debian/changelog; useful for seeing what the maintainer just changed.
-rwxr-xr-x | bin/reproducible_html_packages.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 5ddf82c1..65f1279a 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -24,6 +24,7 @@ $links <a href="https://tracker.debian.org/$package" target="main">PTS</a> <a href="https://bugs.debian.org/src:$package" target="main">BTS</a> <a href="https://sources.debian.net/src/$package/" target="main">sources</a> + <a href="https://sources.debian.net/src/$package/$version/debian/changelog" target="main">debian/changelog</a> <a href="https://sources.debian.net/src/$package/$version/debian/rules" target="main">debian/rules</a> </td> <td> |