From: Kevin M. Rosenberg Date: Wed, 8 Mar 2006 19:08:08 +0000 (+0000) Subject: r10899: Automated commit for Debian build of clsql upstream-version-3.5.5 X-Git-Tag: v3.8.6~87 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=162003a620fcbfabab5313887d0722f6168efd8c r10899: Automated commit for Debian build of clsql upstream-version-3.5.5 --- diff --git a/ChangeLog b/ChangeLog index 766f4af..f3930d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +09 Mar 2006 Kevin Rosenberg + * Version 3.5.5 + * uffi/make.sh, db-mysql/make.sh: Add GNU uname + 28 Feb 2006 Kevin Rosenberg * Version 3.5.4 * sql/metaclasses.lisp: Apply patch from Friedrich Dominicus to diff --git a/db-mysql/make.sh b/db-mysql/make.sh index b775419..58e2f2c 100644 --- a/db-mysql/make.sh +++ b/db-mysql/make.sh @@ -2,6 +2,7 @@ case "`uname`" in Linux) os_linux=1 ;; + GNU) os_linux=1 ;; FreeBSD) os_freebsd=1 ;; GNU/kFreeBSD) os_gnukfreebsd=1;; Darwin) os_darwin=1 ;; diff --git a/debian/changelog b/debian/changelog index f4e0bac..9cbf18f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (3.5.5-1) unstable; urgency=low + + * Add GNU uname (closes: 355919) + + -- Kevin M. Rosenberg Wed, 8 Mar 2006 12:07:27 -0700 + cl-sql (3.5.4-1) unstable; urgency=low * New upstream diff --git a/uffi/make.sh b/uffi/make.sh index 6b35374..843aa47 100644 --- a/uffi/make.sh +++ b/uffi/make.sh @@ -2,6 +2,7 @@ case "`uname`" in Linux) os_linux=1 ;; + GNU) os_linux=1 ;; FreeBSD) os_freebsd=1 ;; GNU/kFreeBSD) os_gnukfreebsd=1;; Darwin) os_darwin=1 ;;