--- sword-text-dutsvv-1.4.orig/debian/compat +++ sword-text-dutsvv-1.4/debian/compat @@ -0,0 +1 @@ +5 --- sword-text-dutsvv-1.4.orig/debian/changelog +++ sword-text-dutsvv-1.4/debian/changelog @@ -0,0 +1,14 @@ +sword-text-dutsvv (1.4-0ubuntu1) intrepid; urgency=low + + * New Upstream Release + * Updated standards version to 3.7.3 (no changes needed) + * Move homepage to Homepage: fields + * Update maintainer to new address + + -- Jordan Mantha Mon, 02 Jun 2008 14:23:11 -0700 + +sword-text-dutsvv (1.3-0ubuntu1) edgy; urgency=low + + * Initial release. + + -- Jordan Mantha Wed, 27 Sep 2006 12:49:58 -0700 --- sword-text-dutsvv-1.4.orig/debian/control +++ sword-text-dutsvv-1.4/debian/control @@ -0,0 +1,18 @@ +Source: sword-text-dutsvv +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=DutSVV + +Package: sword-text-dutsvv +Architecture: all +Suggests: sword-dict-strongs-greek, bibletime|gnomesword|kio-sword +Provides: sword-text +Enhances: sword-frontend +Description: Dutch Statenvertaling Sword module + Dutch Statenvertaling translation of the Bible from 1618-1619. + . + This package contains data that require a viewer to be seen properly, such as + GnomeSword, BibleTime or Kio-Sword. --- sword-text-dutsvv-1.4.orig/debian/copyright +++ sword-text-dutsvv-1.4/debian/copyright @@ -0,0 +1,14 @@ + +The source was downloaded from http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=DutSVV + +This work has no copyright holder and is in the Public Domain. + +License: + +Public Domain, originally from http://www.coas.nl/bijbel. + + +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-dutsvv-1.4.orig/debian/rules +++ sword-text-dutsvv-1.4/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +build/sword-text-dutsvv:: + unzip -o DutSVV.zip + +install/sword-text-dutsvv:: + dh_install mods.d /usr/share/sword + dh_install modules /usr/share/sword + +clean:: + rm -rf mods.d modules + rm -f DutSVV.zip.cdbs-config_list +