gdbm plugin: typos, missing build-depends
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 8 Jan 2018 02:46:05 +0000 (19:46 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Fri, 12 Jan 2018 03:39:40 +0000 (20:39 -0700)
src/gdbm/NEWS
src/gdbm/configure.ac
src/gdbm/debian/changelog
src/gdbm/debian/control
src/gdbm/debian/doc-base
src/gdbm/gdbm.texi
src/gdbm/make.scm

index 34fb3cdaf681902740dae3d5cb5ad24758ce0c4f..e85e406d5c29142a5656a7d99e3a32f7fb3c081a 100644 (file)
@@ -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
 ========================================================
 
index 18ee6e50c411fca4db0c03c72efbd1c363aae925..072065ecf8bb8a29c79b886c6c58d578771603af 100644 (file)
@@ -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])
index 6bd60b4b238334f3db7b3588cbe1f70fdfc430bb..738bf1da218e3d0702a6295897e3baff4b56c967 100644 (file)
@@ -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 <matt@birchwood-abbey.net>  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 <matt@birchwood-abbey.net>  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 <matt@birchwood-abbey.net>  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
index cc4c6fbaef666525c650fd542236eea880a8288c..602595c15ae61fdaa706027e05b5e61227f73a91 100644 (file)
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 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/
index 252a7db972bf0155100f155de7e51217dfe94d93..3d423b01a8b036507ce91de8c832c53dece529c1 100644 (file)
@@ -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
index f9b86cacd478c3537582195de684c48726102edb..bbe4219aead2a109c1253750b66cfd52a51e6f24 100644 (file)
@@ -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.
index 5d340ce3f12cf299af0f82353fbd4539948a13ef..b469eaa133ba5401271b3fbe9b44b83285490713 100644 (file)
@@ -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