diff -Nru haskell-gi-gio-2.0.26/ChangeLog.md haskell-gi-gio-2.0.27/ChangeLog.md --- haskell-gi-gio-2.0.26/ChangeLog.md 2001-09-09 01:46:40.000000000 +0000 +++ haskell-gi-gio-2.0.27/ChangeLog.md 2001-09-09 01:46:40.000000000 +0000 @@ -1,3 +1,7 @@ +### 2.0.27 + ++ Upgrade to haskell-gi-base-0.24 + ### 2.0.26 + Mark the return value of [appInfoGetIcon](https://hackage.haskell.org/package/gi-gio/docs/GI-Gio-Interfaces-AppInfo.html#v:appInfoGetIcon) as nullable. diff -Nru haskell-gi-gio-2.0.26/debian/changelog haskell-gi-gio-2.0.27/debian/changelog --- haskell-gi-gio-2.0.26/debian/changelog 2020-08-14 21:41:11.000000000 +0000 +++ haskell-gi-gio-2.0.27/debian/changelog 2020-08-23 09:01:59.000000000 +0000 @@ -1,14 +1,8 @@ -haskell-gi-gio (2.0.26-2build2) groovy; urgency=medium +haskell-gi-gio (2.0.27-1) unstable; urgency=medium - * Rebuild against new GHC ABI. + * New upstream release - -- Gianfranco Costamagna Fri, 14 Aug 2020 23:41:11 +0200 - -haskell-gi-gio (2.0.26-2build1) groovy; urgency=medium - - * No-change rebuild for new GHC ABIs - - -- Steve Langasek Fri, 10 Jul 2020 18:50:46 +0000 + -- Ilias Tsitsimpis Sun, 23 Aug 2020 12:01:59 +0300 haskell-gi-gio (2.0.26-2) unstable; urgency=medium diff -Nru haskell-gi-gio-2.0.26/debian/control haskell-gi-gio-2.0.27/debian/control --- haskell-gi-gio-2.0.26/debian/control 2020-07-10 18:50:46.000000000 +0000 +++ haskell-gi-gio-2.0.27/debian/control 2020-08-23 09:01:59.000000000 +0000 @@ -1,9 +1,9 @@ Source: haskell-gi-gio -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Haskell Group +Maintainer: Debian Haskell Group Uploaders: Clint Adams Priority: optional Section: haskell +Rules-Requires-Root: no Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | haskell-devscripts (>= 0.8), cdbs, @@ -18,11 +18,11 @@ libghc-gi-gobject-dev (>= 2.0), libghc-gi-gobject-dev (<< 2.1), libghc-gi-gobject-prof, - libghc-haskell-gi-dev (>= 0.23.0), - libghc-haskell-gi-dev (<< 0.24), + libghc-haskell-gi-dev (>= 0.24.0), + libghc-haskell-gi-dev (<< 0.25), libghc-haskell-gi-prof, - libghc-haskell-gi-base-dev (>= 0.23), - libghc-haskell-gi-base-dev (<< 0.24), + libghc-haskell-gi-base-dev (>= 0.24), + libghc-haskell-gi-base-dev (<< 0.25), libghc-haskell-gi-base-prof, Build-Depends-Indep: ghc-doc, libghc-gi-glib-doc, diff -Nru haskell-gi-gio-2.0.26/debian/patches/no-haskell-gi-overloading haskell-gi-gio-2.0.27/debian/patches/no-haskell-gi-overloading --- haskell-gi-gio-2.0.26/debian/patches/no-haskell-gi-overloading 2020-06-08 16:22:12.000000000 +0000 +++ haskell-gi-gio-2.0.27/debian/patches/no-haskell-gi-overloading 2020-08-23 09:01:59.000000000 +0000 @@ -2,8 +2,8 @@ +++ b/gi-gio.cabal @@ -30,7 +30,6 @@ build-depends: base >= 4.7 && <5, - haskell-gi-base >= 0.23 && < 0.24, - haskell-gi >= 0.23.0 && < 0.24, + haskell-gi-base >= 0.24 && < 0.25, + haskell-gi >= 0.24.0 && < 0.25, - haskell-gi-overloading < 1.1, gi-gobject == 2.0.*, gi-glib == 2.0.*, diff -Nru haskell-gi-gio-2.0.26/gi-gio.cabal haskell-gi-gio-2.0.27/gi-gio.cabal --- haskell-gi-gio-2.0.26/gi-gio.cabal 2001-09-09 01:46:40.000000000 +0000 +++ haskell-gi-gio-2.0.27/gi-gio.cabal 2001-09-09 01:46:40.000000000 +0000 @@ -1,5 +1,5 @@ name: gi-gio -version: 2.0.26 +version: 2.0.27 synopsis: Gio bindings description: Bindings for Gio, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi @@ -16,7 +16,7 @@ custom-setup setup-depends: base >= 4.9 && < 5, Cabal >= 1.24, - haskell-gi >= 0.23 && < 0.24, + haskell-gi >= 0.24 && < 0.25, gi-gobject == 2.0.*, gi-glib == 2.0.* @@ -28,8 +28,8 @@ pkgconfig-depends: gio-2.0 build-depends: base >= 4.7 && <5, - haskell-gi-base >= 0.23 && < 0.24, - haskell-gi >= 0.23.0 && < 0.24, + haskell-gi-base >= 0.24 && < 0.25, + haskell-gi >= 0.24.0 && < 0.25, haskell-gi-overloading < 1.1, gi-gobject == 2.0.*, gi-glib == 2.0.*, @@ -79,6 +79,7 @@ GI.Gio.Interfaces.Initable, GI.Gio.Interfaces.ListModel, GI.Gio.Interfaces.LoadableIcon, + GI.Gio.Interfaces.MemoryMonitor, GI.Gio.Interfaces.Mount, GI.Gio.Interfaces.NetworkMonitor, GI.Gio.Interfaces.PollableInputStream, @@ -263,6 +264,7 @@ GI.Gio.Interfaces.Initable, GI.Gio.Interfaces.ListModel, GI.Gio.Interfaces.LoadableIcon, + GI.Gio.Interfaces.MemoryMonitor, GI.Gio.Interfaces.Mount, GI.Gio.Interfaces.NetworkMonitor, GI.Gio.Interfaces.PollableInputStream, diff -Nru haskell-gi-gio-2.0.26/README.md haskell-gi-gio-2.0.27/README.md --- haskell-gi-gio-2.0.26/README.md 2001-09-09 01:46:40.000000000 +0000 +++ haskell-gi-gio-2.0.27/README.md 2001-09-09 01:46:40.000000000 +0000 @@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gio-2.0.26/docs/GI-Gio.html](https://hackage.haskell.org/package/gi-gio-2.0.26/docs/GI-Gio.html) +[https://hackage.haskell.org/package/gi-gio-2.0.27/docs/GI-Gio.html](https://hackage.haskell.org/package/gi-gio-2.0.27/docs/GI-Gio.html) For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).