diff options
author | Clint Adams <clint@debian.org> | 2016-10-24 21:24:03 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-24 21:24:03 -0400 |
commit | 5f3444d2e86ccbedb2c3e5e793e7d6d09def49e9 (patch) | |
tree | e0bf4383ee9a14f491613cf78c5a753e5a36a9d2 | |
parent | 99f54e7b60b591861550589c1e053eb440023b99 (diff) | |
download | DHG_packages-5f3444d2e86ccbedb2c3e5e793e7d6d09def49e9.tar.gz |
cairo gio gtk gtk3 pango: add gtk2hs-buildtools libraries to b-d
-rw-r--r-- | p/haskell-cairo/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-cairo/debian/control | 10 | ||||
-rw-r--r-- | p/haskell-gio/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-gio/debian/control | 10 | ||||
-rw-r--r-- | p/haskell-gtk/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-gtk/debian/control | 10 | ||||
-rw-r--r-- | p/haskell-gtk3/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-gtk3/debian/control | 10 | ||||
-rw-r--r-- | p/haskell-pango/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-pango/debian/control | 10 |
10 files changed, 65 insertions, 15 deletions
diff --git a/p/haskell-cairo/debian/changelog b/p/haskell-cairo/debian/changelog index 19433276f..88944859d 100644 --- a/p/haskell-cairo/debian/changelog +++ b/p/haskell-cairo/debian/changelog @@ -1,3 +1,9 @@ +haskell-cairo (0.13.3.0-2) experimental; urgency=medium + + * Add gtk2hs-buildtools libraries to Build-Depends. + + -- Clint Adams <clint@debian.org> Mon, 24 Oct 2016 21:23:44 -0400 + haskell-cairo (0.13.3.0-1) experimental; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-cairo/debian/control b/p/haskell-cairo/debian/control index cd93d9bb8..12fe88834 100644 --- a/p/haskell-cairo/debian/control +++ b/p/haskell-cairo/debian/control @@ -10,8 +10,11 @@ Build-Depends: emscripten, ghc (>= 8), ghc-prof, - gtk2hs-buildtools (>= 0.13.0.3), - haskell-devscripts (>= 0.10), + gtk2hs-buildtools (>= 0.13.2.0), + libghc-gtk2hs-buildtools-dev (>= 0.13.2.0), + libghc-gtk2hs-buildtools-dev (<< 0.14), + libghc-gtk2hs-buildtools-prof, + haskell-devscripts (>= 0.13), libcairo2-dev, libghc-mtl-dev, libghc-mtl-prof, @@ -23,6 +26,7 @@ Build-Depends: libghc-utf8-string-prof, Build-Depends-Indep: ghc-doc, + libghc-gtk2hs-buildtools-doc, libghc-mtl-doc, libghc-text-doc, libghc-utf8-string-doc, @@ -44,7 +48,7 @@ Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, -Description: Binding to the Cairo library${haskell:ShortBlurb} +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, amongst others. diff --git a/p/haskell-gio/debian/changelog b/p/haskell-gio/debian/changelog index 989c24b1a..1027f1476 100644 --- a/p/haskell-gio/debian/changelog +++ b/p/haskell-gio/debian/changelog @@ -1,3 +1,9 @@ +haskell-gio (0.13.3.0-2) experimental; urgency=medium + + * Add gtk2hs-buildtools libraries to Build-Depends. + + -- Clint Adams <clint@debian.org> Mon, 24 Oct 2016 21:23:48 -0400 + haskell-gio (0.13.3.0-1) experimental; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-gio/debian/control b/p/haskell-gio/debian/control index 9f035213f..164a872ad 100644 --- a/p/haskell-gio/debian/control +++ b/p/haskell-gio/debian/control @@ -9,8 +9,11 @@ Build-Depends: debhelper (>= 9), ghc (>= 8), ghc-prof, - gtk2hs-buildtools (>= 0.13.0.3), - haskell-devscripts (>= 0.10), + gtk2hs-buildtools (>= 0.13.2.0), + libghc-gtk2hs-buildtools-dev (>= 0.13.2.0), + libghc-gtk2hs-buildtools-dev (<< 0.14), + libghc-gtk2hs-buildtools-prof, + haskell-devscripts (>= 0.13), libghc-glib-dev (<< 0.14), libghc-glib-dev (>= 0.13.0.0), libghc-glib-prof, @@ -19,6 +22,7 @@ Build-Depends: libglib2.0-dev, Build-Depends-Indep: ghc-doc, + libghc-gtk2hs-buildtools-doc, libghc-glib-doc, libghc-mtl-doc, Standards-Version: 3.9.8 @@ -38,7 +42,7 @@ Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, -Description: Binding to the GIO${haskell:ShortBlurb} +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 GnomeVFS and provide an API that is so good that developers prefer it over raw diff --git a/p/haskell-gtk/debian/changelog b/p/haskell-gtk/debian/changelog index 934438930..88566922e 100644 --- a/p/haskell-gtk/debian/changelog +++ b/p/haskell-gtk/debian/changelog @@ -1,3 +1,9 @@ +haskell-gtk (0.14.5-2) experimental; urgency=medium + + * Add gtk2hs-buildtools libraries to Build-Depends. + + -- Clint Adams <clint@debian.org> Mon, 24 Oct 2016 21:23:52 -0400 + haskell-gtk (0.14.5-1) experimental; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-gtk/debian/control b/p/haskell-gtk/debian/control index 88de7f069..86fd021fd 100644 --- a/p/haskell-gtk/debian/control +++ b/p/haskell-gtk/debian/control @@ -9,8 +9,11 @@ Build-Depends: debhelper (>= 9), ghc (>= 8), ghc-prof, - gtk2hs-buildtools (>= 0.13.0.4), - haskell-devscripts (>= 0.10), + gtk2hs-buildtools (>= 0.13.2.0), + libghc-gtk2hs-buildtools-dev (>= 0.13.2.0), + libghc-gtk2hs-buildtools-dev (<< 0.14), + libghc-gtk2hs-buildtools-prof, + haskell-devscripts (>= 0.13), libghc-cairo-dev (<< 0.14), libghc-cairo-dev (>= 0.13.0.0), libghc-cairo-prof, @@ -31,6 +34,7 @@ Build-Depends: libgtk2.0-dev, Build-Depends-Indep: ghc-doc, + libghc-gtk2hs-buildtools-doc, libghc-cairo-doc, libghc-gio-doc, libghc-glib-doc, @@ -55,7 +59,7 @@ Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, -Description: Binding to the Gtk+ graphical user interface library${haskell:ShortBlurb} +Description: binding to the Gtk+ graphical user interface library${haskell:ShortBlurb} This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces. diff --git a/p/haskell-gtk3/debian/changelog b/p/haskell-gtk3/debian/changelog index 76a7ea46c..e4f38ec96 100644 --- a/p/haskell-gtk3/debian/changelog +++ b/p/haskell-gtk3/debian/changelog @@ -1,3 +1,9 @@ +haskell-gtk3 (0.14.5-2) experimental; urgency=medium + + * Add gtk2hs-buildtools libraries to Build-Depends. + + -- Clint Adams <clint@debian.org> Mon, 24 Oct 2016 21:23:53 -0400 + haskell-gtk3 (0.14.5-1) experimental; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-gtk3/debian/control b/p/haskell-gtk3/debian/control index 4cf629c9f..8b8ba9938 100644 --- a/p/haskell-gtk3/debian/control +++ b/p/haskell-gtk3/debian/control @@ -9,8 +9,11 @@ Build-Depends: debhelper (>= 9), ghc (>= 8), ghc-prof, - gtk2hs-buildtools (>= 0.13.0.4), - haskell-devscripts (>= 0.10), + gtk2hs-buildtools (>= 0.13.2.0), + libghc-gtk2hs-buildtools-dev (>= 0.13.2.0), + libghc-gtk2hs-buildtools-dev (<< 0.14), + libghc-gtk2hs-buildtools-prof, + haskell-devscripts (>= 0.13), libghc-cairo-dev, libghc-cairo-dev (<< 0.14), libghc-cairo-dev (>= 0.13.0.0), @@ -33,6 +36,7 @@ Build-Depends: libgtk-3-dev, Build-Depends-Indep: ghc-doc, + libghc-gtk2hs-buildtools-doc, libghc-cairo-doc, libghc-gio-doc, libghc-glib-doc, @@ -43,7 +47,7 @@ Standards-Version: 3.9.8 Homepage: http://projects.haskell.org/gtk2hs/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-gtk3 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -X-Description: Binding to the Gtk+ graphical user interface library +X-Description: binding to the Gtk+ graphical user interface library This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces. diff --git a/p/haskell-pango/debian/changelog b/p/haskell-pango/debian/changelog index f0157db6e..734390c3e 100644 --- a/p/haskell-pango/debian/changelog +++ b/p/haskell-pango/debian/changelog @@ -1,3 +1,9 @@ +haskell-pango (0.13.3.0-2) experimental; urgency=medium + + * Add gtk2hs-buildtools libraries to Build-Depends. + + -- Clint Adams <clint@debian.org> Mon, 24 Oct 2016 21:23:55 -0400 + haskell-pango (0.13.3.0-1) experimental; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-pango/debian/control b/p/haskell-pango/debian/control index 7604366e1..32396ebb2 100644 --- a/p/haskell-pango/debian/control +++ b/p/haskell-pango/debian/control @@ -10,8 +10,11 @@ Build-Depends: emscripten, ghc (>= 8), ghc-prof, - gtk2hs-buildtools (>= 0.13.0.3), - haskell-devscripts (>= 0.10), + gtk2hs-buildtools (>= 0.13.2.0), + libghc-gtk2hs-buildtools-dev (>= 0.13.2.0), + libghc-gtk2hs-buildtools-dev (<< 0.14), + libghc-gtk2hs-buildtools-prof, + haskell-devscripts (>= 0.13), libghc-cairo-dev (<< 0.14), libghc-cairo-dev (>= 0.13.0.0), libghc-cairo-prof, @@ -26,6 +29,7 @@ Build-Depends: libpango1.0-dev, Build-Depends-Indep: ghc-doc, + libghc-gtk2hs-buildtools-doc, libghc-cairo-doc, libghc-glib-doc, libghc-mtl-doc, @@ -48,7 +52,7 @@ Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, -Description: Binding to the Pango text rendering engine${haskell:ShortBlurb} +Description: binding to the Pango text rendering engine${haskell:ShortBlurb} This package provides a wrapper around the Pango C library that allows high-quality rendering of Unicode text. It can be used either with Cairo to output text in PDF, PS or other documents or with Gtk+ to display text |