[Pkg-haskell-commits] darcs: tools: Ignore clisp, due to invalid Build-Depends line

Joachim Breitner mail at joachim-breitner.de
Sun Dec 29 14:56:03 UTC 2013


Sun Dec 29 14:55:44 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Ignore clisp, due to invalid Build-Depends line

    M ./haskell-pkg-debcheck.hs +1

Sun Dec 29 14:55:44 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Ignore clisp, due to invalid Build-Depends line
diff -rN -u old-tools/haskell-pkg-debcheck.hs new-tools/haskell-pkg-debcheck.hs
--- old-tools/haskell-pkg-debcheck.hs	2013-12-29 14:56:03.094111469 +0000
+++ new-tools/haskell-pkg-debcheck.hs	2013-12-29 14:56:03.158111447 +0000
@@ -192,6 +192,7 @@
     M.fromListWith higherSourceVersion . 
     mapMaybe (\para -> do -- Maybe monad
         p <- (SrcPkgName . BS.unpack) <$> fieldValue "Package" para
+        guard (p /= SrcPkgName "clisp")
         a <- BS.unpack <$> fieldValue "Architecture" para
         guard (a /= "all")
         v <- parseDebianVersion <$>




More information about the Pkg-haskell-commits mailing list