Bug#697916: lintian: Add a check for menu referencing icon by relative path

2013-01-12 Thread Thomas Preud'homme
Another update following suggestions made by KiBi. Best regards. diff --git a/checks/menu-format b/checks/menu-format index a1447b9..90f3160 100644 --- a/checks/menu-format +++ b/checks/menu-format @@ -525,6 +525,10 @@ sub VerifyIcon { return; } +if (not ($icon =~ m{^/})) { +

Bug#697916: lintian: Add a check for menu referencing icon by relative path

2013-01-11 Thread Thomas Preud'homme
Package: lintian Version: 2.5.10.3 Severity: wishlist Tags: patch upstream Dear Maintainer, Please add a check to test for menu file referencing icon by relative path instead of absolute path, as discussed in #693477. Attached to this bug report is a patch to implement this. Best regards. --

Bug#697916: lintian: Add a check for menu referencing icon by relative path

2013-01-11 Thread Guillem Jover
On Fri, 2013-01-11 at 12:08:48 +0100, Thomas Preud'homme wrote: Package: lintian Version: 2.5.10.3 Severity: wishlist Tags: patch upstream diff --git a/checks/menu-format.desc b/checks/menu-format.desc index 495cfec..0230c31 100644 --- a/checks/menu-format.desc +++

Bug#697916: lintian: Add a check for menu referencing icon by relative path

2013-01-11 Thread Thomas Preud'homme
Le vendredi 11 janvier 2013 13:47:55, vous avez écrit : On Fri, 2013-01-11 at 12:08:48 +0100, Thomas Preud'homme wrote: Package: lintian Version: 2.5.10.3 Severity: wishlist Tags: patch upstream diff --git a/checks/menu-format.desc b/checks/menu-format.desc index 495cfec..0230c31