[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/02: L::Tag::Info: Use manpages.debian.org instead of manpages.debian.net



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

jwilk pushed a commit to branch master
in repository lintian.

commit 4bc40ec93b985df3aaa1e3e0dbab869bf40fce29
Author: Jakub Wilk <jwilk@debian.org>
Date:   Mon Mar 7 23:20:46 2016 +0100

    L::Tag::Info: Use manpages.debian.org instead of manpages.debian.net
---
 debian/changelog        | 4 ++++
 lib/Lintian/Tag/Info.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c488a0c..5a90992 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,10 @@ lintian (2.5.43) UNRELEASED; urgency=medium
     + [JW] Apply patch from Sebastian Ramacher to allow ffmpeg as
       libpostproc provider.  (Closes: #817004)
 
+  * lib/Lintian/Tag/Info.pm:
+    + [JW] Use manpages.debian.org (instead of manpages.debian.net) for
+      manual page hyperlinks.
+
  -- Niels Thykier <niels@thykier.net>  Sat, 05 Mar 2016 20:58:52 +0000
 
 lintian (2.5.42) unstable; urgency=medium
diff --git a/lib/Lintian/Tag/Info.pm b/lib/Lintian/Tag/Info.pm
index 7f0844c..3e68476 100644
--- a/lib/Lintian/Tag/Info.pm
+++ b/lib/Lintian/Tag/Info.pm
@@ -34,7 +34,7 @@ use Lintian::Tags qw();
 # when formatting references to manual pages into HTML to provide a link
 # to the manual page.
 our $MANURL
-  = 'http://manpages.debian.net/cgi-bin/man.cgi?query=NAME&amp;sektion=SECTION';
+  = 'http://manpages.debian.org/cgi-bin/man.cgi?query=NAME&amp;sektion=SECTION';
 
 # Stores the parsed manual reference data.  Loaded the first time info()
 # is called.

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


Reply to: