Changeset 786
- Timestamp:
- 08/06/08 00:01:45 (4 months ago)
- Files:
-
- trunk/debian/changelog (modified) (1 diff)
- trunk/debian/control (modified) (2 diffs)
- trunk/debian/perlbal.docs (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/changelog
r727 r786 1 perlbal (1.70-1) unstable; urgency=low 2 3 * New upstream release. 4 * Moved docs into perlbal package and removed perlbal-doc package 5 6 -- Andrew McClain <andrew@fluther.com> Sat, 26 Jul 2008 17:46:23 -0700 7 1 8 perlbal (1.57-1) unstable; urgency=low 2 9 trunk/debian/control
r729 r786 11 11 Architecture: all 12 12 Depends: ${perl:Depends}, libperlbal-perl 13 Suggests: perlbal-doc 13 Conflicts: perlbal-doc 14 Replaces: perlbal-doc 14 15 Description: Perl-based reverse proxy load balancer and web server 15 16 Perlbal is a single-threaded event-based server supporting HTTP load … … 40 41 This package contains the module files (but not the daemon) for use with 41 42 perlbal, the reverse-proxy load balancer and webserver. 42 43 Package: perlbal-doc44 Section: doc45 Priority: optional46 Architecture: all47 Description: Documentation for Perlbal48 Perlbal is a single-threaded event-based server supporting HTTP load49 balancing, web serving, and a mix of the two. Perlbal can act as either a web50 server or a reverse proxy.51 .52 This package contains documentation and implementation notes for use with53 perlbal, the reverse-proxy load balancer and webserver.
