[DHG_packages] 01/01: cairo gio gtk gtk3 pango: add gtk2hs-buildtools libraries to b-d
Clint Adams
clint at moszumanska.debian.org
Tue Oct 25 01:27:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 5f3444d2e86ccbedb2c3e5e793e7d6d09def49e9
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 24 21:24:03 2016 -0400
cairo gio gtk gtk3 pango: add gtk2hs-buildtools libraries to b-d
---
p/haskell-cairo/debian/changelog | 6 ++++++
p/haskell-cairo/debian/control | 10 +++++++---
p/haskell-gio/debian/changelog | 6 ++++++
p/haskell-gio/debian/control | 10 +++++++---
p/haskell-gtk/debian/changelog | 6 ++++++
p/haskell-gtk/debian/control | 10 +++++++---
p/haskell-gtk3/debian/changelog | 6 ++++++
p/haskell-gtk3/debian/control | 10 +++++++---
p/haskell-pango/debian/changelog | 6 ++++++
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 1943327..8894485 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 at 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 cd93d9b..12fe888 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 989c24b..1027f14 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 at 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 9f03521..164a872 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 9344389..8856692 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 at 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 88de7f0..86fd021 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 76a7ea4..e4f38ec 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 at 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 4cf629c..8b8ba99 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 f0157db..734390c 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 at 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 7604366..32396eb 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list