From 96bbcefdceacc2faca50aad799c3420f6fa46d27 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 17 Mar 2004 01:32:53 +0000 Subject: [PATCH] r8757: Automated commit for Debian build of puri upstream-version-1.3.1.1 --- debian/changelog | 6 ++++++ debian/control | 2 +- src.lisp | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.34.1