[Piuparts-commits] [piuparts] 01/02: known_problems: report insserv problem "service.*already provided"

Holger Levsen holger at moszumanska.debian.org
Mon Apr 13 19:36:51 UTC 2015


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

holger pushed a commit to branch develop
in repository piuparts.

commit 86d36eca3dcbb54c12a9e5596bd720a0eccbe196
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Apr 9 21:27:35 2015 +0200

    known_problems: report insserv problem "service.*already provided"
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 debian/changelog                                 | 2 ++
 known_problems/initdscript_lsb_header_issue.conf | 2 +-
 known_problems/insserv_error.conf                | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c25b656..041cddd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,8 @@ piuparts (0.63) UNRELEASED; urgency=medium
   * Update exceptions for squeeze-lts.
   * Add/update exceptions for many packages.
   * Add/update some bug templates.
+  * known_problems/{initdscript_lsb_header_issue,insserv_error}.conf:
+    Report "service.*already provided", too.
 
   [ Holger Levsen ]
   * piuparts.conf.pejacevic: add new suite: jessie2proposed.
diff --git a/known_problems/initdscript_lsb_header_issue.conf b/known_problems/initdscript_lsb_header_issue.conf
index fcf94ac..8fc7068 100644
--- a/known_problems/initdscript_lsb_header_issue.conf
+++ b/known_problems/initdscript_lsb_header_issue.conf
@@ -1,7 +1,7 @@
 #
 # detect packages with an update-rc.d warning
 #
-PATTERN='update-rc.d: warning.*do not match LSB'
+PATTERN='update-rc.d: warning.*do not match LSB|service.*already provided'
 WHERE='fail bugged affected pass'
 ISSUE=1
 HEADER='Packages with logs with the string "update-rc.d: warning.*do not match LSB"'
diff --git a/known_problems/insserv_error.conf b/known_problems/insserv_error.conf
index 9c03ccf..6d8daaf 100644
--- a/known_problems/insserv_error.conf
+++ b/known_problems/insserv_error.conf
@@ -1,7 +1,7 @@
 #
 # detect packages with fail due to insserv error
 #
-PATTERN='insserv: exiting now'
+PATTERN='insserv: exiting now|service.*already provided'
 WHERE='fail bugged affected'
 ISSUE=0
 HEADER='Packages with failed logs with the string "insserv: exiting now"'

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



More information about the Piuparts-commits mailing list