X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=03cda3dc25579a5ebf6f362b3d02ace0f3215caf;hb=03859f9afa1ff7376ea3104d8d3c3a879d9d278d;hp=6dda847b9823de5bff667f7724c9c90bc5c082e7;hpb=6ca3c114bd2b54421810e26add118c2170fdd1fc;p=reversi.git diff --git a/debian/control b/debian/control index 6dda847..03cda3d 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,17 @@ Source: cl-reversi -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.10.0 +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 11.0.0) +Standards-Version: 3.9.5.0 +Homepage: http://files.kpe.io/reversi/ +Vcs-Git: git://git.kpe.io/reversi.git +Vcs-Browser: http://git.kpe.io/?p=reversi.git Package: cl-reversi Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37) -Suggests: cl-reversi-clim +Depends: ${misc:Depends} Description: Reversi game for Common Lisp This package is based on Peter Norvig's reversi program in the book Paradigms of Artificial Intelligence. Compared to the code in the book,