diff --git a/debian/changelog b/debian/changelog index 41f8004e7503c6fc2541a83a46616a67c0f87a81..0b672bfc0d2c2c438b36a84be203310989ce8913 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 <kmr@debian.org> 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 df489f415d0a73db7dd8942d3ee52cdf42b6294d..26807cdc8375958d96ffd6684b29e26d9a7e481d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg <kmr@debian.org> 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 bfbecfb8cfdb539c9238a60e19c30b86f016d4ee..6e7bee10bd5dc98ba0bb8d4097cd5ca720da0285 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