debian/0000775000000000000000000000000012275713777007212 5ustar debian/patches/0000775000000000000000000000000012275713777010641 5ustar debian/patches/series0000664000000000000000000000002012275713777012046 0ustar fix-lcms2.patch debian/patches/fix-lcms2.patch0000664000000000000000000000135212275714057013457 0ustar Description: Change required pkg-config dependencies to include lcms2 as well to fix FTBFS: The pkg-config package lcms is required but it could not be found. Apparently lcms in version 2.X changed their pkg-config package name. Author: Andreas Moog Bug: https://github.com/vincentg/hsmagick/issues/9 Forwarded: yes --- haskell-hsmagick-0.5.orig/hsmagick.cabal +++ haskell-hsmagick-0.5/hsmagick.cabal @@ -23,7 +23,7 @@ other-modules: Graphics.Transform. 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 debian/control0000664000000000000000000000432612275714066010612 0ustar Source: haskell-hsmagick Priority: extra Section: haskell Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Haskell Group Uploaders: Clint Adams 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 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 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsmagick Homepage: https://github.com/vincentg/hsmagick Package: libghc-hsmagick-dev Architecture: any Depends: ${shlibs:Depends} , ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: FFI bindings for the GraphicsMagick library FFI bindings for the GraphicsMagick library. . Author: Tim Chevalier Upstream-Maintainer: Vincent Gerard, vincent@xenbox.fr . This package contains the normal library files. Package: libghc-hsmagick-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: FFI bindings for the GraphicsMagick library; profiling libraries FFI bindings for the GraphicsMagick library. . Author: Tim Chevalier Upstream-Maintainer: Vincent Gerard, vincent@xenbox.fr . This package contains the libraries compiled with profiling enabled. Package: libghc-hsmagick-doc Architecture: all Section: doc Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: FFI bindings for the GraphicsMagick library; documentation FFI bindings for the GraphicsMagick library. . Author: Tim Chevalier Upstream-Maintainer: Vincent Gerard, vincent@xenbox.fr . This package contains the documentation files. debian/source/0000775000000000000000000000000012036250301010460 5ustar debian/source/format0000664000000000000000000000001312036250301011665 0ustar 3.0 (quilt)debian/rules0000775000000000000000000000015512036250301010241 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/compat0000664000000000000000000000000212147620565010376 0ustar 9 debian/changelog0000664000000000000000000000151512275713761011057 0ustar haskell-hsmagick (0.5-3ubuntu1) trusty; urgency=medium * Change required pkg-config dependencies to include lcms2 as well to fix FTBFS: The pkg-config package lcms is required but it could not be found. -- Andreas Moog Sun, 09 Feb 2014 15:59:02 +0100 haskell-hsmagick (0.5-3) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:50:59 +0200 haskell-hsmagick (0.5-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:09 +0200 haskell-hsmagick (0.5-1) unstable; urgency=low * Initial release. -- Clint Adams Tue, 11 Sep 2012 18:00:06 -0400 debian/watch0000664000000000000000000000033412036250301010211 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|hsmagick-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/hsmagick \ ([\d\.]*\d)/ debian/copyright0000664000000000000000000000271712036250301011122 0ustar Copyright (c) Tim Chevalier 2008 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the author nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.