~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Gunnar Wolf, Jonathan Yu, Damyan Ivanov, Ryan Niebur, gregor herrmann, Gunnar Wolf
  • Date: 2009-10-15 11:43:24 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091015114324-2rnqzsj9jmpwd9nt
Tags: 2.3.0-1
[ Jonathan Yu ]
* New upstream release
  + SSI syntax now behaves more like mod_include
  + Improved XHTML/XML support
  + Fix to correctly retrieve Cookie header under apache2
  + Fix segfault when a value of an input attribute is removed
* Bringing this package under the pkg-perl group (Closes: #543609)
* Updated d/watch with CPAN search site
* Standards-Version 3.8.3
  + Remove version dependency on perl
  + Add Vcs-* and Homepage fields
* Drop version dependency on:
  + apache2-prefork-dev (>= 2.2.3-3.3) [oldstable 2.2.3-4]
  + apache2-mpm-prefork (>= 2.2.3-3.3) [oldstable  2.2.3-4]
  + libapache2-mod-perl2 (>= 2.0.2-2.3) [oldstable 2.0.2-2.4]
* Remove libcgi-pm-perl | perl-modules (>= 5.8.0) | libcgi-perl,
  which is always satisfied by perl
* Add extensive patches to fix POD errors and add whatis entries
* Add a patch to remove some Unicode data from POD; it was causing
  an obscure error with `AE' (thanks Ryan52!)

[ Damyan Ivanov ]
* debian/rules: fix target dependencies

[ Ryan Niebur ]
* Update jawnsy's email address
* Update ryan52's email address

[ gregor herrmann ]
* Split out all changes to upstream code into proper patches managed by
  quilt.
* Add patch cgi_pm.patch by Niko Tyni to avoid FTBFS if a newer CGI.pm is
  present at test time (closes: #521971).
* Update debian/copyright.
* debian/rules:
  - clean up a bit
  - call make with "-j1", the upstream build system is not parallel-build safe
  - add support for DEB_BUILD_OPTIONS nocheck
* Change Section to "perl".
* Remove dbinitembperlapache (created by test suite).

[ Gunnar Wolf ]
* Updated README.Debian to reflect the current reality re: thread
  safety, dropping mentions of obsolete mod_perl v1 and mentioning the
  deprecation of embperl itself
* Reload Apache if a2enmod/a2dismod was called in postinst/prerm
* Added Suggests: apache2-mpm-prefork, as it is the closer we can get to
  get the non-threaded versions of Apache2 by default besides
  documenting, which is already done in README.Debian. (Closes: #412521)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libembperl-perl
2
 
Section: web
 
2
Section: perl
3
3
Priority: optional
4
 
Build-Depends: apache2-prefork-dev (>= 2.2.3-3.3), apache2-mpm-prefork (>= 2.2.3-3.3), libapache2-mod-perl2 (>= 2.0.2-2.3), libwww-perl, libapache-sessionx-perl, libcgi-pm-perl | perl-modules (>= 5.8.0) | libcgi-perl, libxslt1-dev, debhelper (>= 5), perl (>= 5.6.0-17), netbase
5
 
Maintainer: Angus Lees <gus@debian.org>
6
 
Uploaders: Gunnar Wolf <gwolf@debian.org>
7
 
Standards-Version: 3.7.2
 
4
Build-Depends: debhelper (>= 5), quilt, perl, 
 
5
 apache2-prefork-dev, apache2-mpm-prefork,
 
6
 libapache2-mod-perl2, libwww-perl, libapache-sessionx-perl,
 
7
 libxslt1-dev, netbase
 
8
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
9
Uploaders: Jonathan Yu <jawnsy@cpan.org>, Gunnar Wolf <gwolf@debian.org>
 
10
Standards-Version: 3.8.3
 
11
Homepage: http://search.cpan.org/dist/Embperl/
 
12
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libembperl-perl/
 
13
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libembperl-perl/
8
14
 
9
15
Package: libembperl-perl
10
16
Architecture: any
11
17
Depends: ${perl:Depends}, ${shlibs:Depends}, libwww-perl, libcgi-pm-perl | perl-modules (>= 5.8.0) | libcgi-perl
12
18
Recommends: libapache2-mod-perl2 (>= 2.0.2-2.3) | libfcgi-perl, libapache-sessionx-perl
13
 
Suggests: mmm-mode, libdbix-recordset-perl
 
19
Suggests: mmm-mode, libdbix-recordset-perl, apache2-mpm-prefork
14
20
Description: A system for building dynamic websites with Perl
15
21
 Embperl gives you the power to embed Perl code in your HTML/XML
16
22
 documents and the ability to build your Web site out of small