[Pkg-haskell-commits] darcs: cabal-debian: Remove patch which is now upstream

Sven Bartscher sven.bartscher at weltraumschlangen.de
Thu Aug 21 14:43:22 UTC 2014


Thu Aug 14 11:59:27 UTC 2014  Sven Bartscher <sven.bartscher at weltraumschlangen.de>
  * Remove patch which is now upstream

    R ./patches/depuppercase.patch
    M ./patches/series -1

Thu Aug 14 11:59:27 UTC 2014  Sven Bartscher <sven.bartscher at weltraumschlangen.de>
  * Remove patch which is now upstream
diff -rN -u old-cabal-debian/patches/depuppercase.patch new-cabal-debian/patches/depuppercase.patch
--- old-cabal-debian/patches/depuppercase.patch	2014-08-21 14:43:22.135263006 +0000
+++ new-cabal-debian/patches/depuppercase.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,25 +0,0 @@
-Description: Maps dependencies to lowercase.
-Author: Max Kirillov <max at max630.net>
-Reviewed-by: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
-Last-Update: 2014-07-30
-Forwarded: Yes
---- a/src/Debian/Debianize/BuildDependencies.hs
-+++ b/src/Debian/Debianize/BuildDependencies.hs
-@@ -7,7 +7,7 @@
- 
- import Control.Monad.State (MonadState(get))
- import Control.Monad.Trans (MonadIO)
--import Data.Char (isSpace)
-+import Data.Char (isSpace, toLower)
- import Data.Function (on)
- import Data.Lens.Lazy (access, getL)
- import Data.List as List (filter, map, minimumBy, nub)
-@@ -75,7 +75,7 @@
-     where
-       fixDeps :: Atoms -> [String] -> Relations
-       fixDeps atoms xs =
--          concatMap (\ cab -> fromMaybe [[D.Rel (D.BinPkgName ("lib" ++ cab ++ "-dev")) Nothing Nothing]]
-+          concatMap (\ cab -> fromMaybe [[D.Rel (D.BinPkgName ("lib" ++ map toLower cab ++ "-dev")) Nothing Nothing]]
-                                         (Map.lookup cab (getL T.extraLibMap atoms))) xs
- 
- -- The haskell-cdbs package contains the hlibrary.mk file with
diff -rN -u old-cabal-debian/patches/series new-cabal-debian/patches/series
--- old-cabal-debian/patches/series	2014-08-21 14:43:22.135263006 +0000
+++ new-cabal-debian/patches/series	2014-08-21 14:43:22.135263006 +0000
@@ -1,2 +1 @@
 man-page.diff
-depuppercase.patch




More information about the Pkg-haskell-commits mailing list