From: Matt Birkholz Date: Mon, 8 Jan 2018 02:46:05 +0000 (-0700) Subject: gdbm plugin: typos, missing build-depends X-Git-Tag: mit-scheme-pucked-9.2.12~4 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=928c15907a60caf41c35278d2fac334282ffeeea;p=mit-scheme.git gdbm plugin: typos, missing build-depends --- diff --git a/src/gdbm/NEWS b/src/gdbm/NEWS index 34fb3cdaf..e85e406d5 100644 --- a/src/gdbm/NEWS +++ b/src/gdbm/NEWS @@ -26,6 +26,11 @@ along with MIT/GNU Scheme; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +mit-scheme-pucked-gdbm 0.3.3 - Matt Birkholz, 2018-01-07 +======================================================== + +Typos in debian/doc-base and gdbm.texi. Missing build-depends. + mit-scheme-pucked-gdbm 0.3.2 - Matt Birkholz, 2017-12-28 ======================================================== diff --git a/src/gdbm/configure.ac b/src/gdbm/configure.ac index 18ee6e50c..072065ecf 100644 --- a/src/gdbm/configure.ac +++ b/src/gdbm/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme Pucked gdbm plugin], - [0.3.2], + [0.3.3], [matt@birchwood-abbey.net], [mit-scheme-pucked-gdbm]) AC_CONFIG_SRCDIR([gdbm.pkg]) diff --git a/src/gdbm/debian/changelog b/src/gdbm/debian/changelog index 6bd60b4b2..738bf1da2 100644 --- a/src/gdbm/debian/changelog +++ b/src/gdbm/debian/changelog @@ -1,16 +1,22 @@ +mit-scheme-pucked-gdbm (0.3.3) birchwood; urgency=low + + * Typos in debian/doc-base and gdbm.texi. Missing build-depends. + + -- Matt Birkholz Sun, 7 Jan 2018 00:00:00 -0000 + mit-scheme-pucked-gdbm (0.3.2) birchwood; urgency=low * check-doc.sh missing from source distribution. -- Matt Birkholz Thu, 28 Dec 2017 00:00:00 -0000 - + mit-scheme-pucked-gdbm (0.3.1) birchwood; urgency=low * New upstream includes a manual and uses new Unicode support in the FFI. -- Matt Birkholz Sat, 23 Dec 2017 17:00:00 -0700 - + mit-scheme-pucked-gdbm (0.2.1) birchwood; urgency=low * New upstream converts non-ASCII strings (keys and data) to UTF8. This diff --git a/src/gdbm/debian/control b/src/gdbm/debian/control index cc4c6fbae..602595c15 100644 --- a/src/gdbm/debian/control +++ b/src/gdbm/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked (>= 9.2.11), + texinfo, texlive, libgdbm-dev Standards-Version: 3.9.4 Homepage: http://birchwood-abbey.net/~matt/Scheme/ diff --git a/src/gdbm/debian/doc-base b/src/gdbm/debian/doc-base index 252a7db97..3d423b01a 100644 --- a/src/gdbm/debian/doc-base +++ b/src/gdbm/debian/doc-base @@ -1,8 +1,8 @@ Document: mit-scheme-pucked-gdbm Title: MIT/GNU Scheme Pucked GDBM Manual Author: Matt Birkholz -Abstract: The GDBM plugin for MIT/GNU Scheme Pucked wraps the -GNU Database Manager (libgdbm) API. +Abstract: The GDBM plugin for MIT/GNU Scheme Pucked wraps the GNU + Database Manager (libgdbm) API. Section: Programming Format: HTML diff --git a/src/gdbm/gdbm.texi b/src/gdbm/gdbm.texi index f9b86cacd..bbe4219ae 100644 --- a/src/gdbm/gdbm.texi +++ b/src/gdbm/gdbm.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename gdbm.info @include version.texi -@set SCMVERS 9.2.11 +@set SCMVERS 9.2.12 @settitle GDBM Plugin Manual @comment %**end of header @@ -400,7 +400,7 @@ made to the database and before some long waiting time. @node Options -@chapter Seting options. +@chapter Setting options. Gdbm supports the ability to set certain options on an already open database. diff --git a/src/gdbm/make.scm b/src/gdbm/make.scm index 5d340ce3f..b469eaa13 100644 --- a/src/gdbm/make.scm +++ b/src/gdbm/make.scm @@ -6,4 +6,4 @@ (lambda () (load-package-set "gdbm"))) -(add-subsystem-identification! "GDBM" '(0 3 2)) \ No newline at end of file +(add-subsystem-identification! "GDBM" '(0 3 3)) \ No newline at end of file