[DHG_packages] 08/10: JuciyPixels: Line endings
Joachim Breitner
nomeata at moszumanska.debian.org
Tue Aug 11 09:29:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository DHG_packages.
commit d40b3f2e9cbd430302c8e5832b79b337503745c5
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Aug 11 11:26:22 2015 +0200
JuciyPixels: Line endings
---
.../debian/patches/fix-error-message-spelling.patch | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch b/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch
index 07c18c2..d6b16ce 100644
--- a/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch
+++ b/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch
@@ -7,11 +7,11 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Codec/Picture/Jpg.hs
+++ b/src/Codec/Picture/Jpg.hs
@@ -581,7 +581,7 @@ decodeJpegWithMetadata file = case runGe
- in
- (, meta) <$>
- dynamicOfColorSpace (colorSpaceOfState st) imgWidth imgHeight arr
-- _ -> Left "Unkown JPG kind"
-+ _ -> Left "Unknown JPG kind"
- where
- compCount = length $ jpgComponents scanInfo
- (_,scanInfo) = gatherScanInfo img
+ in
+ (, meta) <$>
+ dynamicOfColorSpace (colorSpaceOfState st) imgWidth imgHeight arr
+- _ -> Left "Unkown JPG kind"
++ _ -> Left "Unknown JPG kind"
+ where
+ compCount = length $ jpgComponents scanInfo
+ (_,scanInfo) = gatherScanInfo img
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list