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

« back to all changes in this revision

Viewing changes to MANIFEST

  • 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:
10
10
Embperl/App.pm
11
11
Embperl/Constant.pm
12
12
Embperl/Form.pm
13
 
Embperl/Form/Control/select.pm
 
13
Embperl/Form/Control.pm
 
14
Embperl/Form/Control/addremove.pm
 
15
Embperl/Form/Control/blank.pm
 
16
Embperl/Form/Control/button.pm
14
17
Embperl/Form/Control/checkbox.pm
15
 
Embperl/Form/Control/blank.pm
16
 
Embperl/Form/Control/tabs.pm
 
18
Embperl/Form/Control/checkboxes.pm
 
19
Embperl/Form/Control/display.pm
 
20
Embperl/Form/Control/displaylink.pm
 
21
Embperl/Form/Control/dump.pm
17
22
Embperl/Form/Control/table.pm
18
 
Embperl/Form/Control/transparent.pm
19
 
Embperl/Form/Control/radio.pm
20
23
Embperl/Form/Control/file.pm
21
 
Embperl/Form/Control/submit.pm
22
 
Embperl/Form/Control/password.pm
23
 
Embperl/Form/Control/label.pm
24
24
Embperl/Form/Control/grid.pm
25
 
Embperl/Form/Control/textarea.pm
26
 
Embperl/Form/Control/addremove.pm
27
 
Embperl/Form/Control/display.pm
 
25
Embperl/Form/Control/hidden.pm
28
26
Embperl/Form/Control/info.pm
 
27
Embperl/Form/Control/input.pm
 
28
Embperl/Form/Control/label.pm
 
29
Embperl/Form/Control/mult.pm
29
30
Embperl/Form/Control/number.pm
30
 
Embperl/Form/Control/input.pm
 
31
Embperl/Form/Control/password.pm
 
32
Embperl/Form/Control/radio.pm
 
33
Embperl/Form/Control/select.pm
 
34
Embperl/Form/Control/selectdyn.pm
 
35
Embperl/Form/Control/submit.pm
 
36
Embperl/Form/Control/tabs.pm
 
37
Embperl/Form/Control/textarea.pm
 
38
Embperl/Form/Control/table.pm
 
39
Embperl/Form/Control/tinymce.pm
 
40
Embperl/Form/Control/transparent.pm
31
41
Embperl/Form/ControlMultValue.pm
32
 
Embperl/Form/Control.pm
 
42
Embperl/Form/DataSource.pm
33
43
Embperl/Form/Validate.pm
34
44
Embperl/Form/Validate/Default.pm
35
45
Embperl/Form/Validate/Number.pm
315
325
test/cmp/incxmlLibXSLT.htm
316
326
test/cmp/incxmlXalanXSLT.htm
317
327
test/cmp/input.htm
 
328
test/cmp/inputattr.htm
318
329
test/cmp/inputjava.htm
319
330
test/cmp/inputjs2.htm
320
331
test/cmp/java.htm
519
530
test/html/incxmlLibXSLT.htm
520
531
test/html/incxmlXalanXSLT.htm
521
532
test/html/input.htm
 
533
test/html/inputattr.htm
522
534
test/html/inputdisable.htm
523
535
test/html/inputjava.htm
524
536
test/html/inputjs2.htm