[Pkg-haskell-maintainers] Bug#757825: haskell-hsmagick: diff for NMU version 0.5-4.1
Tobias Frost
tobi at debian.org
Sat Nov 1 19:48:21 UTC 2014
Control: tags 757825 + patch
Control: tags 757825 + pending
Dear maintainer,
I've prepared an NMU for haskell-hsmagick (versioned as 0.5-4.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.
Regards.
diff -Nru haskell-hsmagick-0.5/debian/changelog haskell-hsmagick-0.5/debian/changelog
--- haskell-hsmagick-0.5/debian/changelog 2014-05-01 12:37:04.000000000 +0200
+++ haskell-hsmagick-0.5/debian/changelog 2014-11-01 20:46:58.000000000 +0100
@@ -1,3 +1,10 @@
+haskell-hsmagick (0.5-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Change depdendency of the module to lcms2. (Closes: #757825)
+
+ -- Tobias Frost <tobi at debian.org> Sat, 01 Nov 2014 19:46:58 +0000
+
haskell-hsmagick (0.5-4) unstable; urgency=high
* Add liblcms-dev to Build-Depends (Closes: #746083)
diff -Nru haskell-hsmagick-0.5/debian/control haskell-hsmagick-0.5/debian/control
--- haskell-hsmagick-0.5/debian/control 2014-05-01 12:40:24.000000000 +0200
+++ haskell-hsmagick-0.5/debian/control 2014-11-01 20:35:21.000000000 +0100
@@ -16,7 +16,7 @@
, libpng-dev
, libbz2-dev
, libz-dev
- , liblcms-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 -Nru haskell-hsmagick-0.5/debian/patches/10-lcms2-dev.patch haskell-hsmagick-0.5/debian/patches/10-lcms2-dev.patch
--- haskell-hsmagick-0.5/debian/patches/10-lcms2-dev.patch 1970-01-01 01:00:00.000000000 +0100
+++ haskell-hsmagick-0.5/debian/patches/10-lcms2-dev.patch 2014-11-01 20:45:59.000000000 +0100
@@ -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 -Nru haskell-hsmagick-0.5/debian/patches/series haskell-hsmagick-0.5/debian/patches/series
--- haskell-hsmagick-0.5/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ haskell-hsmagick-0.5/debian/patches/series 2014-11-01 20:24:50.000000000 +0100
@@ -0,0 +1 @@
+10-lcms2-dev.patch
More information about the Pkg-haskell-maintainers
mailing list