From dc7fa3cab20ad73a6209b78c9c9f31a3864b7134 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sat, 18 Jul 2020 15:38:52 -0700 Subject: [PATCH] devops 0.15 --- src/devops/NEWS | 6 ++++++ src/devops/configure.ac | 2 +- src/devops/debian/changelog | 7 +++++++ src/devops/debian/control | 4 ++-- src/devops/make.scm | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/devops/NEWS b/src/devops/NEWS index a0b57a704..683a2d4e9 100644 --- a/src/devops/NEWS +++ b/src/devops/NEWS @@ -20,6 +20,12 @@ You should have received a copy of the GNU General Public License along with this plugin; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +mit-scheme-pucked-devops 0.15 - Matt Birkholz, 2020-07-18 +========================================================= + +New binary format. Requires core version 12. Supports Ubuntu 20.04 +and Pop!_OS. + mit-scheme-pucked-devops 0.14 - Matt Birkholz, 2019-12-13 ========================================================= diff --git a/src/devops/configure.ac b/src/devops/configure.ac index acc0bdaff..baa19f1a6 100644 --- a/src/devops/configure.ac +++ b/src/devops/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme Pucked Developer Operations plugin], - [0.14], + [0.15], [matt@birchwood-abbey.net], [mit-scheme-pucked-devops]) AC_CONFIG_SRCDIR([devops.pkg]) diff --git a/src/devops/debian/changelog b/src/devops/debian/changelog index 7d0833e29..4d0902bef 100644 --- a/src/devops/debian/changelog +++ b/src/devops/debian/changelog @@ -1,3 +1,10 @@ +mit-scheme-pucked-devops (0.15) birchwood; urgency=low + + * New binary format. Requires core version 12. Supports Ubuntu + 20.04 and Pop!_OS. + + -- Matt Birkholz Sat, 18 Jul 2020 00:00:00 -0000 + mit-scheme-pucked-devops (0.14) birchwood; urgency=low * New core. More build improvements. Support a flag day for diff --git a/src/devops/debian/control b/src/devops/debian/control index 618904c51..94f70285a 100644 --- a/src/devops/debian/control +++ b/src/devops/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), - mit-scheme-pucked (>= 10.1.20), + mit-scheme-pucked (>= 12), 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 (>= 10.1.20) +Depends: mit-scheme-pucked (>= 12) Description: Developer Operations plugin for MIT/GNU Scheme Pucked Tools to help create source releases and manage build hosts producing binaries for them. diff --git a/src/devops/make.scm b/src/devops/make.scm index d407c141e..f636bfa97 100644 --- a/src/devops/make.scm +++ b/src/devops/make.scm @@ -6,4 +6,4 @@ Load the Developer Operations plugin. |# (with-loader-base-uri (system-library-uri "devops/") (lambda () (load-package-set "devops"))) -(add-subsystem-identification! "DevOps" '(0 14)) \ No newline at end of file +(add-subsystem-identification! "DevOps" '(0 15)) \ No newline at end of file -- 2.47.3