plugins: Almost all require 9.2.13 (use command-line-arguments).
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 6 Jun 2018 00:35:25 +0000 (17:35 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 6 Jun 2018 00:49:04 +0000 (17:49 -0700)
Include specific minimum versions for all direct dependencies
(i.e. those subsystems whose global-definitions were needed in the
.pkg description).

16 files changed:
src/blowfish/debian/control
src/cairo/debian/control
src/devops/debian/control
src/edwin/debian/control
src/gdbm/debian/control
src/gl/debian/control
src/glib/debian/control
src/gtk-screen/debian/control
src/gtk/debian/control
src/imail/debian/control
src/mcrypt/debian/control
src/pango/debian/control
src/pgsql/debian/control
src/planetarium/debian/control
src/x11-screen/debian/control
src/x11/debian/control

index 9fe198df0879b9d10c78f8119bd14789f2269fd3..df9c2dddb51be09a8e69bf568c58a76294488e24 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.7),
+               mit-scheme-pucked (>= 9.2.13),
                libssl-dev
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +12,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-blowfish
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.7), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked (>= 9.2.13),
+        ${shlibs:Depends}, ${misc:Depends}
 Description: Blowfish plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
  wrapper of the Blowfish block cipher C API as implemented by libssl.
index 88e475dc4639fd4099e98771b95ae5999cda4412..a1d054bbdc30bbb2f77e3843f30d9dc9ea780ef8 100644 (file)
@@ -3,6 +3,8 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
+               mit-scheme-pucked (>= 9.2.13),
+               mit-scheme-pucked-glib (>= 0.7),
                mit-scheme-pucked-pango (>= 0.6),
                texinfo, texlive,
                libcairo2-dev
@@ -13,7 +15,10 @@ 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.6), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked (>= 9.2.13),
+        mit-scheme-pucked-glib (>= 0.7),
+        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
index 5d623ca0c31eee329efedb80db68cc1ebc1b78f7..f8c63e3d77de97f6e7a212d231a2fcd443a08696 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
-               mit-scheme-pucked,
+               mit-scheme-pucked (>= 9.2.13),
                texinfo, texlive
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-devops
 Architecture: any
-Depends: mit-scheme-pucked
+Depends: mit-scheme-pucked (>= 9.2.13)
 Description: Developer Operations plugin for MIT/GNU Scheme Pucked
  Tools to help create source releases and manage build hosts producing
  binaries for them.
index c5a17ea160ab8c89caa8a9f07592b21d586f0bcf..993ab38660f78d931fe10fc3c686fe2ee84216be 100644 (file)
@@ -3,6 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
+               mit-scheme-pucked (>= 9.2.13),
                mit-scheme-pucked-blowfish (>= 0.1),
                mit-scheme-pucked-gdbm (>= 0.1)
 Standards-Version: 3.9.4
@@ -12,7 +13,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-edwin
 Architecture: any
-Depends: mit-scheme-pucked-blowfish (>= 0.1),
+Depends: mit-scheme-pucked (>= 9.2.13),
+        mit-scheme-pucked-blowfish (>= 0.1),
         mit-scheme-pucked-gdbm (>= 0.1)
 Description: Edwin plugin for MIT/GNU Scheme Pucked
  This package provides an Edwin plugin for MIT/GNU Scheme Pucked.  It
index 602595c15ae61fdaa706027e05b5e61227f73a91..d0fe18af467a677cda1becd446f177d7c307133e 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.11),
+               mit-scheme-pucked (>= 9.2.13),
                texinfo, texlive,
                libgdbm-dev
 Standards-Version: 3.9.4
@@ -13,7 +13,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-gdbm
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.11), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked (>= 9.2.13),
+        ${shlibs:Depends}, ${misc:Depends}
 Description: GDBM plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
  wrapper of the GDBM (GNU Data Base Management) C API as implemented
index 616ffce77d12ecd84e9fa4c554244c5b69570db1..8029b62725e513a28588f3a07f13eff0ec76bdd5 100644 (file)
@@ -3,6 +3,10 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
+               mit-scheme-pucked (>= 9.2.13),
+               mit-scheme-pucked-glib (>= 0.7),
+               mit-scheme-pucked-pango (>= 0.6),
+               mit-scheme-pucked-cairo (>= 0.6),
                mit-scheme-pucked-gtk (>= 0.6),
                texinfo, texlive,
                libglu1-mesa-dev
@@ -13,7 +17,10 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-gl
 Architecture: any
-Depends: mit-scheme-pucked-gtk (>= 0.6), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked (>= 9.2.13),
+        mit-scheme-pucked-glib (>= 0.7),
+        mit-scheme-pucked-gtk (>= 0.6),
+        ${shlibs:Depends}, ${misc:Depends}
 Description: OpenGL plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
  wrapper of a small portion of the OpenGL C API as implemented by the
index 700e04b0e8fc8a42036f46a3c1b73202adae2529..9ac4ce3a526565fe0d54a9db8ab4a164b6843b67 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.7),
+               mit-scheme-pucked (>= 9.2.13),
                texinfo, texlive,
                libglib2.0-dev
 Standards-Version: 3.9.4
@@ -13,7 +13,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-glib
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.7), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked (>= 9.2.13),
+        ${shlibs:Depends}, ${misc:Depends}
 Description: GLib/GIO plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
  wrapper of a small portion of the GLib and GIO C APIs.  The wrappings
index 4d49f80d78e59ad13ff0343dbecba16de6c973ff..304238a0d97870662eeb6530fc55ef08415716b8 100644 (file)
@@ -3,7 +3,11 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
+               mit-scheme-pucked (>= 9.2.13),
                mit-scheme-pucked-edwin (>= 3.116.1),
+               mit-scheme-pucked-glib (>= 0.7),
+               mit-scheme-pucked-pango (>= 0.6),
+               mit-scheme-pucked-cairo (>= 0.6),
                mit-scheme-pucked-gtk (>= 0.6)
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +16,11 @@ 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),
+Depends: mit-scheme-pucked (>= 9.2.13),
+        mit-scheme-pucked-edwin (>= 3.116.1),
+        mit-scheme-pucked-glib (>= 0.7),
+        mit-scheme-pucked-pango (>= 0.6),
+        mit-scheme-pucked-cairo (>= 0.6),
         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.
index e353bf45fa37e48eed8a309fb6854b8f99218838..4c14104631aaf5c2a06a4c67a68f372bd6a14cff 100644 (file)
@@ -3,6 +3,9 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
+               mit-scheme-pucked (>= 9.2.13),
+               mit-scheme-pucked-glib (>= 0.7),
+               mit-scheme-pucked-pango (>= 0.6),
                mit-scheme-pucked-cairo (>= 0.6),
                texinfo, texlive,
                libgtk-3-dev
@@ -13,7 +16,11 @@ 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.6), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked (>= 9.2.13),
+        mit-scheme-pucked-glib (>= 0.7),
+        mit-scheme-pucked-pango (>= 0.6),
+        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
index 014172d93f2c19ef2c92892640d7a87be555bb3c..fbc51e19a67587ecc64cfbb85b3fa864b4009fed 100644 (file)
@@ -2,7 +2,9 @@ Source: mit-scheme-pucked-imail
 Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
-Build-Depends: debhelper (>= 9), mit-scheme-pucked-edwin (>= 3.116.1),
+Build-Depends: debhelper (>= 9),
+               mit-scheme-pucked (>= 9.2.13),
+               mit-scheme-pucked-edwin (>= 3.116.1),
                texinfo, texlive
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -11,7 +13,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-imail
 Architecture: any
-Depends: mit-scheme-pucked-edwin (>= 3.116.1)
+Depends: mit-scheme-pucked (>= 9.2.13),
+        mit-scheme-pucked-edwin (>= 3.116.1)
 Description: IMail plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked-edwin with an imail command
  for reading email on IMAP servers.
index 88c8d961bc13cc019233cd5e645f342722efc3c7..cc127bbe201670b08d4369fa3fd7395f9a18af61 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.7),
+               mit-scheme-pucked (>= 9.2.13),
                libmcrypt-dev
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +12,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-mcrypt
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.7), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked (>= 9.2.13),
+        ${shlibs:Depends}, ${misc:Depends}
 Description: MCrypt plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
  wrapper of a small portion of the mcrypt C API as implemented by libmcrypt.
index 330dce7035f63c31f80be9ce21f322d3c66ebb9a..85cbf4033968c9a779c68ab2bb1022350cafe8c0 100644 (file)
@@ -3,6 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
+               mit-scheme-pucked (>= 9.2.13),
                mit-scheme-pucked-glib (>= 0.7),
                texinfo, texlive,
                libpango1.0-dev
@@ -13,7 +14,9 @@ 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.7), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked (>= 9.2.13),
+        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.
index b26922030c5c9c44eaec07b51e7b52225967c6c7..edda9901e2a1350639908b533208ba8dcd1196f8 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.7),
+               mit-scheme-pucked (>= 9.2.13),
                libpq-dev
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +12,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-pgsql
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.7), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked (>= 9.2.13),
+        ${shlibs:Depends}, ${misc:Depends}
 Description: PostgreSQL plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
  wrapper of the PostgreSQL C API as implemented by libpq.
index 729c120221d0c27500e3b3184291dcfdd1ad5979..aaa95e510f2e2ab02ebfbc5aa54db986f205c449 100644 (file)
@@ -3,6 +3,9 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
+               mit-scheme-pucked (>= 9.2.13),
+               mit-scheme-pucked-glib (>= 0.7),
+               mit-scheme-pucked-gtk (>= 0.6),
                mit-scheme-pucked-gl (>= 0.1),
                texinfo, texlive
 Standards-Version: 3.9.4
@@ -12,7 +15,10 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-planetarium
 Architecture: any
-Depends: mit-scheme-pucked-gl (>= 0.1)
+Depends: mit-scheme-pucked (>= 9.2.13),
+        mit-scheme-pucked-glib (>= 0.7),
+        mit-scheme-pucked-gtk (>= 0.6),
+        mit-scheme-pucked-gl (>= 0.1)
 Description: A Planetarium for MIT/GNU Scheme Pucked
  This package currently contains:
  .
index 95a78b2065d58e807b8d4821d4d6973d8bff045a..8106e98679b861028e1b8470227b9dc0dac503cf 100644 (file)
@@ -3,9 +3,9 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
+               mit-scheme-pucked (>= 9.2.13),
                mit-scheme-pucked-edwin (>= 3.116.1),
-               mit-scheme-pucked-x11 (>= 0.1),
-               mit-scheme-pucked (>= 9.2.8)
+               mit-scheme-pucked-x11 (>= 0.1)
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
 Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git
@@ -13,7 +13,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-x11-screen
 Architecture: any
-Depends: mit-scheme-pucked-edwin (>= 3.116.1),
+Depends: mit-scheme-pucked (>= 9.2.13),
+        mit-scheme-pucked-edwin (>= 3.116.1),
         mit-scheme-pucked-x11 (>= 0.1)
 Description: Edwin X11 screen plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with an X11 screen type for
index e174a0da09c382d8c869e2c70a9e1c5de09f2e3b..a3d9b147e43d81ade320e907e780250396876974 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.7),
+               mit-scheme-pucked (>= 9.2.13),
                libx11-dev
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +12,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-x11
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.7), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked (>= 9.2.13),
+        ${shlibs:Depends}, ${misc:Depends}
 Description: X11 plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with an X11 graphics device
  type and X11 "terminals" as originally provided by the x11 microcode