~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to debian/mod2imp.1.pod

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Marsden, Jonathan Marsden, Dmitrijs Ledkovs, Closed Bugs
  • Date: 2009-05-30 11:55:55 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090530115555-r427zsn3amivdpfu
Tags: 1.6.0+dfsg-1
[ Jonathan Marsden ]
* New upstream release. (Closes: #507960) (LP: #320558)
* debian/patches/02_libver.diff:
  - Bump SONAME to 8 -- SWORD 1.6 is not backward compatible with 1.5.11.
* debian/patches/series:
  - Remove 10_diatheke.diff -- included in upstream source.
* debian/patches/:
  - Remove several old unused .diff files.
  - Add 11_regex_only_when_needed.diff to conditionally include regex lib.
  - Add 12_fix_compiler_warnings.diff to remove all compiler warnings.
  - Add 13_fix_osis2mod_compression_default.diff from upstream svn.
  - Add 14_closing_section_not_chapter.diff from upstream svn.
* debian/libsword7.*: 
  - Rename to libsword8.*
  - Change libsword7 to libsword8 within files.
* debian/rules: 
  - SONAME bump to 8.
  - Set library version check to >= 1.6
* debian/control:
  - Change libsword7 to libsword8.
  - Add libsword7 to Conflicts.
  - Fix case of sword to SWORD in package descriptions.
  - Bump Standards-Version to 3.8.1 (no changes needed).
  - Fix section for libsword-dbg to avoid lintian warning.
* debian/rules:
  - Add DFSG get-orig-source target.
* debian/copyright:
  - Fix various mistakes in initial attempt to document copyrights.

[ Dmitrijs Ledkovs ]
* debian/rules: Added utils.mk to use missing-files target and call it on
  each build.
* debian/libsword-dev.install: Added libsword.la, previously missing.
* debian/libsword7.install: Added missing libicu translit files.
* debian/control:
  - Updated all uses of SWORD version to 1.6
  - Added libsword-dbg package
* debian/watch: Fixed a small mistake which was resulting in extra "."
  in final version name.
* debian/rules: simplified manpage processing.
* debian/libsword8.lintian-overrides: added override for module
  installation directory.
* debian/copyright: Updated with information about everyfile.
  Closes: #513448 LP: #322638
* debian/diatheke.examples: moved examples here from the diatheke.install
* debian/rules:
  - enabled shell script based testsuite
  - added commented out cppunit testsuite
* debian/patches/40_missing_includes.diff: 
  - added several missing stdio.h includes to prevent FTBFS of testsuite.

[ Closed Bugs ]
* FTBFS on intrepid (LP: #305172)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  This is manual page in Perl POD format. Read more at
 
2
#  http://perldoc.perl.org/perlpod.html or run command:
 
3
#
 
4
#     perldoc perlpod | less
 
5
#
 
6
#  To check the syntax:
 
7
#
 
8
#     podchecker *.pod
 
9
#
 
10
#  Create manual page with command:
 
11
#
 
12
#    pod2man PAGE.N.pod > PAGE.N
 
13
 
 
14
=head1 NAME
 
15
 
 
16
mod2imp, mod2osis, mod2vpl, mod2zmod - export SWORD modules
 
17
 
 
18
=head1 SYNOPSIS
 
19
 
 
20
B<mod2imp> [modulename]
 
21
 
 
22
B<mod2osis> [modulename]
 
23
 
 
24
B<mod2vpl> [modulename] [0 |1]
 
25
 
 
26
B<mod2zmod> [modulename] [PATH] [blocktype [compressiontype [cipherkey]]]
 
27
 
 
28
=head1 DESCRIPTION
 
29
 
 
30
These utilities export SWORD modules into various formats. B<mod2imp> exports a
 
31
module into SWORD imp (import) format. B<mod2osis> exports a module into OSIS
 
32
format. B<mod2vpl> exports into verse per line format. B<mod2zmod> produces
 
33
compressed SWORD modules.
 
34
 
 
35
=head1 OPTIONS
 
36
 
 
37
=over
 
38
 
 
39
=item B<[modulename]>
 
40
 
 
41
Specify the modulename to export.
 
42
 
 
43
=item B<[0 | 1]>
 
44
 
 
45
Only applies to B<mod2vpl>. 1 - prepends verse reference to each line, 0 -
 
46
doesn't.
 
47
 
 
48
=item B<[PATH]>
 
49
 
 
50
Only applies to B<mod2zmod>. Path where to create compressed module.
 
51
 
 
52
=item B<[blocktype [compressiontype [cipherkey]]]>
 
53
 
 
54
Only applies to B<mod2zmod>. Valid blocktypes are (default 4):
 
55
 
 
56
=over
 
57
 
 
58
=item 2 - verses
 
59
 
 
60
=item 3 - chapters
 
61
 
 
62
=item 4 -books
 
63
 
 
64
=back
 
65
 
 
66
Compression types are (default 1):
 
67
 
 
68
=over
 
69
 
 
70
=item 1 - LZSS
 
71
 
 
72
=item 2 - Zip
 
73
 
 
74
=back
 
75
 
 
76
=back
 
77
 
 
78
=head1 Authors
 
79
 
 
80
This manual page was written by Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> for
 
81
Debian project but may be used by others.
 
82
 
 
83
=head1 SEE ALSO
 
84
 
 
85
=cut