diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-11 20:14:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-11 20:14:43 +0200 |
commit | 432dc2977433e50b3677d0f5bfb224821d62a0e5 (patch) | |
tree | 2ef2461ac743f2c69d2533fd37fe677ad58960a0 | |
parent | 53bf4e6a32a4f2cab43a1c687fad14e79a6e61e9 (diff) | |
download | jenkins.debian.net-432dc2977433e50b3677d0f5bfb224821d62a0e5.tar.xz |
reproducible: also add link to debian/control
-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 cae5e2ca..39e3dc6a 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -27,6 +27,7 @@ $links <a href="https://sources.debian.net/src/$package/$version/" target="main">sources</a> <a href="https://sources.debian.net/src/$package/$version/debian/" target="main">debian</a>/<!-- -->{<a href="https://sources.debian.net/src/$package/$version/debian/changelog" target="main">changelog</a>,<!-- + --><a href="https://sources.debian.net/src/$package/$version/debian/control" target="main">control</a>,<!-- --><a href="https://sources.debian.net/src/$package/$version/debian/rules" target="main">rules</a>} </span> </td> |