~ubuntu-branches/ubuntu/utopic/sgf2dg/utopic

« back to all changes in this revision

Viewing changes to debian/patches/manpages.patch

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Danjean
  • Date: 2009-11-01 10:18:16 UTC
  • Revision ID: james.westby@ubuntu.com-20091101101816-wauimz8r6f1ouxgc
Tags: 4.026-10
* [debian/control] bump to Standards-Version 3.8.3 (no change required)
* Add missing build dependency to tex-common (Closes: #553575)
* Fix typo in manpages
* Add a README.source for quilt
* Cleanup source files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: sgf2dg-4.026/Dg2Ps.pm
2
 
===================================================================
3
 
--- sgf2dg-4.026.orig/Dg2Ps.pm  2006-04-06 23:37:34.000000000 +0200
4
 
+++ sgf2dg-4.026/Dg2Ps.pm       2006-04-06 23:37:36.000000000 +0200
5
 
@@ -197,31 +197,31 @@
 
1
Fix manpages (names and typos)
 
2
--- a/Dg2Ps.pm
 
3
+++ b/Dg2Ps.pm
 
4
@@ -120,6 +120,8 @@
 
5
 
 
6
 A B<new> Games::Go::Dg2Ps takes the following options:
 
7
 
 
8
+=back
 
9
+
 
10
 =head2 General Dg2 Converter Options:
 
11
 
 
12
 =over 4
 
13
@@ -197,31 +199,31 @@
6
14
 
7
15
 =item 'Folio'
8
16
 
43
51
 
44
52
 =back
45
53
 
46
 
Index: sgf2dg-4.026/Makefile.PL
47
 
===================================================================
48
 
--- sgf2dg-4.026.orig/Makefile.PL       2006-04-06 23:37:36.000000000 +0200
49
 
+++ sgf2dg-4.026/Makefile.PL    2006-04-06 23:53:59.000000000 +0200
 
54
@@ -321,8 +323,6 @@
 
55
 
 
56
 Default: 0
 
57
 
 
58
-=back
 
59
-
 
60
 =cut
 
61
 
 
62
 sub new {
 
63
@@ -1436,7 +1436,7 @@
 
64
 
 
65
 =head1 SEE ALSO
 
66
 
 
67
-=over 0
 
68
+=over 4
 
69
 
 
70
 =item L<sgf2dg>(1)
 
71
 
 
72
--- a/Makefile.PL
 
73
+++ b/Makefile.PL
50
74
@@ -45,8 +45,8 @@
51
75
     #VERSION_FROM        => 'sgf2dg',           # where to get the package version number from
52
76
     VERSION             => 4.026,
58
82
     ABSTRACT            => "sgf2dg (replaces sgf2tex) converts Smart Go Format (SGF) files to Go diagrams - includes the GOOE TeX fonts",
59
83
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
60
84
       (AUTHOR     => 'Dan Bump <bump@match.stanford.edu>, Reid Augustin <reid@hellosix.com>') : ()),
 
85
--- a/Dg2ASCII.pm
 
86
+++ b/Dg2ASCII.pm
 
87
@@ -112,6 +112,8 @@
 
88
 
 
89
 A B<new> Games::Go::Dg2ASCII takes the following options:
 
90
 
 
91
+=back
 
92
+
 
93
 =head2 General Dg2 Converter Options:
 
94
 
 
95
 =over 4
 
96
@@ -200,8 +202,6 @@
 
97
 reference to the B<Dg2ASCII> object and a list of lines that are
 
98
 part of the ASCII diagram lines.
 
99
 
 
100
-=back
 
101
-
 
102
 =cut
 
103
 
 
104
 sub new {
 
105
@@ -726,7 +726,7 @@
 
106
 
 
107
 =head1 SEE ALSO
 
108
 
 
109
-=over 0
 
110
+=over 4
 
111
 
 
112
 =item L<sgf2dg>(1)
 
113
 
 
114
--- a/Dg2Mp.pm
 
115
+++ b/Dg2Mp.pm
 
116
@@ -187,6 +187,8 @@
 
117
 
 
118
 A B<new> Games::Go::Dg2Mp takes the following options:
 
119
 
 
120
+=back
 
121
+
 
122
 =head2 General Dg2 Converter Options:
 
123
 
 
124
 =over 4
 
125
@@ -294,8 +296,6 @@
 
126
 
 
127
 Default: 8
 
128
 
 
129
-=back
 
130
-
 
131
 =cut
 
132
 
 
133
 sub new {
 
134
@@ -988,7 +988,7 @@
 
135
 
 
136
 =head1 SEE ALSO
 
137
 
 
138
-=over 0
 
139
+=over 4
 
140
 
 
141
 =item L<sgf2dg>(1)
 
142
 
 
143
--- a/Dg2PDF.pm
 
144
+++ b/Dg2PDF.pm
 
145
@@ -233,6 +233,8 @@
 
146
 
 
147
 A B<new> Games::Go::Dg2PDF takes the following options:
 
148
 
 
149
+=back
 
150
+
 
151
 =head2 General Dg2 Converter Options:
 
152
 
 
153
 =over 4
 
154
@@ -403,8 +405,6 @@
 
155
 
 
156
 Default: undef - determined from B<stone_fontSize>
 
157
 
 
158
-=back
 
159
-
 
160
 =cut
 
161
 
 
162
 sub new {
 
163
@@ -1463,7 +1463,7 @@
 
164
 
 
165
 =head1 SEE ALSO
 
166
 
 
167
-=over 0
 
168
+=over 4
 
169
 
 
170
 =item L<sgf2dg>(1)
 
171
 
 
172
--- a/Dg2TeX.pm
 
173
+++ b/Dg2TeX.pm
 
174
@@ -142,6 +142,8 @@
 
175
 
 
176
 A B<new> Games::Go::D2TeX takes the following options:
 
177
 
 
178
+=back
 
179
+
 
180
 =head2 General Dg2 Converter Options:
 
181
 
 
182
 =over 4
 
183
@@ -308,6 +310,8 @@
 
184
     return($my);
 
185
 }
 
186
 
 
187
+=over 4
 
188
+
 
189
 =item $dg2tex-E<gt>B<configure> (option =E<gt> value, ?...?)
 
190
 
 
191
 Change Dg2TeX options from values passed at B<new> time.
 
192
@@ -950,7 +954,7 @@
 
193
 
 
194
 =head1 SEE ALSO
 
195
 
 
196
-=over 0
 
197
+=over 4
 
198
 
 
199
 =item L<sgf2dg>(1)
 
200
 
 
201
--- a/Dg2Tk.pm
 
202
+++ b/Dg2Tk.pm
 
203
@@ -116,6 +116,8 @@
 
204
 
 
205
 A B<new> Games::Go::Dg2Tk takes the following options:
 
206
 
 
207
+=back
 
208
+
 
209
 =head2 General Dg2 Converter Options:
 
210
 
 
211
 =over 4
 
212
@@ -167,8 +169,6 @@
 
213
           $y = chr($y - 1 + ord('a'));
 
214
           return("$x$y"); },           # concatenate two letters
 
215
 
 
216
-=back
 
217
-
 
218
 =cut
 
219
 
 
220
 sub new {
 
221
@@ -954,7 +954,7 @@
 
222
 
 
223
 =head1 SEE ALSO
 
224
 
 
225
-=over 0
 
226
+=over 4
 
227
 
 
228
 =item L<sgf2dg>(1)
 
229
 
 
230
--- a/Dg2TkPs.pm
 
231
+++ b/Dg2TkPs.pm
 
232
@@ -209,7 +209,7 @@
 
233
 
 
234
 =head1 SEE ALSO
 
235
 
 
236
-=over 0
 
237
+=over 4
 
238
 
 
239
 =item L<sgf2dg>(1)
 
240
 
 
241
--- a/Diagram.pm
 
242
+++ b/Diagram.pm
 
243
@@ -1211,7 +1211,7 @@
 
244
 
 
245
 =head1 SEE ALSO
 
246
 
 
247
-=over 0
 
248
+=over 4
 
249
 
 
250
 =item L<sgf2dg>(1)
 
251
 
 
252
--- a/sgf2dg
 
253
+++ b/sgf2dg
 
254
@@ -1310,7 +1310,7 @@
 
255
 
 
256
 =head1 SEE ALSO
 
257
 
 
258
-=over 0
 
259
+=over 4
 
260
 
 
261
 =item o sgfsplit(1)   - splits a .sgf file into its component variations
 
262