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

« back to all changes in this revision

Viewing changes to debian/patches/fix-whatis.patch

  • 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
Description: fix manpage whatis entries
 
2
Author: Jonathan Yu <jawnsy@cpan.org>
 
3
Origin: vendor
 
4
Forwarded: no
 
5
--- a/Config.pod
 
6
+++ b/Config.pod
 
7
@@ -2,7 +2,7 @@
 
8
 
 
9
 =head1 NAME
 
10
 
 
11
-Configuration and calling
 
12
+Embperl::Config - Configuration and calling
 
13
 
 
14
 =head1 Operating-Modes
 
15
 
 
16
--- a/Embperl/App.pm
 
17
+++ b/Embperl/App.pm
 
18
@@ -295,7 +295,7 @@
 
19
 
 
20
 =head1 NAME
 
21
 
 
22
-Embperl base class for application objects
 
23
+Embperl::App - Embperl base class for application objects
 
24
 
 
25
 =head1 SYNOPSIS
 
26
 
 
27
--- a/Faq.pod
 
28
+++ b/Faq.pod
 
29
@@ -4,7 +4,7 @@
 
30
 
 
31
 =head1 NAME
 
32
 
 
33
-Embperl FAQ - embed Perl code in your HTML docs
 
34
+Embperl::Faq - How to embed Perl code in your HTML docs
 
35
 
 
36
 =head1 CONTENTS
 
37
 
 
38
--- a/Embperl/Recipe.pm
 
39
+++ b/Embperl/Recipe.pm
 
40
@@ -65,7 +65,7 @@
 
41
 
 
42
 =head1 NAME
 
43
 
 
44
-Embperl base class for defining custom recipes
 
45
+Embperl::Recipe - base class for defining custom recipes
 
46
 
 
47
 =head1 SYNOPSIS
 
48
 
 
49
--- a/Embperl/Recipe/Embperl.pm
 
50
+++ b/Embperl/Recipe/Embperl.pm
 
51
@@ -62,7 +62,7 @@
 
52
 
 
53
 =head1 NAME
 
54
 
 
55
-Embperl::Recipe::Embperl
 
56
+Embperl::Recipe::Embperl - the default Embperl recipe
 
57
 
 
58
 =head1 SYNOPSIS
 
59
 
 
60
--- a/Embperl/Recipe/EmbperlXSLT.pm
 
61
+++ b/Embperl/Recipe/EmbperlXSLT.pm
 
62
@@ -68,7 +68,7 @@
 
63
 
 
64
 =head1 NAME
 
65
 
 
66
-Embperl::Recipe::EmbperlXSLT
 
67
+Embperl::Recipe::EmbperlXSLT - recipe to perform an XSLT transformation last
 
68
 
 
69
 =head1 SYNOPSIS
 
70
 
 
71
--- a/Embperl/Recipe/XSLT.pm
 
72
+++ b/Embperl/Recipe/XSLT.pm
 
73
@@ -72,7 +72,7 @@
 
74
 
 
75
 =head1 NAME
 
76
 
 
77
-Embperl::Recipe::XSLT
 
78
+Embperl::Recipe::XSLT - recipe for performing an XSLT transformation
 
79
 
 
80
 =head1 SYNOPSIS
 
81
 
 
82
--- a/Embperl/Session.pm
 
83
+++ b/Embperl/Session.pm
 
84
@@ -10,7 +10,7 @@
 
85
 
 
86
 =head1 NAME
 
87
 
 
88
-HTML::Embperl::Session 
 
89
+HTML::Embperl::Session - adaptation of Apache::Session to work with HTML::Embperl
 
90
 
 
91
 =head1 DESCRIPTION
 
92
 
 
93
--- a/Embperl/Syntax.pm
 
94
+++ b/Embperl/Syntax.pm
 
95
@@ -395,7 +395,7 @@
 
96
 
 
97
 =head1 NAME
 
98
 
 
99
-Embperl base class for defining custom syntaxes
 
100
+Embperl::Syntax - base class for defining custom syntaxes
 
101
 
 
102
 =head1 SYNOPSIS
 
103
 
 
104
--- a/Embperl/Syntax/ASP.pm
 
105
+++ b/Embperl/Syntax/ASP.pm
 
106
@@ -250,7 +250,7 @@
 
107
 
 
108
 =head1 NAME
 
109
 
 
110
-ASP syntax module for Embperl 
 
111
+Embperl::Syntax::ASP - ASP syntax module for Embperl 
 
112
 
 
113
 =head1 SYNOPSIS
 
114
 
 
115
--- a/Embperl/Syntax/Embperl.pm
 
116
+++ b/Embperl/Syntax/Embperl.pm
 
117
@@ -56,7 +56,7 @@
 
118
 
 
119
 =head1 NAME
 
120
 
 
121
-Embperl syntax module for Embperl. 
 
122
+Embperl::Syntax::Embperl - Embperl syntax module for Embperl. 
 
123
 
 
124
 =head1 SYNOPSIS
 
125
 
 
126
--- a/Embperl/Syntax/EmbperlBlocks.pm
 
127
+++ b/Embperl/Syntax/EmbperlBlocks.pm
 
128
@@ -602,7 +602,7 @@
 
129
 
 
130
 =head1 NAME
 
131
 
 
132
-Embperl::Syntax::EmbperlBlocks
 
133
+Embperl::Syntax::EmbperlBlocks - syntax for Embperl Blocks and metacommands
 
134
 
 
135
 =head1 SYNOPSIS
 
136
 
 
137
--- a/Embperl/Syntax/EmbperlHTML.pm
 
138
+++ b/Embperl/Syntax/EmbperlHTML.pm
 
139
@@ -180,7 +180,7 @@
 
140
 
 
141
 =head1 NAME
 
142
 
 
143
-Embperl::Syntax::EmbperlHTML
 
144
+Embperl::Syntax::EmbperlHTML - syntax for HTML tags that Embperl processes
 
145
 
 
146
 =head1 SYNOPSIS
 
147
 
 
148
--- a/Embperl/Syntax/HTML.pm
 
149
+++ b/Embperl/Syntax/HTML.pm
 
150
@@ -413,7 +413,7 @@
 
151
 
 
152
 =head1 NAME
 
153
 
 
154
-Embperl::Syntax::HTML
 
155
+Embperl::Syntax::HTML - define the syntax for HTML
 
156
 
 
157
 =head1 SYNOPSIS
 
158
 
 
159
--- a/Embperl/Syntax/Mail.pm
 
160
+++ b/Embperl/Syntax/Mail.pm
 
161
@@ -126,7 +126,7 @@
 
162
 
 
163
 =head1 NAME
 
164
 
 
165
-Embperl Taglib for sending mail
 
166
+Embperl::Syntax::Mail - tag library for sending mail
 
167
 
 
168
 =head1 SYNOPSIS
 
169
 
 
170
--- a/Embperl/Syntax/MsgIdExtract.pm
 
171
+++ b/Embperl/Syntax/MsgIdExtract.pm
 
172
@@ -151,7 +151,7 @@
 
173
 
 
174
 =head1 NAME
 
175
 
 
176
-Embperl::Syntax::MsgIdExtract
 
177
+Embperl::Syntax::MsgIdExtract - define syntax for i18n using Embperl blocks
 
178
 
 
179
 =head1 SYNOPSIS
 
180
 
 
181
--- a/Embperl/Syntax/POD.pm
 
182
+++ b/Embperl/Syntax/POD.pm
 
183
@@ -732,7 +732,7 @@
 
184
 
 
185
 =head1 NAME
 
186
 
 
187
-Embperl::Syntax::POD
 
188
+Embperl::Syntax::POD - convert POD to XML on-the-fly
 
189
 
 
190
 =head1 SYNOPSIS
 
191
 
 
192
--- a/Embperl/Syntax/Perl.pm
 
193
+++ b/Embperl/Syntax/Perl.pm
 
194
@@ -72,7 +72,7 @@
 
195
 
 
196
 =head1 NAME
 
197
 
 
198
-Perl syntax module for Embperl 
 
199
+Embperl::Syntax::Perl - define Perl syntax for Embperl
 
200
 
 
201
 =head1 SYNOPSIS
 
202
 
 
203
--- a/Embperl/Syntax/RTF.pm
 
204
+++ b/Embperl/Syntax/RTF.pm
 
205
@@ -671,7 +671,7 @@
 
206
 
 
207
 =head1 NAME
 
208
 
 
209
-Embperl::Syntax::RTF
 
210
+Embperl::Syntax::RTF - define syntax for RTF files
 
211
 
 
212
 =head1 SYNOPSIS
 
213
 
 
214
--- a/Embperl/Syntax/SSI.pm
 
215
+++ b/Embperl/Syntax/SSI.pm
 
216
@@ -432,7 +432,7 @@
 
217
 
 
218
 =head1 NAME
 
219
 
 
220
-SSI syntax module for Embperl 
 
221
+Embperl::Syntax::SSI - define SSI syntax for Embperl 
 
222
 
 
223
 =head1 SYNOPSIS
 
224
 
 
225
--- a/Embperl/Syntax/Text.pm
 
226
+++ b/Embperl/Syntax/Text.pm
 
227
@@ -59,7 +59,7 @@
 
228
 
 
229
 =head1 NAME
 
230
 
 
231
-Text syntax module for Embperl 
 
232
+Embperl::Syntax::Text - define text syntax for Embperl
 
233
 
 
234
 =head1 SYNOPSIS
 
235