diff options
| author | Clint Adams <clint@debian.org> | 2016-10-07 20:07:05 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 12:18:22 -0400 |
| commit | e862cf8210129108536954f1e0c4073c3ad7c6a6 (patch) | |
| tree | 9d811f391dcf083b42e939d8b185b92f99754f55 /p/haskell-gio/debian | |
| parent | b2813b4fa5807a01dca224681045c4e782b3ff11 (diff) | |
| download | DHG_packages-e862cf8210129108536954f1e0c4073c3ad7c6a6.tar.gz | |
gio: Upgrading from 0.13.1.1 to 0.13.3.0
Diffstat (limited to 'p/haskell-gio/debian')
| -rw-r--r-- | p/haskell-gio/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-gio/debian/control | 54 |
2 files changed, 38 insertions, 24 deletions
diff --git a/p/haskell-gio/debian/changelog b/p/haskell-gio/debian/changelog index 4b80c5e7c..989c24b1a 100644 --- a/p/haskell-gio/debian/changelog +++ b/p/haskell-gio/debian/changelog @@ -1,13 +1,13 @@ -haskell-gio (0.13.1.1-3) UNRELEASED; urgency=medium +haskell-gio (0.13.3.0-1) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * New upstream version. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:20 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 12:18:16 -0400 haskell-gio (0.13.1.1-2) unstable; urgency=medium diff --git a/p/haskell-gio/debian/control b/p/haskell-gio/debian/control index 401116ca3..9f035213f 100644 --- a/p/haskell-gio/debian/control +++ b/p/haskell-gio/debian/control @@ -1,36 +1,43 @@ Source: haskell-gio Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Joachim Breitner <nomeata@debian.org> +Uploaders: + Joachim Breitner <nomeata@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, - libghc-glib-dev (>= 0.13.0.0), + gtk2hs-buildtools (>= 0.13.0.3), + haskell-devscripts (>= 0.10), libghc-glib-dev (<< 0.14), + libghc-glib-dev (>= 0.13.0.0), libghc-glib-prof, libghc-mtl-dev, libghc-mtl-prof, libglib2.0-dev, - gtk2hs-buildtools (>= 0.13.0.3), -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-glib-doc, libghc-mtl-doc, Standards-Version: 3.9.8 Homepage: http://projects.haskell.org/gtk2hs/ -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-gio Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-gio-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: Binding to the GIO${haskell:ShortBlurb} GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. The goal is to overcome the shortcomings of @@ -43,11 +50,15 @@ Description: Binding to the GIO${haskell:ShortBlurb} Package: libghc-gio-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: Binding to the GIO${haskell:ShortBlurb} GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. The goal is to overcome the shortcomings of @@ -61,10 +72,13 @@ Description: Binding to the GIO${haskell:ShortBlurb} Package: libghc-gio-doc Architecture: all Section: doc -Depends: ${misc:Depends}, +Depends: ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: Binding to the GIO${haskell:ShortBlurb} GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. The goal is to overcome the shortcomings of |
