From d6114b009534e827ab98b480bd266804eedbb728 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 10 Mar 2017 16:40:26 -0700 Subject: [PATCH] Punt long version number 9.2.1.1-1; just use 9.2.7-1. --- debian/changelog | 10 +++++----- src/blowfish/debian/control | 4 ++-- src/edwin/debian/control | 4 +--- src/gdbm/debian/control | 4 ++-- src/glib/debian/control | 4 ++-- src/gtk-screen/debian/control | 8 ++++---- src/mcrypt/debian/control | 4 ++-- src/md5/debian/control | 4 ++-- src/mhash/debian/control | 4 ++-- src/runtime/version.scm | 2 +- src/x11-screen/debian/control | 4 +--- src/x11/debian/control | 4 ++-- 12 files changed, 26 insertions(+), 30 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ff669b68..23a833053 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,16 @@ -mit-scheme-pucked (9.2.1.1-1) experimental; urgency=low +mit-scheme-pucked (9.2.7-1) experimental; urgency=low * New project name. This version of mit-scheme has a different name to avoid conflicting with "plain vanilla" mit-scheme. It includes a number of "radical" changes. Chief among them: it has NO micro- code modules and thus a MINIMAL set of build dependencies. It is - distributed with several plugins, built separately, including - several that serve as replacements for the microcode modules. + distributed with a collection of plugins, built separately, + including several that serve as replacements for the microcode + modules. This package's architecture is now ANY. It should build an svm1 world for targets other than i386 and x86-64. It is no longer a - multiarch package. It adds a sub-version number to the mit-scheme - version with which it was last merged. + multiarch package. -- Friar Puck Tue, 10 May 2016 23:59:59 -0700 diff --git a/src/blowfish/debian/control b/src/blowfish/debian/control index d77c194cb..9fe198df0 100644 --- a/src/blowfish/debian/control +++ b/src/blowfish/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.1.1), + mit-scheme-pucked (>= 9.2.7), libssl-dev 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-blowfish Architecture: any -Depends: mit-scheme-pucked (>= 9.2.1.1), ${shlibs:Depends}, ${misc:Depends} +Depends: mit-scheme-pucked (>= 9.2.7), ${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. diff --git a/src/edwin/debian/control b/src/edwin/debian/control index f7967e5c6..586fbda78 100644 --- a/src/edwin/debian/control +++ b/src/edwin/debian/control @@ -3,7 +3,6 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.1.1), mit-scheme-pucked-blowfish (>= 0.1), mit-scheme-pucked-md5 (>= 0.1), mit-scheme-pucked-gdbm (>= 0.1) @@ -14,8 +13,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-edwin Architecture: any -Depends: mit-scheme-pucked (>= 9.2.1.1), - mit-scheme-pucked-blowfish (>= 0.1), +Depends: mit-scheme-pucked-blowfish (>= 0.1), mit-scheme-pucked-md5 (>= 0.1), mit-scheme-pucked-gdbm (>= 0.1) Description: Edwin plugin for MIT/GNU Scheme Pucked diff --git a/src/gdbm/debian/control b/src/gdbm/debian/control index 9bbcc5ed5..8233921e5 100644 --- a/src/gdbm/debian/control +++ b/src/gdbm/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.1.1), + mit-scheme-pucked (>= 9.2.7), libgdbm-dev 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-gdbm Architecture: any -Depends: mit-scheme-pucked (>= 9.2.1.1), ${shlibs:Depends}, ${misc:Depends} +Depends: mit-scheme-pucked (>= 9.2.7), ${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 diff --git a/src/glib/debian/control b/src/glib/debian/control index 7d9cf94ed..700e04b0e 100644 --- a/src/glib/debian/control +++ b/src/glib/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.1.1), + mit-scheme-pucked (>= 9.2.7), texinfo, texlive, libglib2.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-glib Architecture: any -Depends: mit-scheme-pucked (>= 9.2.1.1), ${shlibs:Depends}, ${misc:Depends} +Depends: mit-scheme-pucked (>= 9.2.7), ${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 diff --git a/src/gtk-screen/debian/control b/src/gtk-screen/debian/control index d5ce60513..9efc61922 100644 --- a/src/gtk-screen/debian/control +++ b/src/gtk-screen/debian/control @@ -3,8 +3,8 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.1.1), - mit-scheme-pucked-gtk (>= 0.6) + mit-scheme-pucked-edwin (>= 3.116.1), + mit-scheme-pucked-gtk (>= 0.5) Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git @@ -12,7 +12,7 @@ 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 (>= 9.2.1.1), - mit-scheme-pucked-gtk (>= 0.6) +Depends: mit-scheme-pucked-edwin (>= 3.116.1), + mit-scheme-pucked-gtk (>= 0.5) Description: Gtk screen plugin for MIT/GNU Scheme Pucked This package provides a Gtk-based screen type for Edwin. diff --git a/src/mcrypt/debian/control b/src/mcrypt/debian/control index e9aa7fea6..88c8d961b 100644 --- a/src/mcrypt/debian/control +++ b/src/mcrypt/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.1.1), + mit-scheme-pucked (>= 9.2.7), libmcrypt-dev 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-mcrypt Architecture: any -Depends: mit-scheme-pucked (>= 9.2.1.1), ${shlibs:Depends}, ${misc:Depends} +Depends: mit-scheme-pucked (>= 9.2.7), ${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. diff --git a/src/md5/debian/control b/src/md5/debian/control index ca4b097ca..fa2a43a6b 100644 --- a/src/md5/debian/control +++ b/src/md5/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.1.1), + mit-scheme-pucked (>= 9.2.7), libssl-dev 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-md5 Architecture: any -Depends: mit-scheme-pucked (>= 9.2.1.1), ${shlibs:Depends}, ${misc:Depends} +Depends: mit-scheme-pucked (>= 9.2.7), ${shlibs:Depends}, ${misc:Depends} Description: MD5 plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable wrapper of the MD5 message digest C API as implemented by libssl. diff --git a/src/mhash/debian/control b/src/mhash/debian/control index bec1850cb..17c8c5fcc 100644 --- a/src/mhash/debian/control +++ b/src/mhash/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.1.1), + mit-scheme-pucked (>= 9.2.7), libmhash-dev 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-mhash Architecture: any -Depends: mit-scheme-pucked (>= 9.2.1.1), ${shlibs:Depends}, ${misc:Depends} +Depends: mit-scheme-pucked (>= 9.2.7), ${shlibs:Depends}, ${misc:Depends} Description: Mhash plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable wrapper of the C API implemented by libmhash. diff --git a/src/runtime/version.scm b/src/runtime/version.scm index 20ada8417..af26be91e 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -39,7 +39,7 @@ USA. (let ((now last-copyright-year) (then 1986)) (iota (+ (- now then) 1) then))) - (add-subsystem-identification! "Release" '(9 2 1 1)) + (add-subsystem-identification! "Release" '(9 2 7)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(15 7)))) diff --git a/src/x11-screen/debian/control b/src/x11-screen/debian/control index b4020fa24..eb43bb983 100644 --- a/src/x11-screen/debian/control +++ b/src/x11-screen/debian/control @@ -3,7 +3,6 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 9.2.1.1), mit-scheme-pucked-edwin (>= 3.116.1), mit-scheme-pucked-x11 (>= 0.1) Standards-Version: 3.9.4 @@ -13,8 +12,7 @@ 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 (>= 9.2.1.1), - mit-scheme-pucked-edwin (>= 3.116.1), +Depends: 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 diff --git a/src/x11/debian/control b/src/x11/debian/control index 5ebdc7026..e174a0da0 100644 --- a/src/x11/debian/control +++ b/src/x11/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 9.2.1.1), + mit-scheme-pucked (>= 9.2.7), libx11-dev 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-x11 Architecture: any -Depends: mit-scheme-pucked (>= 9.2.1.1), ${shlibs:Depends}, ${misc:Depends} +Depends: mit-scheme-pucked (>= 9.2.7), ${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 -- 2.25.1