[Pkg-haskell-commits] darcs: haskell-hsmagick: Add patch

Joachim Breitner mail at joachim-breitner.de
Sat Nov 1 20:24:46 UTC 2014


Sat Nov  1 20:21:42 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Add patch

    M ./changelog -1 +2
    M ./control -13 +13
    A ./patches/
    A ./patches/10-lcms2-dev.patch
    A ./patches/series

Sat Nov  1 20:21:42 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Add patch
diff -rN -u old-haskell-hsmagick/changelog new-haskell-hsmagick/changelog
--- old-haskell-hsmagick/changelog	2014-11-01 20:24:45.999282663 +0000
+++ new-haskell-hsmagick/changelog	2014-11-01 20:24:46.007282666 +0000
@@ -1,6 +1,7 @@
 haskell-hsmagick (0.5-5) UNRELEASED; urgency=medium
 
-  * Depend on liblcms2-dev (Closes: #757825)
+  * Depend on liblcms2-dev. Thanks to Tobias Frost for the patch (Closes:
+    #757825)
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 11 Aug 2014 18:47:13 +0200
 
diff -rN -u old-haskell-hsmagick/control new-haskell-hsmagick/control
--- old-haskell-hsmagick/control	2014-11-01 20:24:45.999282663 +0000
+++ new-haskell-hsmagick/control	2014-11-01 20:24:46.003282665 +0000
@@ -4,19 +4,19 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
-             , haskell-devscripts (>= 0.8.13)
-             , cdbs
-             , ghc
-             , ghc-prof
-             , libgraphicsmagick1-dev
-             , pkg-config
-             , libtiff-dev
-             , libjasper-dev
-             , libjpeg-dev
-             , libpng-dev
-             , libbz2-dev
-             , libz-dev
-	     , liblcms2-dev
+ , haskell-devscripts (>= 0.8.13)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libgraphicsmagick1-dev
+ , pkg-config
+ , libtiff-dev
+ , libjasper-dev
+ , libjpeg-dev
+ , libpng-dev
+ , libbz2-dev
+ , libz-dev
+ , liblcms2-dev
 Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.4
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsmagick
diff -rN -u old-haskell-hsmagick/patches/10-lcms2-dev.patch new-haskell-hsmagick/patches/10-lcms2-dev.patch
--- old-haskell-hsmagick/patches/10-lcms2-dev.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsmagick/patches/10-lcms2-dev.patch	2014-11-01 20:24:46.003282665 +0000
@@ -0,0 +1,15 @@
+Description: Change dependency from lcms to lcms2
+Author: Tobias Frost <tobi at debian.org>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/hsmagick.cabal
++++ b/hsmagick.cabal
+@@ -23,7 +23,7 @@
+ ghc-options:         -Wall
+ extra-libraries:     tiff jasper jpeg png wmflite bz2 z m
+ pkgconfig-depends:   GraphicsMagick >= 1.3.3
+-                   , lcms
++                   , lcms2
+                    , freetype2
+                    , libxml-2.0
+ 
diff -rN -u old-haskell-hsmagick/patches/series new-haskell-hsmagick/patches/series
--- old-haskell-hsmagick/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsmagick/patches/series	2014-11-01 20:24:46.003282665 +0000
@@ -0,0 +1 @@
+10-lcms2-dev.patch




More information about the Pkg-haskell-commits mailing list