summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/libsword-utils.install3
-rw-r--r--debian/libsword-utils.manpages6
-rw-r--r--debian/man/emptyvss.1.pod36
-rw-r--r--debian/patches/emptyvss.patch27
-rw-r--r--debian/patches/series1
5 files changed, 69 insertions, 4 deletions
diff --git a/debian/libsword-utils.install b/debian/libsword-utils.install
index 6b06025..49ab3e9 100644
--- a/debian/libsword-utils.install
+++ b/debian/libsword-utils.install
@@ -1,6 +1,7 @@
usr/bin/addld
-usr/bin/imp2ld
+usr/bin/emptyvss
usr/bin/imp2gbs
+usr/bin/imp2ld
usr/bin/imp2vs
usr/bin/installmgr
usr/bin/mkfastmod
diff --git a/debian/libsword-utils.manpages b/debian/libsword-utils.manpages
index 1148885..a2adf17 100644
--- a/debian/libsword-utils.manpages
+++ b/debian/libsword-utils.manpages
@@ -1,14 +1,14 @@
+debian/man/addld.1
+debian/man/emptyvss.1
debian/man/imp2gbs.1
debian/man/imp2ld.1
debian/man/imp2vs.1
debian/man/installmgr.1
-debian/man/mod2imp.1
-debian/man/addld.1
debian/man/mkfastmod.1
+debian/man/mod2imp.1
debian/man/osis2mod.1
debian/man/tei2mod.1
debian/man/vpl2mod.1
debian/man/vs2osisref.1
debian/man/vs2osisreftxt.1
debian/man/xml2gbs.1
-
diff --git a/debian/man/emptyvss.1.pod b/debian/man/emptyvss.1.pod
new file mode 100644
index 0000000..083907f
--- /dev/null
+++ b/debian/man/emptyvss.1.pod
@@ -0,0 +1,36 @@
+# This is manual page in Perl POD format. Read more at
+# http://perldoc.perl.org/perlpod.html or run command:
+#
+# perldoc perlpod | less
+#
+# To check the syntax:
+#
+# podchecker *.pod
+#
+# Create manual page with command:
+#
+# pod2man PAGE.N.pod > PAGE.N
+
+=head1 NAME
+
+emptyvss - Checking for Missing Verses
+
+=head1 SYNOPSIS
+
+B<emptyvss> module
+
+=head1 DESCRIPTION
+
+A command line utility which find verses in a module that contain no text,
+since this may indicate errors in the module.
+Just run "emptyvss <module name>" to generate a list.
+
+=head1 Authors
+
+This manual page was written by the Debian Crosswire Packaging Team
+<pkg-crosswire-devel@lists.alioth.debian.org> for Debian project but
+may be used by others.
+
+=head1 SEE ALSO
+
+=cut
diff --git a/debian/patches/emptyvss.patch b/debian/patches/emptyvss.patch
new file mode 100644
index 0000000..8959099
--- /dev/null
+++ b/debian/patches/emptyvss.patch
@@ -0,0 +1,27 @@
+Description: Build the emptyvss tool.
+A creator of a new Bible module needs emptyvss to find verses that contain no text, since this may indicate errors in the module.
+Forwarded: not-needed
+Author: Dominique Corbex <dominique@corbex.org>
+Last-Update: 2017-04-08
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+
+--- sword-1.7.3/utilities/CMakeLists.txt 2013-06-20 02:36:54.000000000 +0200
++++ sword-1.7.3+06-emptyvss/utilities/CMakeLists.txt 2017-01-14 20:48:46.340491193 +0100
+@@ -12,6 +12,7 @@
+ #
+ SET(install_UTILITIES
+ addld
++ emptyvss
+ imp2gbs
+ imp2ld
+ imp2vs
+@@ -42,7 +43,6 @@
+ addgb
+ addvs
+ cipherraw
+- emptyvss
+ gbfidx
+ genbookutil
+ modwrite
+Seulement dans sword-1.7.3+06-emptyvss/utilities: CMakeLists.txt~
diff --git a/debian/patches/series b/debian/patches/series
index 212c446..d73b070 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+emptyvss.patch
sword-TEI-images.patch
13_curl.diff
multiarch-clucene.patch