X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=fc1fb5896a0c0de1f525441adabe1bb5875c83f3;hb=6935f35130a36b6bb026543016d0980f047a88a5;hp=606361df1cefd6940d7310c58c914ad921c6a42c;hpb=108cf113175bc41454b5b028d78fe00e67c37d83;p=pipes.git diff --git a/debian/control b/debian/control index 606361d..fc1fb58 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,18 @@ Source: cl-pipes -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.7.1 +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.kpe.io/pipes/ +Vcs-Git: git://git.kpe.io/pipes.git +Vcs-Browser: http://git.kpe.io/?p=pipes.git Package: cl-pipes Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller +Depends: ${misc:Depends} 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.