--- bibledit-4.0.orig/debian/bibledit-data.install +++ bibledit-4.0/debian/bibledit-data.install @@ -0,0 +1 @@ +usr/share/bibledit/ --- bibledit-4.0.orig/debian/control +++ bibledit-4.0/debian/control @@ -0,0 +1,51 @@ +Source: bibledit +Build-Depends: autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), + debhelper (>= 7), libsqlite3-dev, pkg-config, libgtk2.0-dev, psmisc, + iputils-ping | ping, rcs, libenchant-dev, libgtkhtml3.14-dev, + git-core, libcurl4-gnutls-dev, libgtksourceview2.0-dev, libwebkit-dev, + libdbus-glib-1-dev (>= 0.70), openssh-client +Section: gnome +Priority: optional +Maintainer: Debian Crosswire Packaging Team +Uploaders: Jonathan Marsden , + Daniel Glassey , + Dmitrijs Ledkovs +Standards-Version: 3.8.4 +Homepage: http://www.bibledit.org +Vcs-Bzr: http://bazaar.launchpad.net/~pkgcrosswire/bibledit/main +Vcs-Browser: http://bazaar.launchpad.net/~pkgcrosswire/xiphos/main/files + +Package: bibledit +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, psmisc, iputils-ping | ping, bibledit-data +Conflicts: scripturechecks +Suggests: bibletime +Provides: scripturechecks +Description: Bible translation tool + There are many languages still without a translation of the Bible. + . + Bible translators need a text editor that can input Bible text. Bible + text is unique in that it is organized in two distinct hierarchies. + One, it has sections and paragraphs, like any other text. Second, it is + made up of books that contain chapters that contain verses. Many + contemporary Bible translators use the USFM data format for their Bible + translations, but the most widespread USFM text editors require + Windows. Bibledit is a multi-platform USFM Bible editor or Scripture + processor. + . + It has been designed for the glory of God and the salvation of people. + +Package: bibledit-data +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: bibletime +Conflicts: bibledit (<<3.7) +Description: documentation and data for bibledit, a Bible translation tool + Bibledit is a multi-platform USFM Bible editor or Scripture processor. + . + This package contains data and documentation files for bibledit. + These files include many pages from the Bibledit wiki and a database + of key terms. + . + Bibledit has been designed for the glory of God and the salvation of + people. --- bibledit-4.0.orig/debian/README.source +++ bibledit-4.0/debian/README.source @@ -0,0 +1,8 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +This package uses quilt in a standard way. For futher details see +/usr/share/doc/quilt/README.source + + -- Dmitrijs Ledkovs , Tue, 25 Aug 2009 02:16:38 +0300 --- bibledit-4.0.orig/debian/bibledit.links +++ bibledit-4.0/debian/bibledit.links @@ -0,0 +1 @@ +usr/share/man/man1/bibledit.1.gz usr/share/man/man1/bibleditgui.1.gz --- bibledit-4.0.orig/debian/bibledit.install +++ bibledit-4.0/debian/bibledit.install @@ -0,0 +1,3 @@ +usr/bin/ +usr/share/applications/ +usr/share/man/ --- bibledit-4.0.orig/debian/rules +++ bibledit-4.0/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +#DEB_AUTO_UPDATE_DEBIAN_CONTROL:=yes + +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +#DEB_DH_INSTALL_SOURCEDIR := debian +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +DEB_CONFIGURE_EXTRA_FLAGS := --localstatedir=/var + +# Prevent autotools configuration clutter ending up in diff.gz +clean:: + if test -d autom4te.cache ; then rm -r autom4te.cache ; fi --- bibledit-4.0.orig/debian/watch +++ bibledit-4.0/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://download.savannah.gnu.org/releases-noredirect/bibledit/source/bibledit-(.*)\.tar\.gz --- bibledit-4.0.orig/debian/copyright +++ bibledit-4.0/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Daniel Glassey on +Thu, 30 Mar 2006 09:05:41 +0100. + +It was downloaded from http://download.savannah.gnu.org/releases-noredirect/bibledit/source/bibledit-3.6.tar.gz + +Upstream Authors: Teus Benschop + + +Copyright (C) 2003-2009 Teus Benschop + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +On Debian systems, the complete text of the GNU General Public +License, version 3, can be found in /usr/share/common-licenses/GPL-3 + --- bibledit-4.0.orig/debian/compat +++ bibledit-4.0/debian/compat @@ -0,0 +1 @@ +7 --- bibledit-4.0.orig/debian/manpages +++ bibledit-4.0/debian/manpages @@ -0,0 +1 @@ +debian/*.1 --- bibledit-4.0.orig/debian/changelog +++ bibledit-4.0/debian/changelog @@ -0,0 +1,158 @@ +bibledit (4.0-1) unstable; urgency=low + + [ Jonathan Marsden ] + * New upstream version 4.0 + * debian/patches/*: Remove 03_fix-64bit-compile.patch (fixed upstream). + * debian/control: + - Added Build-Depends: openssh-client + + [ Dmitrijs Ledkovs ] + * debian/control: + - Bumped standards version to 3.8.4, no changes required + - Added myself to uploaders + - Added Vcs fields + - Removed duplicate quilt build-dep + * debian/patches: add spelling-mistake.patch + * debian/README.Source: small note that we are using quilt + * debian/bibledit.links: Symlinking manpages bibleditgui.1 -> bibledit.1 + * debian/patches: converted patch to just manpage (not touching Makefile.am) + + -- Dmitrijs Ledkovs Mon, 22 Mar 2010 01:46:56 +0000 + +bibledit (3.8-1) unstable; urgency=low + + * New upstream version 3.8. + * debian/patches/03_fix-64bit-compile.patch: Fixes upstream + bug #27056: Bibledit 3.8 does not compile on amd64. + + -- Jonathan Marsden Sat, 18 Jul 2009 12:10:54 -0700 + +bibledit (3.7.42-2) unstable; urgency=low + + * New upstream version. + * debian/control: + - Add Conflicts: bibledit (<<3.7) to bibledit-data. + Closes (LP: #370978). + - Add Build-Depends: on libwebkit-dev. + - Bump Standards-Version to 3.8.2 (no changes neeeded). + * debian/patches/*: + - Remove 01_desktop_file.patch (now included upstream). + - Add 02_bibledit-shutdown-manpage.patch + + -- Jonathan Marsden Sat, 27 Jun 2009 14:44:01 -0700 + +bibledit (3.7-1) unstable; urgency=low + + * New upstream version. + * debian/control: + - Remove Conflicts: scripturechecks from bibledit-data (Closes: #524194). + - Remove unnecessary Section: headers. + - Remove unnecessary bibledit-data dependencies. + - Lengthen bibletime-data description. + - Depends iputils-ping | ping, not just ping. + - Bump Standards-Version to 3.8.1 (no changes needed). + - Soften Recommends: bibletime to Suggests:. + * debian/patches: + - Remove 01_manpage_section.patch, included upstream. + - Add 01_desktop_file.patch correcting .desktop file. + * debian/copyright: Fix typo in licence file location description. + * debian/*.1: Remove man pages, now included upstream. + * debian/manpages: Install upstream manpages. + + -- Jonathan Marsden Tue, 21 Apr 2009 04:54:04 -0700 + +bibledit (3.6-1) unstable; urgency=low + + * New upstream release. + * Use normal CDBS, not tarball-in-tarball. + * Remove patch for gcc 4.3, no longer needed. + * Remove debian/dirs file, not needed. + * Update debian/copyright with new download location. + * Remove LGPL from debian/copyright, all code is GPLv3 now. + * Add debian/watch file. + * debian/control: Add Build-Deps on: + - rcs + - libenchant-dev + - libgtkhtml3.14-dev + - git-core + - libcurl4-gnutls-dev + - libgtksourceview2.0-dev + * debian/control: + - Set Maintainer: to Debian Crosswire Packaging Team. + - Added Uploaders: line. + * Add man pages from upstream git for subsidiary binaries. + * Edit all manpages to have current date and BT version in .TH line. + * Rename all added manpages from *.8 to *.1 + * Add debian/manpages. + * Remove debian/bibledit.1, now patched under man/. + * debian/patches/01_manpage_section.patch: + - Change man/Makefile.am to put manpage in section 1. + - Create man/bibledit.1 from old man/bibledit.8 + - Set section number in man/bibledit.1 to 1 + - Add date and bibledit version into man/bibledit.1 + * debian/rules: Add clean rule to remove autom4te.cache temp dir. + * Separate out /usr/share/bibledit into its own arch-independent package: + - debian/bibledit-data.install: create file. + - debian/bibledit.install: create file. + - debian/compat: Increase to 7 so dh_install looks in debian/tmp. + - debian/control: + + Add info about new binary package bibledit-data. + + Build-Depend: on debhelper >= 7 and wrap Build-Depends line. + + -- Jonathan Marsden Sat, 14 Feb 2009 15:23:15 -0800 + +bibledit (2.2-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417124). + + -- Luk Claes Sat, 08 Mar 2008 16:06:25 +0000 + +bibledit (2.2-2) unstable; urgency=low + + * debian/control: Provides scripturechecks for easier upgrade + * Dependency on ping, Closes: #401917 + + -- Daniel Glassey Wed, 6 Dec 2006 22:35:16 +0000 + +bibledit (2.2-1) unstable; urgency=low + + * New upstream release + * debian/control: standards version 3.7.2 (no changes) + * scripturechecks is bundled so don't depend on old package (going to + request removal of scriturechecks) + so --disable-bundled configure option isn't needed anymore + + -- Daniel Glassey Fri, 1 Dec 2006 09:34:58 +0000 + +bibledit (1.9-1) unstable; urgency=low + + * New upstream version + + -- Daniel Glassey Fri, 11 Aug 2006 10:28:14 +0100 + +bibledit (1.6-2) unstable; urgency=low + + * build depend on psmisc, also depend on it - for killall, Closes: #365252 + Thanks to Kurt Roeckx for spotting this + + -- Daniel Glassey Fri, 28 Apr 2006 23:41:55 +0100 + +bibledit (1.6-1) unstable; urgency=low + + * New upstream release + * debian/copyright: mention that scripturechecks source is LGPL + * complete ITP, closes: #329815 + + -- Daniel Glassey Wed, 12 Apr 2006 16:28:06 +0100 + +bibledit (1.5.16-1) unstable; urgency=low + + * Initial release + * complete ITP, closes: #329815 + source now includes scripturechecks source but keeping the + builds independent so scripturechecks can be updated + separately + + -- Daniel Glassey Thu, 30 Mar 2006 09:08:46 +0100 + --- bibledit-4.0.orig/debian/bibledit-shutdown.1 +++ bibledit-4.0/debian/bibledit-shutdown.1 @@ -0,0 +1,14 @@ +.TH BIBLEDIT-SHUTDOWN 1 "June 15 2009" "Version 3.7.42" +.SH NAME +.B bibledit-shutdown \- internal command for bibledit, a Bible editor +.SH DESCRIPTION +Bibledit is a Bible editor. +It is started by typing "bibledit" on +the commandline. +Binary "bibledit-shutdown" is used by Bibledit internally. +For more information see the +online help of the graphical user interface. +.PP +.SH LICENSE +This program is distributed under the GNU General Public License, as noted in +each source file. --- bibledit-4.0.orig/debian/patches/spelling-mistake.patch +++ bibledit-4.0/debian/patches/spelling-mistake.patch @@ -0,0 +1,14 @@ +Spelling mistake found by lintian. +Index: bibledit/src/windowshowrelatedverses.cpp +=================================================================== +--- bibledit.orig/src/windowshowrelatedverses.cpp 2010-03-21 23:29:42.325865340 +0000 ++++ bibledit/src/windowshowrelatedverses.cpp 2010-03-21 23:29:50.793552830 +0000 +@@ -172,7 +172,7 @@ + + // Terms derived from the Strong's numbers in this verse. + htmlwriter.heading_open (3); +- htmlwriter.text_add ("Similiar words in other verses"); ++ htmlwriter.text_add ("Similar words in other verses"); + htmlwriter.heading_close (); + + // Get the data. --- bibledit-4.0.orig/debian/patches/series +++ bibledit-4.0/debian/patches/series @@ -0,0 +1 @@ +spelling-mistake.patch