summaryrefslogtreecommitdiff
path: root/p/haskell-gtksourceview2
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-12-21 21:55:12 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-12-21 21:55:12 +0300
commit9422b72baf04b671edc819f314d87aecf18c16ae (patch)
treef4de3a6037439a11162765b424e29677940b6f1a /p/haskell-gtksourceview2
parent965adcc222a31a820137fbb556ed0aa6bddce82e (diff)
downloadDHG_packages-9422b72baf04b671edc819f314d87aecf18c16ae.tar.gz
haskell-gtksourceview2: New upstream release
Diffstat (limited to 'p/haskell-gtksourceview2')
-rw-r--r--p/haskell-gtksourceview2/debian/changelog4
-rw-r--r--p/haskell-gtksourceview2/debian/control4
-rw-r--r--p/haskell-gtksourceview2/debian/patches/work-around-bool-define.patch12
3 files changed, 12 insertions, 8 deletions
diff --git a/p/haskell-gtksourceview2/debian/changelog b/p/haskell-gtksourceview2/debian/changelog
index 1216478d8..5848870b0 100644
--- a/p/haskell-gtksourceview2/debian/changelog
+++ b/p/haskell-gtksourceview2/debian/changelog
@@ -1,9 +1,9 @@
-haskell-gtksourceview2 (0.13.0.0-1) UNRELEASED; urgency=medium
+haskell-gtksourceview2 (0.13.1.1-1) UNRELEASED; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
* New upstream release
- -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 17:03:27 +0100
+ -- Joachim Breitner <nomeata@debian.org> Sun, 21 Dec 2014 19:21:17 +0100
haskell-gtksourceview2 (0.12.3.1-4) unstable; urgency=low
diff --git a/p/haskell-gtksourceview2/debian/control b/p/haskell-gtksourceview2/debian/control
index b9ba35427..d4ce9397b 100644
--- a/p/haskell-gtksourceview2/debian/control
+++ b/p/haskell-gtksourceview2/debian/control
@@ -13,6 +13,9 @@ Build-Depends: debhelper (>= 9)
, libghc-glib-dev (>= 0.13)
, libghc-glib-dev (<< 0.14)
, libghc-glib-prof
+ , libghc-gtk-dev (>= 0.13)
+ , libghc-gtk-dev (<< 0.14)
+ , libghc-gtk-prof
, libghc-text-dev
, libghc-text-prof
, libgtksourceview2.0-dev
@@ -20,6 +23,7 @@ Build-Depends: debhelper (>= 9)
Build-Depends-Indep: ghc-doc
, libghc-mtl-doc
, libghc-glib-doc
+ , libghc-gtk-doc
, libghc-text-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/gtksourceview2
diff --git a/p/haskell-gtksourceview2/debian/patches/work-around-bool-define.patch b/p/haskell-gtksourceview2/debian/patches/work-around-bool-define.patch
index 7451a627a..708a95ff8 100644
--- a/p/haskell-gtksourceview2/debian/patches/work-around-bool-define.patch
+++ b/p/haskell-gtksourceview2/debian/patches/work-around-bool-define.patch
@@ -4,13 +4,13 @@ Description: Work around predefined "bool" on some architectures
Author: Colin Watson <cjwatson@ubuntu.com>
Forwarded: no
-Index: haskell-gtksourceview2-0.12.3.1/gtksourceview2.cabal
+Index: gtksourceview2-0.13.1.1/gtksourceview2.cabal
===================================================================
---- haskell-gtksourceview2-0.12.3.1.orig/gtksourceview2.cabal
-+++ haskell-gtksourceview2-0.12.3.1/gtksourceview2.cabal
-@@ -81,3 +81,5 @@ Library
- include-dirs: .
- x-c2hs-Header: gtksourceview2.h
+--- gtksourceview2-0.13.1.1.orig/gtksourceview2.cabal 2014-12-21 19:22:03.582807243 +0100
++++ gtksourceview2-0.13.1.1/gtksourceview2.cabal 2014-12-21 19:22:27.175287331 +0100
+@@ -84,3 +84,5 @@
pkgconfig-depends: gtksourceview-2.0 >= 2.0.2
+ x-Types-Hierarchy: hierarchy.list
+ build-depends: gtk >=0.13.0.0 && <0.14
+
+ cpp-options: -Ubool