r8081: Automated commit for Debian build of cl-rss upstream-version-0.1.1
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 30 Oct 2003 22:24:52 +0000 (22:24 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 30 Oct 2003 22:24:52 +0000 (22:24 +0000)
debian/changelog
main.lisp

index ae33aaf075c28ed4bfb871b3c893a304a032f478..99cb3d56f65ea6648909ace528c6a4ffa813da8c 100644 (file)
@@ -1,3 +1,9 @@
+cl-rss (0.1.1-1) unstable; urgency=low
+
+  * Apply patch from Chris Baker (closes:218287)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 30 Oct 2003 15:23:51 -0700
+
 cl-rss (0.1-1) unstable; urgency=low
 
   * Initial upload
index e458724514d52ea9286e11dda335b627ef9bf814..61b3b508e6b740972a16f6b29380f319c7ebd165 100644 (file)
--- a/main.lisp
+++ b/main.lisp
@@ -87,7 +87,7 @@
              (cond
               ((string= "title" (car pair))
                (setf (title item) (second pair)))
-              ((string= "links" (car pair))
+              ((string= "link" (car pair))
                (setf (link item) (second pair)))))
            (push item (items rss))))
        (incf pos))