diff options
author | Clint Adams <clint@debian.org> | 2016-10-07 19:45:38 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-17 01:02:37 -0400 |
commit | dc70f622d6599d4c0dc163b1cae8e50a1c131d29 (patch) | |
tree | cfc22e5025cc449ffb917ef8e64f9522ea84a2d4 /p/haskell-cairo | |
parent | fd1aa4ee00e2a9d26a6d8bf3f6c57de7a0b93b40 (diff) | |
download | DHG_packages-dc70f622d6599d4c0dc163b1cae8e50a1c131d29.tar.gz |
cairo: Upgrading from 0.13.1.1 to 0.13.3.0
Diffstat (limited to 'p/haskell-cairo')
-rw-r--r-- | p/haskell-cairo/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-cairo/debian/control | 61 |
2 files changed, 42 insertions, 27 deletions
diff --git a/p/haskell-cairo/debian/changelog b/p/haskell-cairo/debian/changelog index 86a28b633..19433276f 100644 --- a/p/haskell-cairo/debian/changelog +++ b/p/haskell-cairo/debian/changelog @@ -1,13 +1,13 @@ -haskell-cairo (0.13.1.1-2) UNRELEASED; urgency=medium +haskell-cairo (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:34:54 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 01:02:23 -0400 haskell-cairo (0.13.1.1-1) unstable; urgency=medium diff --git a/p/haskell-cairo/debian/control b/p/haskell-cairo/debian/control index 10dd6f799..cd93d9bb8 100644 --- a/p/haskell-cairo/debian/control +++ b/p/haskell-cairo/debian/control @@ -1,41 +1,49 @@ Source: haskell-cairo 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), + emscripten, + ghc (>= 8), ghc-prof, + gtk2hs-buildtools (>= 0.13.0.3), + haskell-devscripts (>= 0.10), + libcairo2-dev, libghc-mtl-dev, libghc-mtl-prof, - libghc-text-dev (>= 1.0.0.0), libghc-text-dev (<< 1.3), + libghc-text-dev (>= 1.0.0.0), libghc-text-prof, - libghc-utf8-string-dev (>= 0.2), libghc-utf8-string-dev (<< 1.1), + libghc-utf8-string-dev (>= 0.2), libghc-utf8-string-prof, - libcairo2-dev, - gtk2hs-buildtools (>= 0.13.0.3), -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-mtl-doc, libghc-text-doc, libghc-utf8-string-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-cairo Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-cairo-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, - ${misc:Depends}, +Depends: libcairo2-dev, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: Binding to the Cairo library${haskell:ShortBlurb} Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, @@ -45,11 +53,15 @@ Description: Binding to the Cairo library${haskell:ShortBlurb} Package: libghc-cairo-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 Cairo library${haskell:ShortBlurb} Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, @@ -60,10 +72,13 @@ Description: Binding to the Cairo library${haskell:ShortBlurb} Package: libghc-cairo-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 Cairo library${haskell:ShortBlurb} Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, |