sword-text-kjv (2.3-2) debian-dir only changes

Summary

 debian/changelog |   30 ++++++++++++++++++++++++++++
 debian/compat    |    1 
 debian/control   |   27 +++++++++++++++++++++++++
 debian/copyright |   10 +++++++++
 debian/dirs      |    1 
 debian/rules     |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 127 insertions(+)

    
download this patch

Patch contents

--- sword-text-kjv-2.3.orig/debian/dirs
+++ sword-text-kjv-2.3/debian/dirs
@@ -0,0 +1 @@
+usr/share/sword
--- sword-text-kjv-2.3.orig/debian/control
+++ sword-text-kjv-2.3/debian/control
@@ -0,0 +1,27 @@
+Source: sword-text-kjv
+Section: text
+Priority: optional
+Maintainer: Roberto C. Sanchez <roberto@connexer.com>
+Homepage: http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=KJV
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.3
+
+Package: sword-text-kjv
+Architecture: all
+Suggests: sword-dict-strongs-greek, sword-dict-strongs-hebrew, sword-comm-scofield, sword-comm-tdavid
+Provides: sword-text
+Enhances: sword-frontend
+Description: King James Version with Strongs Numbers for SWORD
+ This is the King James Version of the Holy Bible (also known as the
+ Authorized Version) with embedded Strong's Numbers. The rights to the
+ base text are held by the Crown of England. The Strong's numbers in the
+ OT were obtained from The Bible Foundation: http://www.bf.org. The NT
+ Strong's data was obtained from The KJV2003 Project at CrossWire:
+ http://www.crosswire.org. These mechanisms provide a useful means for
+ looking up the exact original language word in a lexicon that is keyed
+ to Strong's numbers.
+ .
+ This package requires a libsword version of at least 1.5.6 to access
+ through a SWORD front end.  However, this is not declared as a dependency
+ because you may have occasion to install just the text without any sort
+ of front end or other interface.
--- sword-text-kjv-2.3.orig/debian/rules
+++ sword-text-kjv-2.3/debian/rules
@@ -0,0 +1,58 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp 
+	dh_testdir
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	cp -r mods.d debian/sword-text-kjv/usr/share/sword
+	mkdir -p debian/sword-text-kjv/usr/share/sword/modules/texts/ztext/kjv
+	cp -r modules/texts/ztext/kjv/nt* debian/sword-text-kjv/usr/share/sword/modules/texts/ztext/kjv
+	cp -r modules/texts/ztext/kjv/ot* debian/sword-text-kjv/usr/share/sword/modules/texts/ztext/kjv
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- sword-text-kjv-2.3.orig/debian/copyright
+++ sword-text-kjv-2.3/debian/copyright
@@ -0,0 +1,10 @@
+This package was debianized by Roberto C. Sanchez <roberto@connexer.com> on
+Mon,  7 Nov 2005 20:23:39 -0500.
+
+It was downloaded from http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=KJV
+
+This work has no copyright holder and is in the Public Domain.
+
+The text as distributed is in a compressed format.  You can use the mod2imp,
+mod2osis or mod2vpl commands from the libsword package in order to extract the
+text into an uncompressed form.
--- sword-text-kjv-2.3.orig/debian/compat
+++ sword-text-kjv-2.3/debian/compat
@@ -0,0 +1 @@
+5
--- sword-text-kjv-2.3.orig/debian/changelog
+++ sword-text-kjv-2.3/debian/changelog
@@ -0,0 +1,30 @@
+sword-text-kjv (2.3-2) unstable; urgency=low
+
+  * Updated to debhelper compatibility level 5.
+  * debian/control: Switch Homepage to be a proper control field.
+  * Updated to Standards-Version 3.7.3 (no changes needed).
+
+ -- Roberto C. Sanchez <roberto@connexer.com>  Sat,  5 Jan 2008 11:57:45 -0500
+
+sword-text-kjv (2.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated to Standards-Version 3.7.2.
+  * Update maintainer email address.
+
+ -- Roberto C. Sanchez <roberto@connexer.com>  Sat, 25 Nov 2006 16:51:38 -0500
+
+sword-text-kjv (2.2-2) unstable; urgency=low
+
+  * Updated the debian/copyright file with instructions on how to extract the
+    uncompressed text.
+
+ -- Roberto C. Sanchez <roberto@familiasanchez.net>  Sun, 20 Nov 2005 16:12:38 -0500
+
+sword-text-kjv (2.2-1) unstable; urgency=low
+
+  * Initial Release.
+  * Resolve ITP.  (closes: #338077)
+
+ -- Roberto C. Sanchez <roberto@familiasanchez.net>  Mon,  7 Nov 2005 21:06:35 -0500
+