1
# Bosnian translation for libparse-debianchangelog-perl
2
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3
# This file is distributed under the same license as the libparse-debianchangelog-perl package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
8
"Project-Id-Version: libparse-debianchangelog-perl\n"
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2005-10-13 02:09+0200\n"
11
"PO-Revision-Date: 2011-10-17 10:50+0000\n"
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
"Language-Team: Bosnian <bs@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"X-Launchpad-Export-Date: 2011-12-29 15:25+0000\n"
18
"X-Generator: Launchpad (build 14560)\n"
20
#: ../bin/parsechangelog:20 ../lib/Parse/DebianChangelog.pm:22
21
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:21
22
#: ../lib/Parse/DebianChangelog/Entry.pm:21
23
#: ../lib/Parse/DebianChangelog/Util.pm:22 ../lib/Pod/UsageTrans.pm:30
27
#: ../bin/parsechangelog:22
29
"parsechangelog - parse Debian changelogs and output them in other formats"
32
#: ../bin/parsechangelog:24 ../lib/Parse/DebianChangelog.pm:26
33
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:25
34
#: ../lib/Parse/DebianChangelog/Entry.pm:25 ../lib/Pod/UsageTrans.pm:34
38
#: ../bin/parsechangelog:26
39
msgid "parsechangelog [options] [changelogfile]"
42
#: ../bin/parsechangelog:28
46
" --help, -h print usage information\n"
47
" --version, -V print version information\n"
48
" --file, -l <file> changelog file to parse, defaults\n"
49
" to 'debian/changelog'\n"
50
" -F<changelogformat> ignored if changelogformat = 'debian'\n"
51
" for compatibility with dpkg-dev\n"
52
" -L<libdir> ignored for compatibility with dpkg-dev\n"
53
" --format <outputformat> see man page for list of available\n"
54
" output formats, defaults to 'dpkg'\n"
55
" for compatibility with dpkg-dev\n"
56
" --since, -s, -v <version> include all changes later than version\n"
57
" --until, -u <version> include all changes earlier than version\n"
58
" --from, -f <version> include all changes equal or later\n"
60
" --to, -t <version> include all changes up to or equal\n"
62
" --count, -c, -n <number> include <number> entries from the top\n"
63
" (or the tail if <number> is lower than 0)\n"
64
" --offset, -o <number> change the starting point for --count,\n"
65
" counted from the top (or the tail if\n"
66
" <number> is lower than 0)\n"
67
" --all include all changes\n"
71
#: ../bin/parsechangelog:52
73
"If neither C<changelogfile> nor C<-l E<lt>fileE<gt>> are specified, "
74
"F<debian/changelog> will be used. If two different files are specified the "
78
#: ../bin/parsechangelog:56
80
"If the filename is C<-> the program reads the changelog from standard input."
83
#: ../bin/parsechangelog:59
85
"C<--all> overrides all other range selecting options. C<--count> overrides "
86
"all other range selection options except for C<--all>. The range selecting "
87
"options can be mixed together, but only one of C<--since> and C<--from> and "
88
"one of C<--until> and C<--to> can be specified at the same time."
91
#: ../bin/parsechangelog:65
93
"The dpkg and rfc822 formats default to showing only the first entry when no "
94
"other options are given with while the HTML and XML formats default to "
95
"showing all entries."
98
#: ../bin/parsechangelog:69
100
"For a more extensive documentation of the range selecting options and some "
101
"(hopefully enlightening) examples see L<Parse::DebianChangelog/\"COMMON "
105
#: ../bin/parsechangelog:73 ../lib/Parse/DebianChangelog.pm:42
106
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:27
107
#: ../lib/Parse/DebianChangelog/Entry.pm:27
108
#: ../lib/Parse/DebianChangelog/Util.pm:26 ../lib/Pod/UsageTrans.pm:64
112
#: ../bin/parsechangelog:75
114
"parsechangelog parses Debian changelogs as described in the Debian policy "
115
"(version 3.6.2.1 at the time of this writing) and converts them to other "
116
"output formats. See section L<\"SEE ALSO\"> for locations where to find the "
117
"full format definition."
120
#: ../bin/parsechangelog:80
121
msgid "The output formats supported are currently:"
124
#: ../bin/parsechangelog:84 ../lib/Parse/DebianChangelog.pm:61
125
#: ../lib/Parse/DebianChangelog.pm:627
129
#: ../bin/parsechangelog:86
131
"Format as known from L<dpkg-parsechangelog(1)>. All requested entries (see "
132
"L<\"SYNOPSIS\"> on how to select specific entries) are returned in the usual "
133
"Debian control format, merged in one stanza, ready to be used in a "
137
#: ../bin/parsechangelog:91 ../lib/Parse/DebianChangelog.pm:68
138
#: ../lib/Parse/DebianChangelog.pm:740
142
#: ../bin/parsechangelog:93 ../lib/Parse/DebianChangelog.pm:70
144
"Similar to the C<dpkg> format, but the requested entries are returned as one "
145
"stanza each, i.e. they are not merged. This is probably the format to use if "
146
"you want a machine-usable representation of the changelog."
149
#: ../bin/parsechangelog:97 ../lib/Parse/DebianChangelog.pm:74
150
#: ../lib/Parse/DebianChangelog.pm:801
154
#: ../bin/parsechangelog:99 ../lib/Parse/DebianChangelog.pm:76
156
"Just a simple XML dump of the changelog data. Without any schema or DTD "
157
"currently, just some made up XML. The actual format might still change. "
158
"Comments and Improvements welcome."
161
#: ../bin/parsechangelog:103 ../lib/Parse/DebianChangelog.pm:80
162
#: ../lib/Parse/DebianChangelog.pm:880
166
#: ../bin/parsechangelog:105
168
"The changelog is converted to a somewhat nice looking HTML file with some "
169
"nice features as a quick-link bar with direct links to every entry. NOTE: "
170
"This is not configurable yet and was specifically designed to be used on "
171
"L<http://packages.debian.org/>. This is planned to be changed until version "
172
"1.0. The used Parse::DebianChangelog module already supports configuration, "
173
"however, this isn't exposed by this program yet."
176
#: ../bin/parsechangelog:240 ../lib/Parse/DebianChangelog.pm:1251
177
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:165
178
#: ../lib/Parse/DebianChangelog/Entry.pm:149
179
#: ../lib/Parse/DebianChangelog/Util.pm:158 ../lib/Pod/UsageTrans.pm:88
183
#: ../bin/parsechangelog:242
184
msgid "Parse::DebianChangelog, the underlying Perl module"
187
#: ../bin/parsechangelog:244 ../lib/Parse/DebianChangelog.pm:1255
189
"Description of the Debian changelog format in the Debian policy: "
190
"L<http://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog>."
193
#: ../bin/parsechangelog:247 ../lib/Parse/DebianChangelog.pm:1258
194
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:169
195
#: ../lib/Parse/DebianChangelog/Entry.pm:153
196
#: ../lib/Parse/DebianChangelog/Util.pm:162 ../lib/Pod/UsageTrans.pm:92
200
#: ../bin/parsechangelog:249 ../lib/Parse/DebianChangelog.pm:1260
201
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:171
202
#: ../lib/Parse/DebianChangelog/Entry.pm:155
203
#: ../lib/Parse/DebianChangelog/Util.pm:164 ../lib/Pod/UsageTrans.pm:94
204
msgid "Frank Lichtenheld, E<lt>frank@lichtenheld.deE<gt>"
205
msgstr "Frank Lichtenheld, E<lt>frank@lichtenheld.deE<gt>"
207
#: ../bin/parsechangelog:251 ../lib/Parse/DebianChangelog.pm:1262
208
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:173
209
#: ../lib/Parse/DebianChangelog/Entry.pm:157
210
#: ../lib/Parse/DebianChangelog/Util.pm:166
211
msgid "COPYRIGHT AND LICENSE"
214
#: ../bin/parsechangelog:253 ../lib/Parse/DebianChangelog.pm:1264
215
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:175
216
#: ../lib/Parse/DebianChangelog/Entry.pm:159
217
#: ../lib/Parse/DebianChangelog/Util.pm:168
218
msgid "Copyright (C) 2005 by Frank Lichtenheld"
221
#: ../bin/parsechangelog:255 ../lib/Parse/DebianChangelog.pm:1266
222
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:177
223
#: ../lib/Parse/DebianChangelog/Entry.pm:161
224
#: ../lib/Parse/DebianChangelog/Util.pm:170
226
"This program is free software; you can redistribute it and/or modify it "
227
"under the terms of the GNU General Public License as published by the Free "
228
"Software Foundation; either version 2 of the License, or (at your option) "
231
"Ovaj program je slobodan; možete ga raspodeljivati i/ili mijenjati pod "
232
"uslovima GNU Opšte Javne Licence (GNU GPL) kako je objavljuje Zadužbina za "
233
"Slobodni Softver (FSF); bilo verzije 2 te Licence, bilo (po vašem nahođenju) "
234
"bilo koje novije verzije."
236
#: ../bin/parsechangelog:260 ../lib/Parse/DebianChangelog.pm:1271
237
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:182
238
#: ../lib/Parse/DebianChangelog/Entry.pm:166
239
#: ../lib/Parse/DebianChangelog/Util.pm:175
241
"This program is distributed in the hope that it will be useful, but WITHOUT "
242
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
243
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
246
"Ovaj program se raspodjeljuje u nadi da će biti od koristi, ali BEZ IKAKVIH "
247
"GARANCIJA; čak i bez podrazumijevane garancije KORISNOSTI ili PRILAGOĐENOSTI "
248
"ODREĐENOJ NAMENI. Vidite GNU Opštu Javnu Licencu za više detalja."
250
#: ../bin/parsechangelog:265 ../lib/Parse/DebianChangelog.pm:1276
251
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:187
252
#: ../lib/Parse/DebianChangelog/Entry.pm:171
253
#: ../lib/Parse/DebianChangelog/Util.pm:180
255
"You should have received a copy of the GNU General Public License along with "
256
"this program; if not, write to the Free Software Foundation, Inc., 51 "
257
"Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"
260
#: ../lib/Parse/DebianChangelog.pm:24
262
"Parse::DebianChangelog - parse Debian changelogs and output them in other "
266
#: ../lib/Parse/DebianChangelog.pm:28
269
" use Parse::DebianChangelog;\n"
273
#: ../lib/Parse/DebianChangelog.pm:30
276
" my $chglog = Parse::DebianChangelog->init( { infile => "
277
"'debian/changelog',\n"
278
" HTML => { outfile => "
279
"'changelog.html' } );\n"
284
#: ../lib/Parse/DebianChangelog.pm:34
287
" # the following is semantically equivalent\n"
288
" my $chglog = Parse::DebianChangelog->init();\n"
289
" $chglog->parse( { infile => 'debian/changelog' } );\n"
290
" $chglog->html( { outfile => 'changelog.html' } );\n"
294
#: ../lib/Parse/DebianChangelog.pm:39
297
" my $changes = $chglog->dpkg_str( { since => '1.0-1' } );\n"
302
#: ../lib/Parse/DebianChangelog.pm:44
304
"Parse::DebianChangelog parses Debian changelogs as described in the Debian "
305
"policy (version 3.6.2.1 at the time of this writing). See section L<\"SEE "
306
"ALSO\"> for locations where to find this definition."
309
#: ../lib/Parse/DebianChangelog.pm:48
311
"The parser tries to ignore most cruft like # or /* */ style comments, CVS "
312
"comments, vim variables, emacs local variables and stuff from older "
313
"changelogs with other formats at the end of the file. NOTE: most of these "
314
"are ignored silently currently, there is no parser error issued for them. "
315
"This should become configurable in the future."
318
#: ../lib/Parse/DebianChangelog.pm:55
320
"Beside giving access to the details of the parsed file via the L<\"data\"> "
321
"method, Parse::DebianChangelog also supports converting these changelogs to "
322
"various other formats. These are currently:"
325
#: ../lib/Parse/DebianChangelog.pm:63
327
"Format as known from L<dpkg-parsechangelog(1)>. All requested entries (see "
328
"L<\"METHODS\"> for an explanation what this means) are returned in the usual "
329
"Debian control format, merged in one stanza, ready to be used in a "
333
#: ../lib/Parse/DebianChangelog.pm:82
335
"The changelog is converted to a somewhat nice looking HTML file with some "
336
"nice features as a quick-link bar with direct links to every entry. NOTE: "
337
"This is not very configurable yet and was specifically designed to be used "
338
"on L<http://packages.debian.org/>. This is planned to be changed until "
342
#: ../lib/Parse/DebianChangelog.pm:90
346
#: ../lib/Parse/DebianChangelog.pm:110
347
#: ../lib/Parse/DebianChangelog/Entry.pm:31
351
#: ../lib/Parse/DebianChangelog.pm:112
353
"Creates a new object instance. Takes a reference to a hash as optional "
354
"argument, which is interpreted as configuration options. There are "
355
"currently no supported general configuration options, but see the other "
356
"methods for more specific configuration options which can also specified to "
360
#: ../lib/Parse/DebianChangelog.pm:118
362
"If C<infile> or C<instring> are specified (see L<parse>), C<parse()> is "
363
"called from C<init>. If a fatal error is encountered during parsing (e.g. "
364
"the file can't be opened), C<init> will not return a valid object but "
368
#: ../lib/Parse/DebianChangelog.pm:146
369
msgid "reset_parse_errors"
370
msgstr "reset_parse_errors"
372
#: ../lib/Parse/DebianChangelog.pm:148
374
"Can be used to delete all information about errors ocurred during previous "
375
"L<parse> runs. Note that C<parse()> also calls this method."
378
#: ../lib/Parse/DebianChangelog.pm:177
379
msgid "get_parse_errors"
380
msgstr "get_parse_errors"
382
#: ../lib/Parse/DebianChangelog.pm:179
384
"Returns all error messages from the last L<parse> run. If called in scalar "
385
"context returns a human readable string representation. If called in list "
386
"context returns an array of arrays. Each of these arrays contains"
389
#: ../lib/Parse/DebianChangelog.pm:186
393
#: ../lib/Parse/DebianChangelog.pm:188
395
"the filename of the parsed file or C<String> if a string was parsed directly"
398
#: ../lib/Parse/DebianChangelog.pm:191
402
#: ../lib/Parse/DebianChangelog.pm:193
403
msgid "the line number where the error occurred"
406
#: ../lib/Parse/DebianChangelog.pm:195
410
#: ../lib/Parse/DebianChangelog.pm:197
411
msgid "an error description"
414
#: ../lib/Parse/DebianChangelog.pm:199
418
#: ../lib/Parse/DebianChangelog.pm:201
419
msgid "the original line"
422
#: ../lib/Parse/DebianChangelog.pm:205
424
"NOTE: This format isn't stable yet and may change in later versions of this "
428
#: ../lib/Parse/DebianChangelog.pm:237
432
#: ../lib/Parse/DebianChangelog.pm:239
434
"Get the last non-parser error (e.g. the file to parse couldn't be opened)."
437
#: ../lib/Parse/DebianChangelog.pm:251
441
#: ../lib/Parse/DebianChangelog.pm:253
443
"Parses either the file named in configuration item C<infile> or the string "
444
"saved in configuration item C<instring>. Accepts a hash ref as optional "
445
"argument which can contain configuration items."
448
#: ../lib/Parse/DebianChangelog.pm:258
450
"Returns C<undef> in case of error (e.g. \"file not found\", B<not> parse "
451
"errors) and the object if successful. If C<undef> was returned, you can get "
452
"the reason for the failure by calling the L<get_error> method."
455
#: ../lib/Parse/DebianChangelog.pm:511
459
#: ../lib/Parse/DebianChangelog.pm:513
461
"C<data> returns an array (if called in list context) or a reference to an "
462
"array of Parse::DebianChangelog::Entry objects which each represent one "
463
"entry of the changelog."
466
#: ../lib/Parse/DebianChangelog.pm:517
468
"This is currently merely a placeholder to enable users to get to the raw "
469
"data, expect changes to this API in the near future."
472
#: ../lib/Parse/DebianChangelog.pm:520
474
"This method supports the common output options described in section "
475
"L<\"COMMON OUTPUT OPTIONS\">."
478
#: ../lib/Parse/DebianChangelog.pm:629
479
msgid "(and B<dpkg_str>)"
480
msgstr "(i B<dpkg_str>)"
482
#: ../lib/Parse/DebianChangelog.pm:631
484
"C<dpkg> returns a hash (in list context) or a hash reference (in scalar "
485
"context) where the keys are field names and the values are field values. The "
486
"following fields are given:"
489
#: ../lib/Parse/DebianChangelog.pm:637
490
#: ../lib/Parse/DebianChangelog/Entry.pm:54
494
#: ../lib/Parse/DebianChangelog.pm:639
495
msgid "package name (in the first entry)"
498
#: ../lib/Parse/DebianChangelog.pm:641
499
#: ../lib/Parse/DebianChangelog/Entry.pm:58
503
#: ../lib/Parse/DebianChangelog.pm:643
504
msgid "packages' version (from first entry)"
507
#: ../lib/Parse/DebianChangelog.pm:645
508
#: ../lib/Parse/DebianChangelog/Entry.pm:62
510
msgstr "Distribucija"
512
#: ../lib/Parse/DebianChangelog.pm:647
513
msgid "target distribution (from first entry)"
516
#: ../lib/Parse/DebianChangelog.pm:649
517
#: ../lib/Parse/DebianChangelog/Entry.pm:66
521
#: ../lib/Parse/DebianChangelog.pm:651
522
msgid "urgency (highest of all printed entries)"
525
#: ../lib/Parse/DebianChangelog.pm:653
529
#: ../lib/Parse/DebianChangelog.pm:655
530
msgid "person that created the (first) entry"
533
#: ../lib/Parse/DebianChangelog.pm:657
534
#: ../lib/Parse/DebianChangelog/Entry.pm:94
538
#: ../lib/Parse/DebianChangelog.pm:659
539
msgid "date of the (first) entry"
542
#: ../lib/Parse/DebianChangelog.pm:661
546
#: ../lib/Parse/DebianChangelog.pm:663
547
msgid "bugs closed by the entry/entries, sorted by bug number"
550
#: ../lib/Parse/DebianChangelog.pm:665
554
#: ../lib/Parse/DebianChangelog.pm:667
555
msgid "content of the the entry/entries"
558
#: ../lib/Parse/DebianChangelog.pm:671
560
"C<dpkg_str> returns a stringified version of this hash which should look "
561
"exactly like the output of L<dpkg-parsechangelog(1)>. The fields are ordered "
562
"like in the list above."
565
#: ../lib/Parse/DebianChangelog.pm:675 ../lib/Parse/DebianChangelog.pm:754
567
"Both methods only support the common output options described in section "
568
"L<\"COMMON OUTPUT OPTIONS\">."
571
#: ../lib/Parse/DebianChangelog.pm:678
575
#: ../lib/Parse/DebianChangelog.pm:680
577
msgstr "Vidi L<dpkg>."
579
#: ../lib/Parse/DebianChangelog.pm:742
580
msgid "(and B<rfc822_str>)"
581
msgstr "(i B<rfc822_str>)"
583
#: ../lib/Parse/DebianChangelog.pm:744
585
"C<rfc822> returns an array of hashes (in list context) or a reference to "
586
"this array (in scalar context) where each hash represents one entry in the "
587
"changelog. For the format of such a hash see the description of the "
588
"L<\"dpkg\"> method (while ignoring the remarks about which values are taken "
589
"from the first entry)."
592
#: ../lib/Parse/DebianChangelog.pm:750
594
"C<rfc822_str> returns a stringified version of this hash which looks similar "
595
"to the output of dpkg-parsechangelog but instead of one stanza the output "
596
"contains one stanza for each entry."
599
#: ../lib/Parse/DebianChangelog.pm:757
603
#: ../lib/Parse/DebianChangelog.pm:759
604
msgid "See L<rfc822>."
605
msgstr "Vidi L<rfc822>."
607
#: ../lib/Parse/DebianChangelog.pm:803
608
msgid "(and B<xml_str>)"
609
msgstr "(i B<xml_str>)"
611
#: ../lib/Parse/DebianChangelog.pm:805
613
"C<xml> converts the changelog to some free-form (i.e. there is neither a DTD "
614
"or a schema for it) XML."
617
#: ../lib/Parse/DebianChangelog.pm:808
618
msgid "The method C<xml_str> is an alias for C<xml>."
621
#: ../lib/Parse/DebianChangelog.pm:810 ../lib/Parse/DebianChangelog.pm:893
623
"Both methods support the common output options described in section "
624
"L<\"COMMON OUTPUT OPTIONS\"> and additionally the following configuration "
625
"options (as usual to give in a hash reference as parameter to the method "
629
#: ../lib/Parse/DebianChangelog.pm:817 ../lib/Parse/DebianChangelog.pm:900
633
#: ../lib/Parse/DebianChangelog.pm:819 ../lib/Parse/DebianChangelog.pm:902
634
msgid "directly write the output to the file specified"
637
#: ../lib/Parse/DebianChangelog.pm:823
641
#: ../lib/Parse/DebianChangelog.pm:825
643
msgstr "Vidi L<xml>."
645
#: ../lib/Parse/DebianChangelog.pm:882
646
msgid "(and B<html_str>)"
647
msgstr "(i B<html_str>)"
649
#: ../lib/Parse/DebianChangelog.pm:884
651
"C<html> converts the changelog to a HTML file with some nice features such "
652
"as a quick-link bar with direct links to every entry. The HTML is generated "
653
"with the help of HTML::Template. If you want to change the output you should "
654
"use the default template provided with this module as a base and read the "
655
"documentation of HTML::Template to understand how to edit it."
658
#: ../lib/Parse/DebianChangelog.pm:891
659
msgid "The method C<html_str> is an alias for C<html>."
662
#: ../lib/Parse/DebianChangelog.pm:904
666
#: ../lib/Parse/DebianChangelog.pm:906
668
"template file to use, defaults to tmpl/default.tmpl, so you most likely want "
669
"to override that. NOTE: The plan is to provide a configuration file for the "
670
"module later to be able to use sane defaults here."
673
#: ../lib/Parse/DebianChangelog.pm:911
677
#: ../lib/Parse/DebianChangelog.pm:913
679
"path to the CSS stylesheet to use (a default might be specified in the "
680
"template and will be honoured, see the default template for an example)"
683
#: ../lib/Parse/DebianChangelog.pm:917
687
#: ../lib/Parse/DebianChangelog.pm:919
689
"path to the CSS stylesheet to use for printing (see the notes for C<style> "
690
"about default values)"
693
#: ../lib/Parse/DebianChangelog.pm:924
697
#: ../lib/Parse/DebianChangelog.pm:926
699
msgstr "Vidi L<html>."
701
#: ../lib/Parse/DebianChangelog.pm:1062
703
msgstr "init_filters"
705
#: ../lib/Parse/DebianChangelog.pm:1064 ../lib/Parse/DebianChangelog.pm:1083
706
#: ../lib/Parse/DebianChangelog.pm:1100
707
msgid "not yet documented"
710
#: ../lib/Parse/DebianChangelog.pm:1081
711
msgid "apply_filters"
712
msgstr "apply_filters"
714
#: ../lib/Parse/DebianChangelog.pm:1098
715
msgid "add_filter, delete_filter, replace_filter"
716
msgstr "add_filter, delete_filter, replace_filter"
718
#: ../lib/Parse/DebianChangelog.pm:1170
719
msgid "COMMON OUTPUT OPTIONS"
722
#: ../lib/Parse/DebianChangelog.pm:1172
724
"The following options are supported by all output methods, all take a "
725
"version number as value:"
728
#: ../lib/Parse/DebianChangelog.pm:1177
732
#: ../lib/Parse/DebianChangelog.pm:1179
734
"Causes changelog information from all versions strictly later than "
735
"B<version> to be used."
738
#: ../lib/Parse/DebianChangelog.pm:1182
739
msgid "(works exactly like the C<-v> option of dpkg-parsechangelog)."
742
#: ../lib/Parse/DebianChangelog.pm:1184
746
#: ../lib/Parse/DebianChangelog.pm:1186
748
"Causes changelog information from all versions strictly earlier than "
749
"B<version> to be used."
752
#: ../lib/Parse/DebianChangelog.pm:1189
756
#: ../lib/Parse/DebianChangelog.pm:1191
758
"Similar to C<since> but also includes the information for the specified "
762
#: ../lib/Parse/DebianChangelog.pm:1194
766
#: ../lib/Parse/DebianChangelog.pm:1196
768
"Similar to C<until> but also includes the information for the specified "
772
#: ../lib/Parse/DebianChangelog.pm:1201
774
"The following options also supported by all output methods but don't take "
775
"version numbers as values:"
778
#: ../lib/Parse/DebianChangelog.pm:1206
782
#: ../lib/Parse/DebianChangelog.pm:1208
784
"If set to a true value, all entries of the changelog are returned, this "
785
"overrides all other options. While the XML and HTML formats default to all "
786
"== true, this does of course not overwrite other options unless it is set "
787
"explicitly with the call."
790
#: ../lib/Parse/DebianChangelog.pm:1213
794
#: ../lib/Parse/DebianChangelog.pm:1215
796
"Expects a signed integer as value. Returns C<value> entries from the top of "
797
"the changelog if set to a positive integer, and C<abs(value)> entries from "
798
"the tail if set to a negative integer."
801
#: ../lib/Parse/DebianChangelog.pm:1219
805
#: ../lib/Parse/DebianChangelog.pm:1221
807
"Expects a signed integer as value. Changes the starting point for C<count>, "
808
"either counted from the top (positive integer) or from the tail (negative "
809
"integer). C<offset> has no effect if C<count> wasn't given as well."
812
#: ../lib/Parse/DebianChangelog.pm:1228
814
"Some examples for the above options. Imagine an example changelog with "
815
"entries for the versions 1.2, 1.3, 2.0, 2.1, 2.2, 3.0 and 3.1."
818
#: ../lib/Parse/DebianChangelog.pm:1231
821
" Call Included entries\n"
822
" C<E<lt>formatE<gt>({ since =E<gt> '2.0' })> 3.1, 3.0, 2.2\n"
823
" C<E<lt>formatE<gt>({ until =E<gt> '2.0' })> 1.3, 1.2\n"
824
" C<E<lt>formatE<gt>({ from =E<gt> '2.0' })> 3.1, 3.0, 2.2, 2.1, 2.0\n"
825
" C<E<lt>formatE<gt>({ to =E<gt> '2.0' })> 2.0, 1.3, 1.2\n"
826
" C<E<lt>formatE<gt>({ count =E<gt> 2 }>> 3.1, 3.0\n"
827
" C<E<lt>formatE<gt>({ count =E<gt> -2 }>> 1.3, 1.2\n"
828
" C<E<lt>formatE<gt>({ count =E<gt> 3,\n"
829
"\t\t offset=E<gt> 2 }>> 2.2, 2.1, 2.0\n"
830
" C<E<lt>formatE<gt>({ count =E<gt> 2,\n"
831
"\t\t offset=E<gt> -3 }>> 2.0, 1.3\n"
832
" C<E<lt>formatE<gt>({ count =E<gt> -2,\n"
833
"\t\t offset=E<gt> 3 }>> 3.0, 2.2\n"
834
" C<E<lt>formatE<gt>({ count =E<gt> -2,\n"
835
"\t\t offset=E<gt> -3 }>> 2.2, 2.1\n"
839
" C<E<lt>formatE<gt>({ since =E<gt> '2.0' })> 3.1, 3.0, 2.2\n"
840
" C<E<lt>formatE<gt>({ until =E<gt> '2.0' })> 1.3, 1.2\n"
841
" C<E<lt>formatE<gt>({ from =E<gt> '2.0' })> 3.1, 3.0, 2.2, 2.1, 2.0\n"
842
" C<E<lt>formatE<gt>({ to =E<gt> '2.0' })> 2.0, 1.3, 1.2\n"
843
" C<E<lt>formatE<gt>({ count =E<gt> 2 }>> 3.1, 3.0\n"
844
" C<E<lt>formatE<gt>({ count =E<gt> -2 }>> 1.3, 1.2\n"
845
" C<E<lt>formatE<gt>({ count =E<gt> 3,\n"
846
"\t\t offset=E<gt> 2 }>> 2.2, 2.1, 2.0\n"
847
" C<E<lt>formatE<gt>({ count =E<gt> 2,\n"
848
"\t\t offset=E<gt> -3 }>> 2.0, 1.3\n"
849
" C<E<lt>formatE<gt>({ count =E<gt> -2,\n"
850
"\t\t offset=E<gt> 3 }>> 3.0, 2.2\n"
851
" C<E<lt>formatE<gt>({ count =E<gt> -2,\n"
852
"\t\t offset=E<gt> -3 }>> 2.2, 2.1\n"
855
#: ../lib/Parse/DebianChangelog.pm:1247
857
"Any combination of one option of C<since> and C<from> and one of C<until> "
858
"and C<to> returns the intersection of the two results with only one of the "
862
#: ../lib/Parse/DebianChangelog.pm:1253
863
msgid "Parse::DebianChangelog::Entry, Parse::DebianChangelog::ChangesFilters"
866
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:23
868
"Parse::DebianChangelog::ChangesFilters - filters to be applied to Debian "
872
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:29
874
"This is currently only used internally by Parse::DebianChangelog and is not "
875
"yet documented. There may be still API changes until this module is "
879
#: ../lib/Parse/DebianChangelog/ChangesFilters.pm:167
880
#: ../lib/Parse/DebianChangelog/Entry.pm:151
881
msgid "Parse::DebianChangelog"
884
#: ../lib/Parse/DebianChangelog/Entry.pm:23
886
"Parse::DebianChangelog::Entry - represents one entry in a Debian changelog"
889
#: ../lib/Parse/DebianChangelog/Entry.pm:29
893
#: ../lib/Parse/DebianChangelog/Entry.pm:33
894
msgid "Creates a new object, no options."
897
#: ../lib/Parse/DebianChangelog/Entry.pm:35
901
#: ../lib/Parse/DebianChangelog/Entry.pm:37
902
msgid "Alias for init."
905
#: ../lib/Parse/DebianChangelog/Entry.pm:39
909
#: ../lib/Parse/DebianChangelog/Entry.pm:41
911
"Checks if the object is actually initialized with data. Due to limitations "
912
"in Parse::DebianChangelog this currently simply checks if one of the fields "
913
"Source, Version, Maintainer, Date, or Changes is initalized."
916
#: ../lib/Parse/DebianChangelog/Entry.pm:45
920
#: ../lib/Parse/DebianChangelog/Entry.pm:47
922
"The following fields are available via accessor functions (all fields are "
923
"string values unless otherwise noted):"
926
#: ../lib/Parse/DebianChangelog/Entry.pm:52
927
#: ../lib/Parse/DebianChangelog/Entry.pm:56
928
#: ../lib/Parse/DebianChangelog/Entry.pm:60
929
#: ../lib/Parse/DebianChangelog/Entry.pm:64
930
#: ../lib/Parse/DebianChangelog/Entry.pm:68
931
#: ../lib/Parse/DebianChangelog/Entry.pm:72
932
#: ../lib/Parse/DebianChangelog/Entry.pm:76
933
#: ../lib/Parse/DebianChangelog/Entry.pm:80
934
#: ../lib/Parse/DebianChangelog/Entry.pm:84
935
#: ../lib/Parse/DebianChangelog/Entry.pm:88
936
#: ../lib/Parse/DebianChangelog/Entry.pm:92
937
#: ../lib/Parse/DebianChangelog/Entry.pm:96
938
#: ../lib/Parse/DebianChangelog/Entry.pm:100
942
#: ../lib/Parse/DebianChangelog/Entry.pm:70
943
msgid "ExtraFields (all fields except for urgency as hash)"
946
#: ../lib/Parse/DebianChangelog/Entry.pm:74
947
msgid "Header (the whole header in verbatim form)"
950
#: ../lib/Parse/DebianChangelog/Entry.pm:78
951
msgid "Changes (the actual content of the bug report, in verbatim form)"
954
#: ../lib/Parse/DebianChangelog/Entry.pm:82
955
msgid "Trailer (the whole trailer in verbatim form)"
958
#: ../lib/Parse/DebianChangelog/Entry.pm:86
959
msgid "Closes (Array of bug numbers)"
962
#: ../lib/Parse/DebianChangelog/Entry.pm:90
963
msgid "Maintainer (name B<and> email address)"
966
#: ../lib/Parse/DebianChangelog/Entry.pm:98
967
msgid "Timestamp (Date expressed in seconds since the epoche)"
970
#: ../lib/Parse/DebianChangelog/Entry.pm:102
972
"ERROR (last parse error related to this entry in the format described at "
973
"Parse::DebianChangelog::get_parse_errors."
976
#: ../lib/Parse/DebianChangelog/Util.pm:24
978
"Parse::DebianChangelog::Util - utility functions for parsing Debian "
982
#: ../lib/Parse/DebianChangelog/Util.pm:28
984
"This is currently only used internally by Parse::DebianChangelog. There may "
985
"be still API changes until this module is finalized."
988
#: ../lib/Parse/DebianChangelog/Util.pm:31
992
#: ../lib/Parse/DebianChangelog/Util.pm:58
996
#: ../lib/Parse/DebianChangelog/Util.pm:60
998
"Takes one string as argument and finds \"Closes: #123456, #654321\" "
999
"statements as supported by the Debian Archive software in it. Returns all "
1000
"closed bug numbers in an array reference."
1003
#: ../lib/Parse/DebianChangelog/Util.pm:80
1005
msgstr "data2rfc822"
1007
#: ../lib/Parse/DebianChangelog/Util.pm:82
1009
"Takes two hash references as arguments. The first should contain the data to "
1010
"output in RFC822 format. The second can contain a sorting order for the "
1011
"fields. The higher the numerical value of the hash value, the earlier the "
1012
"field is printed if it exists."
1015
#: ../lib/Parse/DebianChangelog/Util.pm:87
1016
msgid "Return the data in RFC822 format as string."
1019
#: ../lib/Parse/DebianChangelog/Util.pm:115
1020
msgid "data2rfc822_mult"
1021
msgstr "data2rfc822_mult"
1023
#: ../lib/Parse/DebianChangelog/Util.pm:117
1025
"The first argument should be an array ref to an array of hash references. "
1026
"The second argument is a hash reference and has the same meaning as the "
1027
"second argument of L<data2rfc822>."
1030
#: ../lib/Parse/DebianChangelog/Util.pm:121
1032
"Calls L<data2rfc822> for each element of the array given as first argument "
1033
"and returns the concatenated results."
1036
#: ../lib/Parse/DebianChangelog/Util.pm:139
1037
msgid "get_dpkg_changes"
1038
msgstr "get_dpkg_changes"
1040
#: ../lib/Parse/DebianChangelog/Util.pm:141
1041
msgid "Takes a Parse::DebianChangelog::Entry object as first argument."
1044
#: ../lib/Parse/DebianChangelog/Util.pm:143
1046
"Returns a string that is suitable for using it in a C<Changes> field in the "
1047
"output format of C<dpkg-parsechangelog>."
1050
#: ../lib/Parse/DebianChangelog/Util.pm:160
1051
msgid "Parse::DebianChangelog, Parse::DebianChangelog::Entry"
1054
#: ../lib/Pod/UsageTrans.pm:32
1056
"Pod::UsageTrans, pod2usage() - print a usage message from embedded pod "
1060
#: ../lib/Pod/UsageTrans.pm:36
1063
" use Pod::UsageTrans\n"
1064
" use Locale::gettext;\n"
1068
#: ../lib/Pod/UsageTrans.pm:39
1071
" setlocale(LC_MESSAGES,'');\n"
1072
" textdomain('prog');\n"
1076
#: ../lib/Pod/UsageTrans.pm:42
1079
" my $message_text = \"This text precedes the usage message.\";\n"
1080
" my $exit_status = 2; ## The exit status to use\n"
1081
" my $verbose_level = 0; ## The verbose level to use\n"
1082
" my $filehandle = \\*STDERR; ## The filehandle to write to\n"
1083
" my $textdomain = 'prog-pod'; ## The gettext domain for the Pod "
1088
#: ../lib/Pod/UsageTrans.pm:48
1091
" pod2usage($message_text);\n"
1094
" pod2usage($message_text);\n"
1097
#: ../lib/Pod/UsageTrans.pm:50
1100
" pod2usage($exit_status);\n"
1103
" pod2usage($exit_status);\n"
1106
#: ../lib/Pod/UsageTrans.pm:52
1109
" pod2usage( { -message => gettext( $message_text ) ,\n"
1110
" -exitval => $exit_status ,\n"
1111
" -verbose => $verbose_level,\n"
1112
" -output => $filehandle,\n"
1113
" -textdomain => $textdomain } );\n"
1116
" pod2usage( { -message => gettext( $message_text ) ,\n"
1117
" -exitval => $exit_status ,\n"
1118
" -verbose => $verbose_level,\n"
1119
" -output => $filehandle,\n"
1120
" -textdomain => $textdomain } );\n"
1123
#: ../lib/Pod/UsageTrans.pm:58
1126
" pod2usage( -msg => $message_text ,\n"
1127
" -exitval => $exit_status ,\n"
1128
" -verbose => $verbose_level,\n"
1129
" -output => $filehandle,\n"
1130
" -textdomain => $textdomain );\n"
1133
" pod2usage( -msg => $message_text ,\n"
1134
" -exitval => $exit_status ,\n"
1135
" -verbose => $verbose_level,\n"
1136
" -output => $filehandle,\n"
1137
" -textdomain => $textdomain );\n"
1140
#: ../lib/Pod/UsageTrans.pm:66
1142
"Pod::UsageTrans works exactly like Pod::Usage but allows you to easily "
1143
"translate your messages. It was specifically written to be compatible with "
1144
"the F<.po> files produced by po4a(7). If you want to use any other method to "
1145
"produce your F<.po> files you should probably take a look at the source of "
1146
"code of this module to see which msgids you will need to use."
1149
#: ../lib/Pod/UsageTrans.pm:73
1151
"For documentation on calling pod2usage from your program see Pod::Usage. "
1152
"Pod::UsageTrans additionally supports a C<-textdomain> option where you can "
1153
"specify the gettext domain to use. If C<-textdomain> isn't set, "
1154
"Pod::UsageTrans will behave exactly like Pod::Usage."
1157
#: ../lib/Pod/UsageTrans.pm:79
1161
#: ../lib/Pod/UsageTrans.pm:81
1163
"Pod::UsageTrans is currently in the state of a quickly hacked together "
1164
"solution that was tested with exactly one use case. Expect bugs in corner "
1168
#: ../lib/Pod/UsageTrans.pm:85
1170
"It specifically doesn't support many of the po4a options like charset "
1171
"conversion between the POD input and the msgstr in the F<.pot> file."
1174
#: ../lib/Pod/UsageTrans.pm:90
1175
msgid "po4a(7), Pod::Usage, gettext info documentation"
1178
#: ../lib/Pod/UsageTrans.pm:96
1180
"Based on Pod::Usage by Brad Appleton E<lt>bradapp@enteract.comE<gt> which is "
1181
"based on code for B<Pod::Text::pod2text()> written by Tom Christiansen "
1182
"E<lt>tchrist@mox.perl.comE<gt>"
1185
#: ../lib/Pod/UsageTrans.pm:100
1187
"Also based on Locale::Po4a::Pod, Locale::Po4a::Po and "
1188
"Locale::Po4a::TransTractor by Martin Quinson and Denis Barbier."