--- sword-dict-strongs-hebrew-1.2.orig/debian/dirs
+++ sword-dict-strongs-hebrew-1.2/debian/dirs
@@ -0,0 +1 @@
+usr/share/sword
--- sword-dict-strongs-hebrew-1.2.orig/debian/control
+++ sword-dict-strongs-hebrew-1.2/debian/control
@@ -0,0 +1,21 @@
+Source: sword-dict-strongs-hebrew
+Section: text
+Priority: optional
+Maintainer: Roberto C. Sanchez <roberto@connexer.com>
+Homepage: http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=StrongsHebrew
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.3
+
+Package: sword-dict-strongs-hebrew
+Architecture: all
+Recommends: sword-dict-strongs-greek
+Provides: sword-dict
+Enhances: sword-text-kjv, sword-frontend
+Description: Strong's Hebrew Bible Dictionary for SWORD
+ Dictionary of Hebrew Words taken from Strong's Exhaustive Concordance by
+ James Strong, S.T.D., LL.D. 1890.
+ .
+ This package requires a libsword version of at least 1.5.1a 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-dict-strongs-hebrew-1.2.orig/debian/rules
+++ sword-dict-strongs-hebrew-1.2/debian/rules
@@ -0,0 +1,57 @@
+#!/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-dict-strongs-hebrew/usr/share/sword
+ mkdir -p debian/sword-dict-strongs-hebrew/usr/share/sword/modules/lexdict/rawld/strongshebrew
+ cp -r modules/lexdict/rawld/strongshebrew/strongs* debian/sword-dict-strongs-hebrew/usr/share/sword/modules/lexdict/rawld/strongshebrew
+
+
+# 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-dict-strongs-hebrew-1.2.orig/debian/copyright
+++ sword-dict-strongs-hebrew-1.2/debian/copyright
@@ -0,0 +1,6 @@
+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=StrongsHebrew
+
+This work has no copyright holder and is in the Public Domain.
--- sword-dict-strongs-hebrew-1.2.orig/debian/compat
+++ sword-dict-strongs-hebrew-1.2/debian/compat
@@ -0,0 +1 @@
+5
--- sword-dict-strongs-hebrew-1.2.orig/debian/changelog
+++ sword-dict-strongs-hebrew-1.2/debian/changelog
@@ -0,0 +1,22 @@
+sword-dict-strongs-hebrew (1.2-3) unstable; urgency=low
+
+ * Updated to Standards-Version 3.7.3 (no changes needed).
+ * Update maintainer email address.
+ * Updated to debhelper compatibility level 5.
+ * debian/control: Switch Homepage to be a proper control field.
+
+ -- Roberto C. Sanchez <roberto@connexer.com> Sat, 5 Jan 2008 11:55:10 -0500
+
+sword-dict-strongs-hebrew (1.2-2) unstable; urgency=low
+
+ * Upgraded Suggests on sword-dict-strongs-greek to Recommends.
+
+ -- Roberto C. Sanchez <roberto@familiasanchez.net> Sun, 20 Nov 2005 16:06:24 -0500
+
+sword-dict-strongs-hebrew (1.2-1) unstable; urgency=low
+
+ * Initial Release.
+ * Resolve ITP. (closes: #338083)
+
+ -- Roberto C. Sanchez <roberto@familiasanchez.net> Mon, 7 Nov 2005 21:06:35 -0500
+