diff --git a/debian/changelog b/debian/changelog
index 0b672bfc0d2c2c438b36a84be203310989ce8913..5507bc2ec0b155f06022d740735acdaf34dab9c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cl-puri (1.3.1.1-2) unstable; urgency=low
+
+  * Fix description
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 27 Aug 2004 19:03:12 -0600
+
 cl-puri (1.3.1.1-1) unstable; urgency=low
 
   * Use #:net.uri nickname on non-Allegro platforms
diff --git a/debian/control b/debian/control
index 26807cdc8375958d96ffd6684b29e26d9a7e481d..8bfffda758665c666d81293cff7cf079219e11c6 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.1.0
+Standards-Version: 3.6.1.1
 
 Package: cl-puri
 Architecture: all
@@ -11,6 +11,6 @@ Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47)
 Recommends: cl-ptester
 Description: Common Lisp Portable URI Library
  This is portable Universal Resource Identifier (RFC 2396)
- library for Common Lisp programs. It's is based on Franz,
- Inc's opensource package and ported to run on
+ library for Common Lisp programs. It is based on Franz,
+ Incorporated opensource package and ported to run on
  other CL implementations. A regression test package is included.