Convert to dh-lisp; add Vcs-Browser
[rlc.git] / debian / control
1 Source: cl-rlc
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: dh-lisp
6 Build-Depends: debhelper (>> 7.0.0)
7 Standards-Version: 3.8.2.0
8 Homepage: http://files.b9.com/rlc/
9 Vcs-Git: git://git.b9.com/rlc.git
10 Vcs-Browser: http://git.b9.com/?p=rlc.git
11
12 Package: cl-rlc
13 Architecture: all
14 Depends: ${misc:Depends}, cl-kmrcl, xgraph
15 Description: Common Lisp RLC Circuit Simulator
16  cl-rlc provides a simulator for RLC (resistance, inductance, capacitance)
17  circuits. It is written in Common Lisp and uses the xgraph package for
18  plotting.