[Pkg-haskell-commits] darcs: haskell-gtksourceview2: New upstream release

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 14:01:53 UTC 2014


Sun Dec 21 18:55:12 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release

    M ./changelog -2 +2
    M ./control +4
    M ./patches/work-around-bool-define.patch -6 +6

Sun Dec 21 18:55:12 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
diff -rN -u old-haskell-gtksourceview2/changelog new-haskell-gtksourceview2/changelog
--- old-haskell-gtksourceview2/changelog	2014-12-22 14:01:53.103864189 +0000
+++ new-haskell-gtksourceview2/changelog	2014-12-22 14:01:53.111864197 +0000
@@ -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 at debian.org>  Sat, 20 Dec 2014 17:03:27 +0100
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 21 Dec 2014 19:21:17 +0100
 
 haskell-gtksourceview2 (0.12.3.1-4) unstable; urgency=low
 
diff -rN -u old-haskell-gtksourceview2/control new-haskell-gtksourceview2/control
--- old-haskell-gtksourceview2/control	2014-12-22 14:01:53.103864189 +0000
+++ new-haskell-gtksourceview2/control	2014-12-22 14:01:53.103864189 +0000
@@ -13,6 +13,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-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 -rN -u old-haskell-gtksourceview2/patches/work-around-bool-define.patch new-haskell-gtksourceview2/patches/work-around-bool-define.patch
--- old-haskell-gtksourceview2/patches/work-around-bool-define.patch	2014-12-22 14:01:53.103864189 +0000
+++ new-haskell-gtksourceview2/patches/work-around-bool-define.patch	2014-12-22 14:01:53.107864193 +0000
@@ -4,13 +4,13 @@
 Author: Colin Watson <cjwatson at 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




More information about the Pkg-haskell-commits mailing list