]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
devops 0.15 mit-scheme-pucked-devops-0.15
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 18 Jul 2020 22:38:52 +0000 (15:38 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 20 Jul 2020 17:16:01 +0000 (10:16 -0700)
src/devops/NEWS
src/devops/configure.ac
src/devops/debian/changelog
src/devops/debian/control
src/devops/make.scm

index a0b57a7043d58b751035e972fede84c26bfc20cf..683a2d4e9f80d1c52cb971e4775c1af7dba40b6c 100644 (file)
@@ -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
 =========================================================
 
index acc0bdaff5f0b622eaaf0afe6d05fae7b60afaf3..baa19f1a6e21bed1d449e7c7241901ed7abda329 100644 (file)
@@ -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])
index 7d0833e29bd2b4dff6e37c492f3edf16377e967c..4d0902bef826705f1a5f5901fc39908dedffd805 100644 (file)
@@ -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 <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
index 618904c515a95db846f603cb034503bff603be50..94f70285aa818a4b575ee824e42015417e466e10 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 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/
@@ -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.
index d407c141e4a27f71578d5137f98d28249ec3f87b..f636bfa973c5c300097204fb4ebf93a7a037ca03 100644 (file)
@@ -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