~ubuntu-branches/ubuntu/vivid/cl-portable-aserve/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Sebastian Ramacher
  • Date: 2014-11-18 01:45:26 UTC
  • Revision ID: package-import@ubuntu.com-20141118014526-nt15625daq4ts0x3
Tags: 1.2.42+cvs.2010.02.08-dfsg-1.2
* Non-maintainer upload.
* Add dependency on common-lisp-controller to all binary packages. (Closes:
  #767811, #769509, #769512, #769513)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
Package: cl-aserve
14
14
Architecture: all
15
 
Depends: cl-acl-compat, cl-htmlgen, cl-ppcre, cl-puri, ${misc:Depends}
 
15
Depends: cl-acl-compat, cl-htmlgen, cl-ppcre, cl-puri, ${misc:Depends}, common-lisp-controller
16
16
Suggests: cl-webactions
17
17
Description: Portable Aserve
18
18
 A portable version of AllegroServe which is a web application server
21
21
 
22
22
Package: cl-acl-compat
23
23
Architecture: all
24
 
Depends: cl-ppcre, cl-puri, ${misc:Depends}
 
24
Depends: cl-ppcre, cl-puri, ${misc:Depends}, common-lisp-controller
25
25
Description: Compatibility layer for Allegro Common Lisp
26
26
 A thin compatibility-layer that emulates library functions provided
27
27
 by Allegro Common Lisp. It is used
30
30
 
31
31
Package: cl-htmlgen
32
32
Architecture: all
33
 
Depends: cl-ppcre, cl-puri, ${misc:Depends}
 
33
Depends: cl-ppcre, cl-puri, ${misc:Depends}, common-lisp-controller
34
34
Description: HTML generation library for Common Lisp programs
35
35
 cl-htmlgen is Franz's library for generating HTML from Common Lisp programs.
36
36
 It is limited to generating HTML code, so you may want to use the cl-lml2
38
38
 
39
39
Package: cl-webactions
40
40
Architecture: all
41
 
Depends: cl-aserve, cl-ppcre, cl-puri, ${misc:Depends}
 
41
Depends: cl-aserve, cl-ppcre, cl-puri, ${misc:Depends}, common-lisp-controller
42
42
Description: HTTP dispatch library for cl-aserve
43
43
 Webactions is Franz's library for dispatching HTTP requests as well as 
44
44
 processing HTML templates. It uses the cl-aserve package.