~ubuntu-branches/debian/wheezy/eperl/wheezy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Denis Barbier
  • Date: 2001-12-18 20:40:24 UTC
  • Revision ID: james.westby@ubuntu.com-20011218204024-k0oaqq2eaw733v30
Tags: 2.2.14-4
* Remove emacs crap from debian/changelog
* Fix misspelling in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: eperl
 
2
Section: devel
 
3
Priority: optional
 
4
Maintainer: Denis Barbier <barbier@debian.org>
 
5
Build-Depends: debhelper (>= 3.0.5), libperl-dev, perl (>= 5.6.0-19)
 
6
Standards-Version: 3.2.1
 
7
 
 
8
Package: eperl
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}, ${perl:Depends}
 
11
Suggests: libapache-mod-perl (>= 1.24.01-1)
 
12
Description: Embedded Perl 5 Language
 
13
 ePerl interprets an ASCII file bristled with Perl 5 program statements by
 
14
 evaluating the Perl 5 code while passing through the plain ASCII data. It
 
15
 can operate in various ways: As a stand-alone Unix filter or integrated
 
16
 Perl 5 module for general file generation tasks and as a powerful Webserver
 
17
 scripting language for dynamic HTML page programming.
 
18
 .
 
19
 For more information, please visit http://www.engelschall.com/sw/eperl/
 
20
 .
 
21
  Author: Ralf S. Engelschall <rse@engelschall.com>