summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-08-11 13:42:28 +0200
committerClint Adams <clint@debian.org>2015-08-11 13:51:36 +0200
commit2bea2f977da169d1e55a50f17b85c304898a9ddc (patch)
tree1d6a998a9828f65877e8eb88479f5d19c046241b /p
parentf8e5aa8b00ff4907e56e41e8b40f4117164f91f6 (diff)
downloadDHG_packages-2bea2f977da169d1e55a50f17b85c304898a9ddc.tar.gz
JuicyPixels: new upstream version 3.2.5.3
Diffstat (limited to 'p')
-rw-r--r--p/haskell-juicypixels/debian/changelog6
-rw-r--r--p/haskell-juicypixels/debian/control2
-rw-r--r--p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch4
3 files changed, 9 insertions, 3 deletions
diff --git a/p/haskell-juicypixels/debian/changelog b/p/haskell-juicypixels/debian/changelog
index fa523bfa3..a84799710 100644
--- a/p/haskell-juicypixels/debian/changelog
+++ b/p/haskell-juicypixels/debian/changelog
@@ -1,3 +1,9 @@
+haskell-juicypixels (3.2.5.3-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Tue, 11 Aug 2015 13:41:34 +0200
+
haskell-juicypixels (3.2.5.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-juicypixels/debian/control b/p/haskell-juicypixels/debian/control
index aa3966af6..aee984d6b 100644
--- a/p/haskell-juicypixels/debian/control
+++ b/p/haskell-juicypixels/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9)
, libghc-primitive-dev (<< 0.7)
, libghc-primitive-prof
, libghc-vector-dev (>= 0.9)
- , libghc-vector-dev (<< 0.11)
+ , libghc-vector-dev (<< 0.12)
, libghc-vector-prof
, libghc-zlib-dev (>= 0.5.3.1)
, libghc-zlib-dev (<< 0.7)
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 d6b16ce9a..f0ca83825 100644
--- a/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch
+++ b/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch
@@ -1,7 +1,7 @@
Description: Fix spelling error
Author: Dmitry Bogatov <KAction@gnu.org>
Forwarded: yes
-Last-Update: 2015-06-27
+Last-Update: 2015-08-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Codec/Picture/Jpg.hs
@@ -10,7 +10,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
in
(, meta) <$>
dynamicOfColorSpace (colorSpaceOfState st) imgWidth imgHeight arr
-- _ -> Left "Unkown JPG kind"
+- _ -> Left "Unnkown JPG kind"
+ _ -> Left "Unknown JPG kind"
where
compCount = length $ jpgComponents scanInfo