From: Matt Birkholz Date: Mon, 19 Mar 2018 18:28:42 +0000 (-0700) Subject: pango,cairo,gtk,gtk-screen/debian/control: Update dependencies. X-Git-Tag: mit-scheme-pucked-x11-0.2.2~8 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=06c3b6ce472081eeae18f89906c4d8b4ae137261;p=mit-scheme.git pango,cairo,gtk,gtk-screen/debian/control: Update dependencies. --- diff --git a/src/cairo/debian/control b/src/cairo/debian/control index e3a57e618..88e475dc4 100644 --- a/src/cairo/debian/control +++ b/src/cairo/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked-pango (>= 0.1), + mit-scheme-pucked-pango (>= 0.6), texinfo, texlive, libcairo2-dev Standards-Version: 3.9.4 @@ -13,7 +13,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-cairo Architecture: any -Depends: mit-scheme-pucked-pango (>= 0.1), ${shlibs:Depends}, ${misc:Depends} +Depends: mit-scheme-pucked-pango (>= 0.6), ${shlibs:Depends}, ${misc:Depends} Description: Cairo plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable wrapper of a small portion of the Cairo C API, just sufficient to diff --git a/src/gtk-screen/debian/control b/src/gtk-screen/debian/control index 9efc61922..4d49f80d7 100644 --- a/src/gtk-screen/debian/control +++ b/src/gtk-screen/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), mit-scheme-pucked-edwin (>= 3.116.1), - mit-scheme-pucked-gtk (>= 0.5) + mit-scheme-pucked-gtk (>= 0.6) Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git @@ -13,6 +13,6 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-gtk-screen Architecture: any Depends: mit-scheme-pucked-edwin (>= 3.116.1), - mit-scheme-pucked-gtk (>= 0.5) + mit-scheme-pucked-gtk (>= 0.6) Description: Gtk screen plugin for MIT/GNU Scheme Pucked This package provides a Gtk-based screen type for Edwin. diff --git a/src/gtk/debian/control b/src/gtk/debian/control index ec17c2c50..e353bf45f 100644 --- a/src/gtk/debian/control +++ b/src/gtk/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked-cairo (>= 0.5), + mit-scheme-pucked-cairo (>= 0.6), texinfo, texlive, libgtk-3-dev Standards-Version: 3.9.4 @@ -13,7 +13,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-gtk Architecture: any -Depends: mit-scheme-pucked-cairo (>= 0.5), ${shlibs:Depends}, ${misc:Depends} +Depends: mit-scheme-pucked-cairo (>= 0.6), ${shlibs:Depends}, ${misc:Depends} Description: Gtk plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable wrapper of a small portion of the Gtk3 C API, just sufficient to diff --git a/src/pango/debian/control b/src/pango/debian/control index b976cea0c..330dce703 100644 --- a/src/pango/debian/control +++ b/src/pango/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked-glib (>= 0.5), + mit-scheme-pucked-glib (>= 0.7), texinfo, texlive, libpango1.0-dev Standards-Version: 3.9.4 @@ -13,7 +13,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-pango Architecture: any -Depends: mit-scheme-pucked-glib (>= 0.5), ${shlibs:Depends}, ${misc:Depends} +Depends: mit-scheme-pucked-glib (>= 0.7), ${shlibs:Depends}, ${misc:Depends} Description: Pango plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable wrapper of a small portion of the Pango C API.