r8629: new policy
[pipes.git] / debian / control
index 8c01b6b7c13e1b3121d0654f12392717ff902b79..7fb3a27dcbfb1f24eb36969c029ab118f0bc1ccc 100644 (file)
@@ -3,11 +3,12 @@ Section: devel
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.5.8.0
+Standards-Version: 3.6.1.0
 
 Package: cl-pipes
 Architecture: all
 Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47)
 Description: Common Lisp library for pipes or streams
  This package has functions for manipulating pipes, also called streams.
-
+ This package is adapted from an implementation in Peter Norvig's
+ Paradigms of Artificial Intelligence Programming.