--- sword-text-wlc-1.2.orig/debian/changelog +++ sword-text-wlc-1.2/debian/changelog @@ -0,0 +1,6 @@ +sword-text-wlc (1.2-0ubuntu1) edgy; urgency=low + + * Initial release. + + -- Raphaël Pinson Sun, 19 Mar 2006 21:34:31 +0100 + --- sword-text-wlc-1.2.orig/debian/compat +++ sword-text-wlc-1.2/debian/compat @@ -0,0 +1 @@ +5 --- sword-text-wlc-1.2.orig/debian/control +++ sword-text-wlc-1.2/debian/control @@ -0,0 +1,23 @@ +Source: sword-text-wlc +Section: text +Priority: optional +Maintainer: Raphaël Pinson +Build-Depends: cdbs (>= 0.4.44), debhelper (>= 5.0.37), unzip +Standards-Version: 3.7.2 + +Package: sword-text-wlc +Architecture: all +Suggests: sword-dict-strongs-greek, sword-dict-strongs-hebrew, sword-comm-scofield, sword-comm-tdavid, bibletime|gnomesword|kio-sword +Recommends: culmus +Provides: sword-text +Enhances: sword-frontend +Description: Westminster Leningrad Codex Version with Strong Numbers for SWORD + This is the Westminster Leningrad Codex Version of the Holy Bible. + The WLC source is maintained by the Westminster Hebrew Institute, Philadelphia, + PA (http://whi.wts.edu/WHI). + The Sword module is maintained by Martin Gruner (mg dot pub at gmx dot net). + . + This package contains data that require a viewer to be seen properly, such as + GnomeSword, BibleTime or Kio-Sword. + . + Homepage: http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=WLC --- sword-text-wlc-1.2.orig/debian/copyright +++ sword-text-wlc-1.2/debian/copyright @@ -0,0 +1,18 @@ +This package was debianized by Raphaël Pinson on +Sun, 19 Mar 2006 21:34:31 +0100. + +It was downloaded from http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=WLC + +This work has no copyright holder and is in the Public Domain. + + +The WLC source is maintained by the Westminster Hebrew Institute, Philadelphia, +PA (http://whi.wts.edu/WHI). + +The Sword module is maintained by Martin Gruner (mg dot pub at gmx dot net). +Please identify this as the source of derived works. + +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-wlc-1.2.orig/debian/rules +++ sword-text-wlc-1.2/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +build/sword-text-wlc:: + unzip -o WLC.zip + +install/sword-text-wlc:: + dh_install mods.d /usr/share/sword + dh_install modules /usr/share/sword + +clean:: + rm -rf mods.d modules + rm -f WLC.zip.cdbs-config_list +