X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=fc1fb5896a0c0de1f525441adabe1bb5875c83f3;hb=6935f35130a36b6bb026543016d0980f047a88a5;hp=8c01b6b7c13e1b3121d0654f12392717ff902b79;hpb=318bc76da7e8bd15e84af24ab87757c10208c7a7;p=pipes.git diff --git a/debian/control b/debian/control index 8c01b6b..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.8.0 +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 (>= 3.47) +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.