[Piuparts-commits] [piuparts] 10/10: known_problems/debsums_mismatch_*.conf: report MISSING OBJECT, too

Holger Levsen holger at layer-acht.org
Mon Dec 19 13:04:40 UTC 2016


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

holger pushed a commit to branch develop
in repository piuparts.

commit 85aa59d92f4e4baccf6778c211a83929fd7d6617
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Dec 19 12:31:08 2016 +0100

    known_problems/debsums_mismatch_*.conf: report MISSING OBJECT, too
    
    pre_remove_40_find_missing_md5sums reports symlinks/directories listed
    in dpkg -L output but missing on disk - these are not reported by debsums
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog                           | 2 ++
 known_problems/debsums_mismatch_error.conf | 2 +-
 known_problems/debsums_mismatch_issue.conf | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1fefb6a..da37222 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ piuparts (0.74) UNRELEASED; urgency=medium
   * piuparts-reports.py:
     - Mark arch:all packages with an :all suffix in package lists.
   * pre_install_database-server: Use default-mysql-* from stretch onwards.
+  * known_problems/debsums_mismatch_*.conf: Report missing symlinks and
+    directories.
 
  -- Andreas Beckmann <anbe at debian.org>  Mon, 19 Dec 2016 03:10:28 +0100
 
diff --git a/known_problems/debsums_mismatch_error.conf b/known_problems/debsums_mismatch_error.conf
index f39dd12..e4f3caa 100644
--- a/known_problems/debsums_mismatch_error.conf
+++ b/known_problems/debsums_mismatch_error.conf
@@ -1,7 +1,7 @@
 #
 # detect packages which modify shipped files
 #
-PATTERN='FAIL: debsums reports modifications inside the chroot'
+PATTERN='FAIL: debsums reports modifications inside the chroot|MISSING OBJECT'
 WHERE='fail bugged affected'
 ISSUE=0
 HEADER='Packages with modified files before removal'
diff --git a/known_problems/debsums_mismatch_issue.conf b/known_problems/debsums_mismatch_issue.conf
index d5b5f01..030d285 100644
--- a/known_problems/debsums_mismatch_issue.conf
+++ b/known_problems/debsums_mismatch_issue.conf
@@ -1,7 +1,7 @@
 #
 # detect packages which modify shipped files
 #
-PATTERN='FAIL: debsums reports modifications inside the chroot'
+PATTERN='FAIL: debsums reports modifications inside the chroot|MISSING OBJECT'
 WHERE='pass'
 ISSUE=1
 HEADER='Packages with modified files before removal'

-- 
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