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

[lintian] 01/01: Fix test suite



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

broucaries-guest pushed a commit to branch master
in repository lintian.

commit 30ebe0f5152f9aaa963047ee452f045cd7ededd7
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Mon Jul 14 11:01:12 2014 +0200

    Fix test suite
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 checks/phppear.pm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/checks/phppear.pm b/checks/phppear.pm
index 7bf97ed..d451caa 100644
--- a/checks/phppear.pm
+++ b/checks/phppear.pm
@@ -158,13 +158,18 @@ sub run {
                     $_ .= $cont;
                 }
                 next if /^\s*\#/;
-                if (m/^\t\s*dh\s.*--buildsystem(?:=|\s+)(?:\S+,)*phppear(?:,\S+)*\s/) {
+                if (
+m/^\t\s*dh\s.*--buildsystem(?:=|\s+)(?:\S+,)*phppear(?:,\S+)*\s/
+                  ) {
                     $has_buildsystem_phppear = 1;
                 }
-                if (m/^\t\s*dh\s.*--with(?:=|\s+)(?:\S+,)*phppear(?:,\S+)*\s/) {
+                if (m/^\t\s*dh\s.*--with(?:=|\s+)(?:\S+,)*phppear(?:,\S+)*\s/)
+                {
                     $has_addon_phppear = 1;
                 }
-                if (m/^\t\s*dh\s.*--with(?:=|\s+)(?:\S+,)*phpcomposer(?:,\S+)*\s/) {
+                if (
+m/^\t\s*dh\s.*--with(?:=|\s+)(?:\S+,)*phpcomposer(?:,\S+)*\s/
+                  ) {
                     $has_addon_phpcomposer = 1;
                 }
                 if (m/^\t\s*dh\s.*--with(?:=|\s+)(?:\S+,)*php5(?:,\S+)*\s/) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: