[Pkg-haskell-commits] [tools] 01/01: reasons.hs: Depends: lines are really not displayed anymore.
Sven Bartscher
svenb-guest at moszumanska.debian.org
Mon Aug 18 13:44:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
svenb-guest pushed a commit to branch master
in repository tools.
commit 67c7dac297c76515c4c8db650aef162d1f345f3a
Author: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
Date: Mon Aug 18 15:44:11 2014 +0200
reasons.hs: Depends: lines are really not displayed anymore.
---
reasons.hs | 6 ------
1 file changed, 6 deletions(-)
diff --git a/reasons.hs b/reasons.hs
index 717ee01..0279674 100644
--- a/reasons.hs
+++ b/reasons.hs
@@ -85,12 +85,6 @@ isInteresting :: [String] -> String -> Bool
isInteresting blockers excuse = "out of date on" `isPrefixOf` excuse
|| "introduces new bugs" `isInfixOf` excuse
|| "Too young" `isPrefixOf` excuse
- || isInterestingDependency blockers excuse -- Left here
- -- for the case that
- -- getAdditionalExcuses
- -- misses something.
- -- (Can be removed after
- -- sufficient testing)
isInterestingDependency :: [String] -> String -> Bool
isInterestingDependency pkgs excuse = "(not considered)" `isSuffixOf` excuse
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/tools.git
More information about the Pkg-haskell-commits
mailing list