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
=========================================================
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])
+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 <matt@birchwood-abbey.net> 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
Priority: optional
Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
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/
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.
(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