Remove UTF-8 characters from comment block debian-1.103-1 v1.103
authorKevin Rosenberg <kevin@rosenberg.net>
Mon, 6 Sep 2010 04:29:08 +0000 (22:29 -0600)
committerKevin Rosenberg <kevin@rosenberg.net>
Mon, 6 Sep 2010 04:29:08 +0000 (22:29 -0600)
datetime.lisp
debian/changelog
debian/control

index 0e587ceac42f49bf37033ff2c68cb616136cfcd9..b3dbc1a47f895895e549064059d876202c0b5a74 100644 (file)
 
 (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)
index 26bec5fc61637a24b46b88a1f59a971b8ce11acd..5cd6e8faecbc4815a315668375f8a9bdd4aee56e 100644 (file)
@@ -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
index 609227e9d4820e60123388f969a09f1cdb4235a0..a0e23e41f9baf2f8695bb5be63161fc010f4a6da 100644 (file)
@@ -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