r8757: Automated commit for Debian build of puri upstream-version-1.3.1.1
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 17 Mar 2004 01:32:53 +0000 (01:32 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 17 Mar 2004 01:32:53 +0000 (01:32 +0000)
debian/changelog
debian/control
src.lisp

index 41f8004e7503c6fc2541a83a46616a67c0f87a81..0b672bfc0d2c2c438b36a84be203310989ce8913 100644 (file)
@@ -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
index df489f415d0a73db7dd8942d3ee52cdf42b6294d..26807cdc8375958d96ffd6684b29e26d9a7e481d 100644 (file)
@@ -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
index bfbecfb8cfdb539c9238a60e19c30b86f016d4ee..6e7bee10bd5dc98ba0bb8d4097cd5ca720da0285 100644 (file)
--- 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