From: Kevin M. Rosenberg Date: Wed, 17 Mar 2004 01:32:53 +0000 (+0000) Subject: r8757: Automated commit for Debian build of puri upstream-version-1.3.1.1 X-Git-Tag: debian-1.5.1-2~20 X-Git-Url: http://git.kpe.io/?p=puri.git;a=commitdiff_plain;h=96bbcefdceacc2faca50aad799c3420f6fa46d27 r8757: Automated commit for Debian build of puri upstream-version-1.3.1.1 --- diff --git a/debian/changelog b/debian/changelog index 41f8004..0b672bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-puri (1.3.1.1-1) unstable; urgency=low + + * Use #:net.uri nickname on non-Allegro platforms + + -- Kevin M. Rosenberg Tue, 16 Mar 2004 18:32:10 -0700 + cl-puri (1.3.1-1) unstable; urgency=low * New upstream diff --git a/debian/control b/debian/control index df489f4..26807cd 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.6.0 +Standards-Version: 3.6.1.0 Package: cl-puri Architecture: all diff --git a/src.lisp b/src.lisp index bfbecfb..6e7bee1 100644 --- a/src.lisp +++ b/src.lisp @@ -26,6 +26,7 @@ (defpackage #:puri (:use #:cl) + #-allegro (:nicknames #:net.uri) (:export #:uri ; the type and a function #:uri-p