This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 5a06b64a6a9be1961b3c54a4dbefd853e2dc9fe6
Author: Chris Lamb <la...@debian.org>
Date:   Sat Feb 17 14:21:51 2018 +0000

    reporting/templates/maintainer.tmpl: Link package entries directly to 
sources.debian.org.
---
 debian/changelog                    | 3 +++
 reporting/templates/maintainer.tmpl | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3671139..5c0a9f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,9 @@ lintian (2.5.76) UNRELEASED; urgency=medium
     + [CL] Add repacked subroutines to check whether a package has been
       repacked or not.
 
+  * reporting/templates/maintainer.tmpl:
+    + [CL] Link package entries directly to sources.debian.org.
+
   * t/scripts/changelog-format.t:
     + [CL] Provide some possibly-helpful advice when violating the "entry
       header" changelog test.
diff --git a/reporting/templates/maintainer.tmpl 
b/reporting/templates/maintainer.tmpl
index ee9cb3f..cee0032 100644
--- a/reporting/templates/maintainer.tmpl
+++ b/reporting/templates/maintainer.tmpl
@@ -124,6 +124,7 @@
                     $OUT .= qq(    <a 
href="https://packages.debian.org/src:$source";>Info</a>\n);
                     $OUT .= qq(    <a 
href="https://tracker.debian.org/$source";>Package Tracker</a>\n);
                     $OUT .= qq(    <a 
href="https://bugs.debian.org/src:$source";>Bugs</a>\n);
+                    $OUT .= qq(    <a 
href="https://sources.debian.org/src/$source/$version";>Source</a>\n);
                     if ($errors) {
                         $OUT .= qq(    <a 
href="${path_prefix}full/$id#$anchor">Full report</a>\n);
                     } elsif (@error_tags) {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/lintian/lintian.git

Reply via email to