[jhbuild] sanitycheck: advice about possible docbook pkg name



commit f7f62e94e14696a2e80727385a1177887da5757e
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Sun Dec 15 14:32:52 2013 +0100

    sanitycheck: advice about possible docbook pkg name
    
    In the same way autogen.sh advices about possible name for the
    'gnome-common' package, do the same in sanitycheck command when
    not finding Docbook components in the XML catalog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720486

 jhbuild/commands/sanitycheck.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/sanitycheck.py b/jhbuild/commands/sanitycheck.py
index 902e16a..427facd 100644
--- a/jhbuild/commands/sanitycheck.py
+++ b/jhbuild/commands/sanitycheck.py
@@ -106,7 +106,7 @@ class cmd_sanitycheck(Command):
                 try:
                     data = get_output(['xmlcatalog', '/etc/xml/catalog', item])
                 except:
-                    uprint(_('Could not find %s in XML catalog') % name            )
+                    uprint(_('Could not find %s in XML catalog (usually part of package \'docbook-xsl\')') % 
name)
 
         # Perl modules used by tools such as intltool:
         for perlmod in [ 'XML::Parser' ]:


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