[jhbuild/release-team-commands] [twoninetynine] catch modules using libglademm



commit 5b7487cf8b9561d2d5e7fd91dcc426b0f00d9c77
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Aug 5 13:11:44 2009 +0200

    [twoninetynine] catch modules using libglademm

 jhbuild/commands/twoninetynine.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/commands/twoninetynine.py b/jhbuild/commands/twoninetynine.py
index 6919fb9..ec18a26 100644
--- a/jhbuild/commands/twoninetynine.py
+++ b/jhbuild/commands/twoninetynine.py
@@ -95,6 +95,7 @@ class LibGlade(ShellCheck):
     excluded_modules = ('libglade',)
     cmds = (
         FIND_C + " | xargs grep '^#include <glade/'",
+        FIND_C + " | xargs grep '^#include <libglademm.h>'",
         "find -name '*.py' | xargs grep 'import .*glade'",
         "find -name '*.cs' | xargs grep '^using Glade'",
     )



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