diff --git a/datetime.lisp b/datetime.lisp index 0e587ceac42f49bf37033ff2c68cb616136cfcd9..b3dbc1a47f895895e549064059d876202c0b5a74 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 26bec5fc61637a24b46b88a1f59a971b8ce11acd..5cd6e8faecbc4815a315668375f8a9bdd4aee56e 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 <kmr@debian.org> 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 609227e9d4820e60123388f969a09f1cdb4235a0..a0e23e41f9baf2f8695bb5be63161fc010f4a6da 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Kevin M. Rosenberg <kmr@debian.org> 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