From b0508ddce6e1b829dcf1697cdd54c8a794c730b2 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sun, 5 Sep 2010 22:29:08 -0600 Subject: [PATCH] Remove UTF-8 characters from comment block --- datetime.lisp | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/datetime.lisp b/datetime.lisp index 0e587ce..b3dbc1a 100644 --- a/datetime.lisp +++ b/datetime.lisp @@ -110,7 +110,7 @@ (defun day-of-week (year month day) "Day of week calculation using Zeller's Congruence. -Input: The year y, month m (1 ≤ m ≤ 12) and day d (1 ≤ d ≤ 31). +Input: The year y, month m (1 <= m <= 12) and day d (1 <= d <= 31). Output: n - the day of the week (Sunday = 0, Saturday = 6)." (when (< month 3) diff --git a/debian/changelog b/debian/changelog index 26bec5f..5cd6e8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.103-1) unstable; urgency=low + + * Remove UTF-8 code to allow compilation on CLISP + + -- Kevin M. Rosenberg Sun, 05 Sep 2010 22:26:17 -0600 + cl-kmrcl (1.102-1) unstable; urgency=low * New upstream diff --git a/debian/control b/debian/control index 609227e..a0e23e4 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) -Standards-Version: 3.8.4.0 +Standards-Version: 3.9.1.0 Homepage: http://files.b9.com/kmrcl/ Vcs-Git: git://git.b9.com/kmrcl.git Vcs-Browser: http://git.b9.com/?p=kmrcl.git -- 2.34.1