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

[SCM] Debian package checker branch, master, updated. 2.5.11-94-g9d58cb6



The following commit has been merged in the master branch:
commit 9d58cb638ff2dfd9e447d243ee3c944bb394f23c
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jan 23 20:06:58 2013 +0100

    doc/tutorial: Fix broken link
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/doc/tutorial/Lintian/Tutorial/WritingChecks.pod b/doc/tutorial/Lintian/Tutorial/WritingChecks.pod
index 21d011a..4d1ead8 100644
--- a/doc/tutorial/Lintian/Tutorial/WritingChecks.pod
+++ b/doc/tutorial/Lintian/Tutorial/WritingChecks.pod
@@ -231,7 +231,7 @@ will not look up relations like Provides for you).
 
 Suppose you wanted all packages with a multi-arch "same" field to
 pre-depend on the package "multiarch-support".  Well, we could use the
-L<$info->relation|Lintian::Collect::Binary/relation (FIELD)> method for
+L<< $info->relation|Lintian::Collect::Binary/relation (FIELD) >> method for
 this.
 
 The $info->relation returns an instance of L<Lintian::Relation>.  This
@@ -400,8 +400,8 @@ So the resulting check is:
 
 Another very used mechanism is to check for the presence (or absence)
 of a given file.  Generally this is what the
-L<$info->index|Lintian::Collect::Package/index (FILE)> and
-L<$info->sorted_index|Lintian::Collect::Package/sorted_index> methods
+L<< $info->index|Lintian::Collect::Package/index (FILE) >> and
+L<< $info->sorted_index|Lintian::Collect::Package/sorted_index >> methods
 are for.  The "index" method returns instances of L<Lintian::Path>,
 which has a number of utility methods.
 
@@ -450,8 +450,8 @@ L<unpacked ('path/to/file')|Lintian::Collect::Package/ my $VALID_MULTI_ARCH_VALU
 
 Another very used mechanism is to check for the presence (or absence)
 of a given file.  Generally this is what the
-L<$info->index|Lintian::Collect::Package/index (FILE)> and
-L<$info->sorted_index|Lintian::Collect::Package/sorted_index> methods
+L<< $info->index|Lintian::Collect::Package/index (FILE) >> and
+L<< $info->sorted_index|Lintian::Collect::Package/sorted_index >> methods
 are for.  The "index" method returns instances of L<Lintian::Path>,
 which has a number of utility methods.
 

-- 
Debian package checker


Reply to: