[DRE-commits] [racc] 04/09: lintian: Fix policy violation (index.en.html doesn't exist)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Wed Aug 19 15:42:59 UTC 2015


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

sbadia-guest pushed a commit to branch master
in repository racc.

commit 32808b17e5ac3e51ad4021e92d4399b1894eb6be
Author: Sebastien Badia <seb at sebian.fr>
Date:   Wed Aug 19 17:30:26 2015 +0200

    lintian: Fix policy violation (index.en.html doesn't exist)
    
    Fix lintian warning (doc-base-file-references-missing-file)
      racc:9 /usr/share/doc/racc/en/index.en.html
---
 debian/racc.doc-base.racc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/racc.doc-base.racc b/debian/racc.doc-base.racc
index dcb8d77..04ad23a 100644
--- a/debian/racc.doc-base.racc
+++ b/debian/racc.doc-base.racc
@@ -6,5 +6,5 @@ Abstract: Racc is LALR(1) parser generator coded for Ruby.  Written by
 Section: Programming/Ruby
 
 Format: HTML
-Index: /usr/share/doc/racc/en/index.en.html
+Index: /usr/share/doc/racc/en/grammar.en.html
 Files: /usr/share/doc/racc/en/*.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/racc.git



More information about the Pkg-ruby-extras-commits mailing list