[Piuparts-commits] [piuparts] 01/02: p-r: fix typo preventing unknown_inadequate_issue report
Holger Levsen
holger at moszumanska.debian.org
Sun Feb 16 22:32:05 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 3c28cba1d57503a448b06f5bbc7eab9eb90e472a
Author: Andreas Beckmann <anbe at debian.org>
Date: Sun Feb 16 13:04:55 2014 +0100
p-r: fix typo preventing unknown_inadequate_issue report
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
piuparts-report.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/piuparts-report.py b/piuparts-report.py
index a279f0b..8a5e9b6 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -440,7 +440,7 @@ linktarget_by_template = [
("undefined_symbol_inadequate_issue.tpl", "but adequate found an undefined symbol"),
("symbol-size-mismatch_inadequate_issue.tpl", "but adequate found that a symbol has changed size since the package was built"),
("missing-symbol-version-information_inadequate_issue.tpl", "but adequate found that a library is missing symbol version information"),
- ("unknown_inadequate_issue.conf", "but an unknown adequate issue was found"),
+ ("unknown_inadequate_issue.tpl", "but an unknown adequate issue was found"),
("inadequate_exit_issue.tpl", "but adequate exited inadequately"),
("packages_have_been_kept_back_issue.tpl", "but logfile contains 'packages have been kept back'"),
("needs_rebuild_issue.tpl", "but logfile recommends to rebuild some packages"),
--
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