[Pkg-haskell-commits] darcs: tools: Fix wanna-build syntax

Joachim Breitner mail at joachim-breitner.de
Sat Nov 3 19:03:13 UTC 2012


Sat Nov  3 19:02:40 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Fix wanna-build syntax
  Ignore-this: 2be602b3a97b6a158897f498cbaf02db

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

Sat Nov  3 19:02:40 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Fix wanna-build syntax
  Ignore-this: 2be602b3a97b6a158897f498cbaf02db
diff -rN -u old-tools//haskell-pkg-debcheck-exp.hs new-tools//haskell-pkg-debcheck-exp.hs
--- old-tools//haskell-pkg-debcheck-exp.hs	2012-11-03 19:03:12.862724771 +0000
+++ new-tools//haskell-pkg-debcheck-exp.hs	2012-11-03 19:03:12.870726756 +0000
@@ -128,7 +128,7 @@
         -- guard (fst (wbMap ! (s,a)) == "Installed")
         return (s,(S.singleton a, sv, formatReason x))
     
-    forM (M.toList nmus) $ \(s,(as,sv,exp)) -> putStrLn $ "nmu " ++ unPkgName (unSrcPkgName s) ++ "_" ++ show sv ++ " . " ++ unwords (S.toList as) ++ " . -m '" ++ exp ++ "' -D experimental"
+    forM (M.toList nmus) $ \(s,(as,sv,exp)) -> putStrLn $ "nmu " ++ unPkgName (unSrcPkgName s) ++ "_" ++ show sv ++ " . " ++ unwords (S.toList as) ++ " . experimental . -m '" ++ exp ++ "'"
     
     {-
     let buildingSources = unionWith mergeArches outdatedSources nmus





More information about the Pkg-haskell-commits mailing list