--- sword-text-tr-1.2.orig/debian/compat +++ sword-text-tr-1.2/debian/compat @@ -0,0 +1 @@ +5 --- sword-text-tr-1.2.orig/debian/changelog +++ sword-text-tr-1.2/debian/changelog @@ -0,0 +1,22 @@ +sword-text-tr (1.2-0ubuntu2) jaunty; urgency=low + + * kio-sword is no longer available (LP: #297908) + * Expanded the description a little + + -- Sveinung Kvilhaugsvik Fri, 14 Nov 2008 03:28:56 +0100 + +sword-text-tr (1.2-0ubuntu1) intrepid; urgency=low + + * New Upstream Release + * Updated standards version to 3.7.3 (no changes needed) + * Move homepage to Homepage: field + * Update maintainer to new address + + -- Jordan Mantha Mon, 02 Jun 2008 14:49:10 -0700 + +sword-text-tr (1.1-0ubuntu1) edgy; urgency=low + + * Initial release. + + -- Jordan Mantha Sat, 26 Aug 2006 20:53:37 -0700 + --- sword-text-tr-1.2.orig/debian/control +++ sword-text-tr-1.2/debian/control @@ -0,0 +1,21 @@ +Source: sword-text-tr +Section: text +Priority: optional +Maintainer: Jordan Mantha +Build-Depends: cdbs (>= 0.4), debhelper (>= 5), unzip +Standards-Version: 3.7.3 +Homepage: http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=TR + +Package: sword-text-tr +Architecture: all +Suggests: sword-dict-strongs-greek, bibletime|gnomesword +Provides: sword-text +Enhances: sword-frontend +Description: Textus Receptus (1550/1894) Greek New Testament SWORD module + This is the Textus Receptus, a Greek New Testament, with complete parsing + information for all Greek words; base text is Stephens 1550, with variants + of Scrivener 1894. Textus Receptus is the Greek text of the New Testament that + the King James Version, the Luther Bible and many others are translated from. + . + This package contains data that require a viewer to be seen properly, such as + GnomeSword or BibleTime. --- sword-text-tr-1.2.orig/debian/copyright +++ sword-text-tr-1.2/debian/copyright @@ -0,0 +1,15 @@ + +The source was downloaded from http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=TR + +This work has no copyright holder and is in the Public Domain. + +License: + +Public Domain, originally from http://www.byztxt.com and edited +by Maurice A. Robinson and William G. Pierpont. + + +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-tr-1.2.orig/debian/rules +++ sword-text-tr-1.2/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +build/sword-text-tr:: + unzip -o TR.zip + +install/sword-text-tr:: + dh_install mods.d /usr/share/sword + dh_install modules /usr/share/sword + +clean:: + rm -rf mods.d modules + rm -f TR.zip.cdbs-config_list +