[Piuparts-commits] [piuparts] 02/02: new known_problem for piuparts-depends-dummy.deb problems
Holger Levsen
holger at moszumanska.debian.org
Fri Feb 14 10:10:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit f85925791e2bbcb96cfb00e318335c6333605530
Author: Andreas Beckmann <anbe at debian.org>
Date: Fri Feb 14 10:54:16 2014 +0100
new known_problem for piuparts-depends-dummy.deb problems
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
debian/changelog | 2 ++
known_problems/piuparts-depends-dummy_error.conf | 12 ++++++++++++
known_problems/piuparts-depends-dummy_issue.conf | 12 ++++++++++++
piuparts-report.py | 2 ++
4 files changed, 28 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 256f04e..6439a12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -66,6 +66,8 @@ piuparts (0.57) UNRELEASED; urgency=low
kernel module.
* known_problems/module_build_error_issue.conf: New known problem for dkms
module build failures.
+ * known_problems/piuparts-depends-dummy_{error,issue}.conf: New known
+ problem for failing to install and fixup piuparts-depends-dummy.deb.
* Add more piuparts exceptions.
* Handle lib32nss-mdns like ia32-libs[-gtk].
diff --git a/known_problems/piuparts-depends-dummy_error.conf b/known_problems/piuparts-depends-dummy_error.conf
new file mode 100644
index 0000000..4b62ebe
--- /dev/null
+++ b/known_problems/piuparts-depends-dummy_error.conf
@@ -0,0 +1,12 @@
+#
+# detect problems where piuparts-depends-dummy.deb was not installed
+#
+PATTERN='ERROR: Installation of piuparts-depends-dummy FAILED'
+WHERE='fail bugged affected'
+ISSUE=0
+HEADER='Problems installing piuparts-depends-dummy.deb'
+HELPTEXT='
+<p>
+apt chose to remove piuparts-depends-dummy.deb instead of fixing it.
+</p>
+'
diff --git a/known_problems/piuparts-depends-dummy_issue.conf b/known_problems/piuparts-depends-dummy_issue.conf
new file mode 100644
index 0000000..014020c
--- /dev/null
+++ b/known_problems/piuparts-depends-dummy_issue.conf
@@ -0,0 +1,12 @@
+#
+# detect problems where piuparts-depends-dummy.deb was not installed
+#
+PATTERN='ERROR: Installation of piuparts-depends-dummy FAILED'
+WHERE='pass'
+ISSUE=1
+HEADER='Problems installing piuparts-depends-dummy.deb'
+HELPTEXT='
+<p>
+apt chose to remove piuparts-depends-dummy.deb instead of fixing it.
+</p>
+'
diff --git a/piuparts-report.py b/piuparts-report.py
index cf1b2b3..a279f0b 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -447,6 +447,7 @@ linktarget_by_template = [
("module_build_error_issue.tpl", "but logfile contains dkms module build failures"),
("obsolete_conffiles_issue.tpl", "but logfile reports obsolete conffiles"),
("missing_md5sums_issue.tpl", "but logfile reports missing md5sums"),
+ ("piuparts-depends-dummy_issue.tpl", "but logfile reports piuparts-depends-dummy.deb could not be installed"),
("used_exception_issue.tpl", "but package used a piuparts exception"),
("dependency_error.tpl", "due to unsatisfied dependencies"),
@@ -481,6 +482,7 @@ linktarget_by_template = [
("broken_symlinks_error.tpl", "...and logfile also contains 'broken symlinks'"),
("obsolete_conffiles_error.tpl", "...and logfile reports obsolete conffiles"),
("missing_md5sums_error.tpl", "...and logfile reports missing md5sums"),
+ ("piuparts-depends-dummy_error.tpl", "...and logfile reports piuparts-depends-dummy.deb could not be installed"),
("unknown_failures.tpl", "due to unclassified failures"),
]
--
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