--- gnomesword-2.2.3.orig/debian/patches/handle_unset_lang.diff +++ gnomesword-2.2.3/debian/patches/handle_unset_lang.diff @@ -0,0 +1,34 @@ +Index: gnomesword-2.2.0/src/backend/sword_main.cc +=================================================================== +--- gnomesword-2.2.0.orig/src/backend/sword_main.cc 2006-12-21 21:56:27.000000000 +0000 ++++ gnomesword-2.2.0/src/backend/sword_main.cc 2007-01-10 16:55:11.000000000 +0000 +@@ -183,7 +183,7 @@ + char *retval = NULL; + char buf[32]; + int i = 0; +- SWLocale *sw_locale; ++ SWLocale *sw_locale = NULL; + + if(sys_locale) { + if(!strncmp(sys_locale,"ru_RU",5)) { +Index: gnomesword-2.2.0/src/main/sword.cc +=================================================================== +--- gnomesword-2.2.0.orig/src/main/sword.cc 2006-12-23 00:18:56.000000000 +0000 ++++ gnomesword-2.2.0/src/main/sword.cc 2007-01-10 16:57:38.000000000 +0000 +@@ -538,11 +538,13 @@ + g_print("OLD_CODESET = %s\n\n", OLD_CODESET); + g_print("%s\n", _("Checking for SWORD Modules")); + #endif +- sys_locale = strdup(lang); +- settings.spell_language = strdup(sys_locale); ++ sys_locale = lang ? strdup(lang) : NULL; ++ settings.spell_language = sys_locale ? strdup(sys_locale) : NULL; + main_init_lists(); + // free((char*)sword_locale); +- free(sys_locale); ++ if (sys_locale) { ++ free(sys_locale); ++ } + } + + --- gnomesword-2.2.3.orig/debian/patches/gcc_43.diff +++ gnomesword-2.2.3/debian/patches/gcc_43.diff @@ -0,0 +1,51 @@ +Index: b/src/backend/gs_osishtmlhref.cpp +=================================================================== +--- a/src/backend/gs_osishtmlhref.cpp ++++ b/src/backend/gs_osishtmlhref.cpp +@@ -20,6 +20,7 @@ + + + #include ++#include + #include "backend/gs_osishtmlhref.h" + #include + #include +Index: b/src/backend/sword_main.hh +=================================================================== +--- a/src/backend/sword_main.hh ++++ b/src/backend/sword_main.hh +@@ -34,9 +34,7 @@ + + #include "main/lists.h" + +-using std::string; + using std::map; +-using std::list; + using namespace sword; + + +Index: b/src/main/display.hh +=================================================================== +--- a/src/main/display.hh ++++ b/src/main/display.hh +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + #include "main/global_ops.hh" + #include "backend/sword_main.hh" + #include "gui/utilities.h" +Index: b/src/main/url.cc +=================================================================== +--- a/src/main/url.cc ++++ b/src/main/url.cc +@@ -28,7 +28,7 @@ + #include + #include + #include +- ++#include + + #include + #include --- gnomesword-2.2.3.orig/debian/patches/series +++ gnomesword-2.2.3/debian/patches/series @@ -0,0 +1,2 @@ +handle_unset_lang.diff +gcc_43.diff --- gnomesword-2.2.3.orig/debian/patches/window_title.diff +++ gnomesword-2.2.3/debian/patches/window_title.diff @@ -0,0 +1,21 @@ +Index: gnomesword-2.1.9/src/gnome2/main_window.c +=================================================================== +--- gnomesword-2.1.9.orig/src/gnome2/main_window.c 2006-11-23 17:07:54.000000000 +0000 ++++ gnomesword-2.1.9/src/gnome2/main_window.c 2006-11-23 17:08:50.000000000 +0000 +@@ -260,13 +260,14 @@ + + void gui_change_window_title(gchar * module_name) + { +- gchar title[200]; ++ gchar *title; + /* + * set program title to current module name + */ +- sprintf(title, "%s - %s", main_get_module_description(module_name), ++ title = g_strdup_printf("%s - %s", main_get_module_description(module_name), + settings.program_title); + gtk_window_set_title(GTK_WINDOW(widgets.app), title); ++ g_free(title); + } + + --- gnomesword-2.2.3.orig/debian/patches/strongs_search.diff +++ gnomesword-2.2.3/debian/patches/strongs_search.diff @@ -0,0 +1,118 @@ +Index: gnomesword-2.1.9/ui/search-dialog.glade +=================================================================== +--- gnomesword-2.1.9.orig/ui/search-dialog.glade 2006-11-23 17:37:25.000000000 +0000 ++++ gnomesword-2.1.9/ui/search-dialog.glade 2006-11-23 17:37:30.000000000 +0000 +@@ -542,7 +542,7 @@ + 4 + True + False +- 0 ++ 6 + + + +@@ -655,7 +655,7 @@ + + + True +- Word//Strongs/G1722, ++ Word//Lemma/G1722, + Footnote//body/love + True + Attributes +@@ -757,13 +757,65 @@ + False + + ++ ++ ++ ++ ++ 0 ++ False ++ False ++ ++ ++ ++ ++ ++ True ++ <b>Results Display Options</b> ++ False ++ True ++ GTK_JUSTIFY_LEFT ++ False ++ False ++ 0 ++ 0.5 ++ 0 ++ 0 ++ PANGO_ELLIPSIZE_NONE ++ -1 ++ False ++ 0 ++ ++ ++ 0 ++ False ++ False ++ ++ ++ ++ ++ ++ True ++ 0.5 ++ 0.5 ++ 1 ++ 1 ++ 0 ++ 0 ++ 8 ++ 0 ++ ++ ++ ++ True ++ False ++ 0 + + + + True + In modules that have Strong's Numbers + True +- Include Strong's Numbers ++ Show Strong's Numbers + True + GTK_RELIEF_NORMAL + True +@@ -783,7 +835,7 @@ + True + In modules that have Morphological Tags + True +- Include Morphological Tags ++ Show Morphological Tags + True + GTK_RELIEF_NORMAL + True +@@ -803,7 +855,7 @@ + True + In modules that have Footnotes + True +- Include Footnotes ++ Show Footnotes + True + GTK_RELIEF_NORMAL + True +@@ -822,8 +874,8 @@ + + + 0 +- False +- False ++ True ++ True + + + --- gnomesword-2.2.3.orig/debian/dirs +++ gnomesword-2.2.3/debian/dirs @@ -0,0 +1 @@ +usr/bin --- gnomesword-2.2.3.orig/debian/menu +++ gnomesword-2.2.3/debian/menu @@ -0,0 +1,6 @@ +?package(gnomesword):needs="X11" section="Apps/Education"\ + title="GnomeSword"\ + longtitle="Bible study program"\ + command="/usr/bin/gnomesword2"\ + hints="Gnome,Bible"\ + icon="/usr/share/pixmaps/gnomesword/gs2.xpm" --- gnomesword-2.2.3.orig/debian/control +++ gnomesword-2.2.3/debian/control @@ -0,0 +1,25 @@ +Source: gnomesword +Build-Depends: autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), debhelper (>= 4.2.21), libsword-dev (>=1.5.9-5), libsword-dev (<< 1.5.9.90-1), gnome-spell, libgtkhtml3.8-dev, scrollkeeper, gnome-core-devel, gtkhtml3.8 +Build-Conflicts: libgtkhtml3.2-dev, libgtkhtml3.6-dev +Section: gnome +Priority: optional +Maintainer: Daniel Glassey +Standards-Version: 3.7.2.2 + +Package: gnomesword +Architecture: any +Section: gnome +Provides: sword-frontend +Depends: sword-text, sword-comm, sword-dict, gtkhtml3.8, ${shlibs:Depends} +Description: Bible study with GNOME + A bible study program for GNOME using the SWORD library. + Features: + Search Bible and Commentary + Search Personal notes + Add personal notes to verses + Bookmarks + Parallel Page - Display up to five versions + StudyPad for keeping notes + Spellcheck for StudyPad and Personal notes (uses gnome-spell) + Uses modules from the SWORD Project + Support for Sword Bible, Commentary, Lexicon and General Book modules --- gnomesword-2.2.3.orig/debian/gnomesword2.1 +++ gnomesword-2.2.3/debian/gnomesword2.1 @@ -0,0 +1,60 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH GNOME "1" "November 2006" "Gnomesword 2.1.9" "gnomesword" +.SH NAME +gnomesword +.SH SYNOPSIS +.B gnomesword2 +[\fIOPTION\fR...] +.SH DESCRIPTION +This manual page documents briefly the +.B gnomesword +Gnome Application. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.P +.B Gnomesword +is a Bible study application for +.B Gnome, +a graphical desktop enviroment which is available for several Unix and Linux flavors. It is based on +.B Sword +by the CrossWire Bible Society, a framework providing the possibility to study the Bible and additional information like commentaries, dictionaries and other texts using your computer. +.PP +Generic options: +.TP +\fB\-\-load\-modules\fR=\fIMODULE1\fR,MODULE2,... +Dynamic modules to load +.PP +Help options +.TP +\fB\-?, \-\-help\fR +Show the help message +.TP +\fB\-\-usage\fR +Display brief usage message +.PP + +.SH "SEE ALSO" +The full documentations for +.B gnomesword +are maintained as gnome help files. If +.B Gnome +is properly installed at your site, you +should have access to the complete manual +by using the Help menu in +.B gnomesword +.SH "BUGS" +Bug reports and feedback in general improve quality and get to know +what the average user wants. Use the Tracker on SourceForge +(http://sourceforge.net/tracker/?group_id=5528) +or the mailing lists. +.SH "AUTHOR" +.B +gnomesword +was written by The Gnomesword Developer Team + +.PP +This manual page was prepared by +.nh +The Gnomesword Developer Team +.hy +for the Debian GNU/Linux system (but may be used by others). --- gnomesword-2.2.3.orig/debian/rules +++ gnomesword-2.2.3/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +#DEB_AUTO_UPDATE_DEBIAN_CONTROL:=yes + +DEB_TAR_SRCDIR := gnomesword-2.2.3 + +include /usr/share/cdbs/1/rules/tarball.mk + +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 + + +# touch the tree to avoid the time-stamp skew +configure/gnomesword:: + touch -r build-tree/$(DEB_TAR_SRCDIR)/configure build-tree/$(DEB_TAR_SRCDIR)/aclocal.m4 + touch -r build-tree/$(DEB_TAR_SRCDIR)/configure build-tree/$(DEB_TAR_SRCDIR)/config.h.in + touch -r build-tree/$(DEB_TAR_SRCDIR)/configure build-tree/$(DEB_TAR_SRCDIR)/config.h.in + for file in `find ./build-tree/$(DEB_TAR_SRCDIR) -name Makefile.in`; do touch -r build-tree/$(DEB_TAR_SRCDIR)/configure $$file; done + +binary-install/gnomesword:: + chmod 644 debian/gnomesword/usr/share/gnome/help/gnomesword/C/*.xml + chmod 644 debian/gnomesword/usr/share/gnome/help/gnomesword/fr/*.xml + rm debian/gnomesword/usr/share/doc/gnomesword/COPYING* + rm debian/gnomesword/usr/share/doc/gnomesword/INSTALL* --- gnomesword-2.2.3.orig/debian/changelog +++ gnomesword-2.2.3/debian/changelog @@ -0,0 +1,376 @@ +gnomesword (2.2.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches/gcc_43.diff: + + Import missing include fixes from Barry deFreese to fix FTBFS + with g++ 4.3. (Closes: #461959) + + -- Kumar Appaiah Tue, 25 Mar 2008 08:07:48 +0530 + +gnomesword (2.2.3-1) unstable; urgency=low + + * New upstream version, Closes: #421492 + * Build depend on libsword-dev >= 1.5.9-5 for curl transition + * fix typo gomesword in gnomesword2.1 + * patch to build with gcc 4.3, Closes: #417497 + Thanks to Martin Michmayer + + -- Daniel Glassey Fri, 18 May 2007 11:28:59 -0600 + +gnomesword (2.2.0-1) unstable; urgency=low + + * New stable upstream release + * removed patch window_title.diff - included upstream + * removed patch strongs_search.diff - included upsteam + * Searching for Strongs numbers is possible now and is + documented in the help, Closes: #331175 + + -- Daniel Glassey Wed, 10 Jan 2007 16:27:32 +0000 + +gnomesword (2.1.9-1) unstable; urgency=low + + * New upstream release + * which depends on sword 1.5.9, Closes: #400179 + * debian/control: standards version 3.7.2.2 (no changes) + * debian/copyright: mention license of documentation + GFDL with no invariant sections, no front-cover + texts, no back-cover texts. + * left-clicking on word in RST does not crash, Closes: #329243 + * assertion problem resolved Closes: #253447 + * Bookmarks have been fixed, Closes: #331177 + * Explicitly depend on gtkhtml3.8, Closes: #372732 + (Thanks to Salvatore Bonaccorso for spotting that one) + * Add man page from the gnomesword team, Closes: #123423 + * patch window_title.diff as partial fix for bug 259947 + * patch strongs_search.diff makes tooltip on attributes describe + correctly how to search for strongs numbers. However, it still + needs to be documented properly before I close bug 331175. + + -- Daniel Glassey Thu, 23 Nov 2006 10:43:52 +0000 + +gnomesword (2.1.7-2) unstable; urgency=low + + * Don't build as native package, hmph + * get the bug number below right this time + * Acknowledge NMU, Closes: #352905 + Sorry Matej for not acknowledging this before and not noticing the patch + adding the changelog lines in + adding the patch back in and passing it upstream + + -- Daniel Glassey Sun, 21 May 2006 00:16:44 -0500 + +gnomesword (2.1.7-1) unstable; urgency=low + + * New upstream release + * Acknowledge NMU, Closes: #352902 + Sorry Matej for not acknowledging this before and not noticing the patch + adding the changelog lines in + adding the patch back in and passing it upstream + + -- Daniel Glassey Sat, 20 May 2006 23:23:39 -0500 + +gnomesword (2.1.6-1) unstable; urgency=low + + * New upstream release + * debian/copyright: year 2006 + + -- Daniel Glassey Thu, 13 Apr 2006 17:56:55 +0100 + +gnomesword (2.1.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches/handle_unset_lang.diff: Don't crash if LANG is not set + in the environment. Closes: #352905. + + -- Matej Vela Thu, 23 Feb 2006 09:37:09 +0100 + +gnomesword (2.1.5-1) unstable; urgency=low + + * New upstream dev release + * Builds with gtkhtml3.8 so change build deps and conflicts to + use that + * change description to say parallel instead of + interlinear, Closes: #332664 + + -- Daniel Glassey Wed, 14 Dec 2005 18:45:18 +0000 + +gnomesword (2.1.2-5) unstable; urgency=low + + * Rebuild against transitioned libsword-dev >= 1.5.8-7 + * Build-dep on libgtkhtml3.6-dev + * gnomesword can't build with gtkhtml3.8 yet + so Build-conflict on libgtkhtml3.2-dev, libgtkhtml3.8-dev, Closes: #328571 + * Don't autogenerate debian/control using cdbs + * Fix the autogenerated build-deps + + -- Daniel Glassey Sat, 10 Dec 2005 20:26:42 +0000 + +gnomesword (2.1.2-4) unstable; urgency=low + + * debian/rules: touch the tree in the configure step (Closes: #327391) + + -- Daniel Glassey Fri, 9 Sep 2005 21:49:43 +0100 + +gnomesword (2.1.2-3) unstable; urgency=low + + * sword now has shlibs right (Closes: #323116) + Build-deps now on libsword-dev 1.5.8-3 + * patch to build system to update macros (Closes: #325061) + * debian/menu: fix unquoted strings + * convert the icon to an xpm + * debian/copyright: fix the dh_make boilerplate + * make help files non-executable + + -- Daniel Glassey Wed, 7 Sep 2005 17:44:53 +0100 + +gnomesword (2.1.2-2) unstable; urgency=low + + * Oh, sorry, it's supposed to be built with gtkhtml3.6 (Closes: #305997) + + -- Daniel Glassey Fri, 12 Aug 2005 20:08:16 +0100 + +gnomesword (2.1.2-1) unstable; urgency=low + + * New upstream version + It is an "unstable" release and requires sword 1.5.8 + * debian/control: It's now built using gtkhtml3.2 (Closes: #305997) + * The woody bugs are fixed with the removal of the package (Closes: #146326) + * Change menu section to Apps/Tools to be consistent with BibleTime + * Now using cdbs + + -- Daniel Glassey Thu, 11 Aug 2005 15:33:08 +0100 + +gnomesword (2.0.0-6) unstable; urgency=high + + * Urgency high for sarge + * fix for ppc hang, Closes: #244427 + thanks to Patrice Nerf and Michael Hunt + * debian/rules: add configure target + in it touch autotools files so it doesn't try to run them when + bfs, Closes: #276113 + + -- Daniel Glassey Wed, 13 Oct 2004 16:14:40 +0100 + +gnomesword (2.0.0-5) unstable; urgency=low + + * another rebuild - this time for gcrypt/gnutls changes, Closes: #263692 + + -- Daniel Glassey Thu, 5 Aug 2004 15:12:11 +0100 + +gnomesword (2.0.0-4) unstable; urgency=low + + * really remove the DISABLE_DEPRECATED defines + + -- Daniel Glassey Thu, 15 Jul 2004 10:35:10 +0100 + +gnomesword (2.0.0-3) unstable; urgency=low + + * Rebuild because of libgal and libgtkhtml, Closes: #245662, #244616 + + -- Daniel Glassey Sat, 24 Apr 2004 19:26:23 +0100 + +gnomesword (2.0.0-2) unstable; urgency=low + + * Brown paper typo in description s/sudy/study/ + + -- Daniel Glassey Thu, 15 Jan 2004 18:57:09 +0000 + +gnomesword (2.0.0-1) unstable; urgency=low + + * New upstream version (yes, 1.0 was skipped in favour of 2.0 + for gnome2), Closes: #225644 + * Improve the debian/copyright file + * remove the useless manpage, Closes: #164664 + * package is being built for unstable using pbuilder, so once it is + ready it will build, Closes: #162866 + * Added features to the package description to make it a bit more + descriptive, Closes: #209531 + + -- Daniel Glassey Fri, 9 Jan 2004 18:05:03 +0000 + +gnomesword (0.7.9-2) unstable; urgency=low + + * Need to build depend on >= libsword-dev 1.5.5-3 to catch icu + stuff, Closes: #189677 + + -- Daniel Glassey Sat, 19 Apr 2003 15:53:44 +0100 + +gnomesword (0.7.9-1) unstable; urgency=low + + * New upstream release + * add libzvt-dev to build depends + * change section to gnome + * New version doesn't crash on startup, Closes: #159693 + * New version is more stable, Closes: #169319 + * Use autotools-dev to get right config.* + + -- Daniel Glassey Tue, 25 Mar 2003 21:04:42 +0000 + +gnomesword (0.7.1-4) unstable; urgency=high + + * SWORD_CPPFLAGS should not contain -g + * This ought to allow building on alpha, Closes: #143416 + + -- Daniel Glassey Mon, 22 Apr 2002 11:27:38 +0100 + +gnomesword (0.7.1-3) unstable; urgency=high + + * use AM_CXXFLAGS not CXXFLAGS in src/Makefile so that CXXFLAGS + will work for alpha + * rebuild on arm + * build depend on sword 1.5.3-3 + + -- Daniel Glassey Fri, 19 Apr 2002 10:03:04 +0100 + +gnomesword (0.7.1-2) unstable; urgency=high + + * Hopefully I've learnt my lesson this time, sorry! + make sure it builds with gcc-3.0, Closes: #143214 + * also add the compiler flag workaround to compile on alpha + in debian/rules + + -- Daniel Glassey Wed, 17 Apr 2002 00:57:09 +0100 + +gnomesword (0.7.1-1) unstable; urgency=high + + * New upstream release + * add a patch to stop occasional segfaults when you press option + buttons + + -- Daniel Glassey Tue, 9 Apr 2002 23:50:51 +0100 + +gnomesword (0.7.0-1) unstable; urgency=low + + * New upstream version using sword 1.5.3 + * build-depend on libbonobo-dev + + -- Daniel Glassey Tue, 9 Apr 2002 00:29:43 +0100 + +gnomesword (0.5.2c-8) unstable; urgency=medium + + * ok, just use ispell | aspell since the autobuilders can't cope + with alternative build deps. attempting to get into testing + before the freeze + + -- Daniel Glassey Sat, 16 Feb 2002 22:36:21 +0000 + +gnomesword (0.5.2c-7) unstable; urgency=low + + * Wait to upload it until the new sword gets in to try and be nicer to + buildds, sorry + * got appropriate spell build deps from debian-mentors - see below + * build dep on sword 1.5.2-9 + * aspell | ispell again, buildds for mips and mipsel must just + have failed to notice the change in dependency for 0.5.2c-4 + Closes: #132765 + + -- Daniel Glassey Mon, 4 Feb 2002 23:16:52 +0000 + +gnomesword (0.5.2c-6) unstable; urgency=low + + * Try again with mips, mipsel build depends + * rebuild against autotooled sword 1.5.2-8 + * build with newer gal libs etc + + -- Daniel Glassey Fri, 25 Jan 2002 00:22:11 +0000 + +gnomesword (0.5.2c-5) unstable; urgency=low + + * change build depends to aspell [!mips !mipsel], ispell [mips mipsel] + + -- Daniel Glassey Thu, 3 Jan 2002 20:38:46 +0000 + +gnomesword (0.5.2c-4) unstable; urgency=low + + * Bump standards version to 3.5.6.0 + * Build depend on aspell | ispell since aspell isn't built for mips or mipsel + + -- Daniel Glassey Wed, 19 Dec 2001 19:12:03 +0000 + +gnomesword (0.5.2c-3) unstable; urgency=low + + * Fix to compile on hppa for gcc-3.0 by including ctype where necessary, Closes: #124338 + + -- Daniel Glassey Mon, 17 Dec 2001 18:36:56 +0000 + +gnomesword (0.5.2c-2) unstable; urgency=low + + * Build-Depend on sword >= 1.5.2-4, Closes: #123419 + * Depend on libsword >= 1.5.2-4 (change in libsword1's shlibs), Closes: #123418 + + -- Daniel Glassey Tue, 11 Dec 2001 22:41:20 +0000 + +gnomesword (0.5.2c-1) unstable; urgency=low + + * New upstream release + * Use config.sub and config.guess from /usr/share/misc, Closes: #120111 + * Compiling against newer gnome libs, Closes: #119167 + * Compile problem fixed upstream, Closes: #121382 + * Enabling spell support, Closes: #117790 + * initial manpage + + -- Daniel Glassey Fri, 30 Nov 2001 19:21:13 +0000 + +gnomesword (0.5.2a-1) unstable; urgency=low + + * New upstream release, Closes: #116026 + * Removed build dependency on autoconf, automake + * Base sword modules now available, Closes: #93039 + + -- Daniel Glassey Tue, 23 Oct 2001 23:42:56 +0100 + +gnomesword (0.5.1a-1.1) unstable; urgency=low + + * Non-maintainer upload + * Recompiled with updated libgal (libgal11) + + -- Norbert Veber Fri, 31 Aug 2001 23:45:19 -0400 + +gnomesword (0.5.1a-1) unstable; urgency=low + + * New upstream release + + -- Daniel Glassey Mon, 27 Aug 2001 11:50:00 +0000 + +gnomesword (0.4.1-1) unstable; urgency=low + + * New upstream release + + -- Daniel Glassey Thu, 14 Jun 2001 20:06:04 +0000 + +gnomesword (0.3.7c-3) unstable; urgency=low + + * Add build dependency on libgdk-pixbuf-dev (temporarily) Closes: #87360 + * Change email to wdg@debian.org + * Add dependency on text, dict and comm to avoid segfault, Closes: #83994 + * Upload text, dict and comm, Closes: #83869 + * recompile with newer gnome libs since libgnomeui33 was removed, Closes: #86517 + + -- Daniel Glassey Wed, 28 Feb 2001 23:52:44 +0000 + +gnomesword (0.3.7c-2) unstable; urgency=low + + * Standards 3.2.1 then + * Added provides, recommends and build-depends + + -- Daniel Glassey Mon, 22 Jan 2001 22:26:03 +0000 + +gnomesword (0.3.7c-1) unstable; urgency=low + + * New upstream release + * up standards version to 3.2.0 + + -- Daniel Glassey Sat, 13 Jan 2001 17:20:53 +0000 + +gnomesword (0.3.2-1) unstable; urgency=low + + * New upstream release + + -- Daniel Glassey Thu, 23 Nov 2000 20:52:21 +0000 + +gnomesword (0.2.3-1) unstable; urgency=low + + * Initial Release. + + -- Daniel Glassey Wed, 6 Sep 2000 23:35:41 +0100 + --- gnomesword-2.2.3.orig/debian/compat +++ gnomesword-2.2.3/debian/compat @@ -0,0 +1 @@ +4 --- gnomesword-2.2.3.orig/debian/control.in +++ gnomesword-2.2.3/debian/control.in @@ -0,0 +1,25 @@ +Source: gnomesword +Build-Depends: @cdbs@, libsword-dev (>=1.5.8-7), libsword-dev (<< 1.5.8.90-1), gnome-spell, libgtkhtml3.8-dev, scrollkeeper, gnome-core-devel, gtkhtml3.8 +Build-Conflicts: libgtkhtml3.2-dev, libgtkhtml3.6-dev +Section: gnome +Priority: optional +Maintainer: Daniel Glassey +Standards-Version: 3.6.2.0 + +Package: gnomesword +Architecture: any +Section: gnome +Provides: sword-frontend +Depends: sword-text, sword-comm, sword-dict, ${shlibs:Depends} +Description: Bible study with GNOME + A bible study program for GNOME using the SWORD library. + Features: + Search Bible and Commentary + Search Personal notes + Add personal notes to verses + Bookmarks + Parallel Page - Display up to five versions + StudyPad for keeping notes + Spellcheck for StudyPad and Personal notes (uses gnome-spell) + Uses modules from the SWORD Project + Support for Sword Bible, Commentary, Lexicon and General Book modules --- gnomesword-2.2.3.orig/debian/gs2.xpm +++ gnomesword-2.2.3/debian/gs2.xpm @@ -0,0 +1,429 @@ +/* XPM */ +static char * gs2_xpm[] = { +"32 32 394 2", +" c None", +". c #ADAB81", +"+ c #9E9B75", +"@ c #868062", +"# c #7E745B", +"$ c #5D3F38", +"% c #4D1A23", +"& c #390B17", +"* c #ABA980", +"= c #B1B085", +"- c #867F62", +"; c #6A5B49", +"> c #563331", +", c #6D3038", +"' c #762535", +") c #7D2336", +"! c #440E1B", +"~ c #B3AA83", +"{ c #ADA17D", +"] c #A89E7A", +"^ c #95876A", +"/ c #7B6352", +"( c #52292C", +"_ c #5B242C", +": c #621C2B", +"< c #7A1F35", +"[ c #88253B", +"} c #89243B", +"| c #8D253D", +"1 c #8C273D", +"2 c #641B2A", +"3 c #44121C", +"4 c #18374B", +"5 c #3F7598", +"6 c #4E8AB2", +"7 c #4F89B0", +"8 c #2B5372", +"9 c #8A8565", +"0 c #7B7259", +"a c #776A54", +"b c #6D4C43", +"c c #643637", +"d c #642831", +"e c #6E2031", +"f c #781F33", +"g c #822038", +"h c #851C3C", +"i c #851B3D", +"j c #881F3D", +"k c #8C243E", +"l c #8E273F", +"m c #8D283E", +"n c #742233", +"o c #3F111B", +"p c #38698E", +"q c #72BDED", +"r c #7FCBF9", +"s c #8CD6FD", +"t c #6CACD1", +"u c #142F41", +"v c #140508", +"w c #4F1E26", +"x c #6E2C36", +"y c #6C2030", +"z c #4A0E1C", +"A c #681529", +"B c #862439", +"C c #8B263D", +"D c #8A243C", +"E c #861E3D", +"F c #8B283C", +"G c #8B2A3C", +"H c #851E3E", +"I c #841D40", +"J c #882240", +"K c #8C2640", +"L c #802539", +"M c #541725", +"N c #031724", +"O c #4F8FB8", +"P c #8BD4FD", +"Q c #8FCFF5", +"R c #9EDBF8", +"S c #A4EBFF", +"T c #39637D", +"U c #330C15", +"V c #792134", +"W c #8E273D", +"X c #87253A", +"Y c #611628", +"Z c #6B1A2D", +"` c #8C253E", +" . c #88213D", +".. c #85223E", +"+. c #9C4935", +"@. c #C99422", +"#. c #C28925", +"$. c #8E3239", +"%. c #801740", +"&. c #831C40", +"*. c #892240", +"=. c #8A283D", +"-. c #621B2B", +";. c #310D15", +">. c #071825", +",. c #4D83A4", +"'. c #97D7FA", +"). c #9ED9F4", +"!. c #AAE0F6", +"~. c #B8F1FF", +"{. c #4E7386", +"]. c #5D1A28", +"^. c #802438", +"/. c #90293F", +"(. c #8E293E", +"_. c #832539", +":. c #5D1826", +"<. c #802338", +"[. c #8A2440", +"}. c #7F1B40", +"|. c #9E5433", +"1. c #EAD014", +"2. c #ECD313", +"3. c #C28B24", +"4. c #B77928", +"5. c #A85D2F", +"6. c #93343B", +"7. c #8B253E", +"8. c #8B283E", +"9. c #3A1019", +"0. c #345D75", +"a. c #87C0DD", +"b. c #ABE3F9", +"c. c #C3F6FF", +"d. c #A7DFF3", +"e. c #41687C", +"f. c #822639", +"g. c #8C293E", +"h. c #8F2A3F", +"i. c #651B2B", +"j. c #762034", +"k. c #85213F", +"l. c #974336", +"m. c #B2752A", +"n. c #F6E40F", +"o. c #EFD912", +"p. c #EFDC11", +"q. c #D0A21E", +"r. c #A35033", +"s. c #8C263F", +"t. c #46131E", +"u. c #142D3C", +"v. c #3C6681", +"w. c #6194AF", +"x. c #6DA6BA", +"y. c #4C839E", +"z. c #661D2D", +"A. c #84273B", +"B. c #912A40", +"C. c #6C1E2F", +"D. c #661A2D", +"E. c #87213F", +"F. c #933839", +"G. c #DAB41A", +"H. c #F4E10F", +"I. c #FAEA0D", +"J. c #F9E70E", +"K. c #F1DC10", +"L. c #E3C416", +"M. c #BC8027", +"N. c #9A4336", +"O. c #8B2540", +"P. c #8C283E", +"Q. c #722132", +"R. c #2F0C14", +"S. c #01070D", +"T. c #000102", +"U. c #501723", +"V. c #84273A", +"W. c #922B41", +"X. c #8B293D", +"Y. c #7C2436", +"Z. c #62192B", +"`. c #811E3B", +" + c #8F303B", +".+ c #D2A61E", +"++ c #E7CA15", +"@+ c #F1DB11", +"#+ c #E3C217", +"$+ c #B97B28", +"%+ c #8E3139", +"&+ c #86223E", +"*+ c #8C273E", +"=+ c #4E1522", +"-+ c #000000", +";+ c #42131C", +">+ c #912B40", +",+ c #902A3F", +"'+ c #822539", +")+ c #591727", +"!+ c #7B1E37", +"~+ c #88243E", +"{+ c #974236", +"]+ c #954137", +"^+ c #A25731", +"/+ c #D6AE1C", +"(+ c #E9CD15", +"_+ c #BA8026", +":+ c #84213D", +"<+ c #811A40", +"[+ c #8A233F", +"}+ c #8D283F", +"|+ c #5B1A27", +"1+ c #6D1F30", +"2+ c #8E2A3F", +"3+ c #922B40", +"4+ c #88273C", +"5+ c #6E1F30", +"6+ c #6F1C32", +"7+ c #86223F", +"8+ c #7F1940", +"9+ c #8B303A", +"0+ c #C49024", +"a+ c #F0D912", +"b+ c #CEA120", +"c+ c #8D323A", +"d+ c #821D3F", +"e+ c #89233F", +"f+ c #7C2437", +"g+ c #4F1622", +"h+ c #88283C", +"i+ c #922C40", +"j+ c #89273C", +"k+ c #812539", +"l+ c #5E1929", +"m+ c #822439", +"n+ c #811D3F", +"o+ c #AD682D", +"p+ c #E4C716", +"q+ c #9E4F33", +"r+ c #87233F", +"s+ c #8C273F", +"t+ c #7B2436", +"u+ c #350F16", +"v+ c #2B0B13", +"w+ c #87273B", +"x+ c #651C2B", +"y+ c #792234", +"z+ c #8B2640", +"A+ c #862140", +"B+ c #801940", +"C+ c #9D4B33", +"D+ c #EFD812", +"E+ c #AD682C", +"F+ c #88293C", +"G+ c #8B273F", +"H+ c #8E293F", +"I+ c #832639", +"J+ c #511723", +"K+ c #8D293F", +"L+ c #6F2030", +"M+ c #681C2C", +"N+ c #892540", +"O+ c #7F1741", +"P+ c #8B2C3B", +"Q+ c #D8AF1B", +"R+ c #F5E210", +"S+ c #C28C24", +"T+ c #903639", +"U+ c #831D3F", +"V+ c #89243F", +"W+ c #6C1F2F", +"X+ c #2F0D14", +"Y+ c #551725", +"Z+ c #89283C", +"`+ c #631B2A", +" @ c #8A2640", +".@ c #831F3E", +"+@ c #C69123", +"@@ c #F3E010", +"#@ c #D1A51E", +"$@ c #974335", +"%@ c #821C3F", +"&@ c #87223F", +"*@ c #8D293E", +"=@ c #6F2031", +"-@ c #44121D", +";@ c #7E2437", +">@ c #932C42", +",@ c #84263A", +"'@ c #621B2A", +")@ c #7F2438", +"!@ c #852040", +"~@ c #B06D2B", +"{@ c #E7CE14", +"]@ c #EAD511", +"^@ c #B16E2A", +"/@ c #84203E", +"(@ c #8C283F", +"_@ c #85273A", +":@ c #541824", +"<@ c #300C13", +"[@ c #732132", +"}@ c #89283D", +"|@ c #772233", +"1@ c #731F31", +"2@ c #88273D", +"3@ c #882340", +"4@ c #A25532", +"5@ c #D5AF1B", +"6@ c #E9D410", +"7@ c #B87C26", +"8@ c #86253C", +"9@ c #87233E", +"0@ c #8F2A40", +"a@ c #86273A", +"b@ c #5A1927", +"c@ c #88273B", +"d@ c #87273C", +"e@ c #621A29", +"f@ c #8A273F", +"g@ c #86233E", +"h@ c #8C2F3A", +"i@ c #9D4C32", +"j@ c #A25630", +"k@ c #933B36", +"l@ c #86243D", +"m@ c #88263F", +"n@ c #8C2A3F", +"o@ c #2D0C12", +"p@ c #3A0F18", +"q@ c #8A283C", +"r@ c #681D2D", +"s@ c #7C2336", +"t@ c #8C293F", +"u@ c #89263E", +"v@ c #87243E", +"w@ c #88263D", +"x@ c #88253E", +"y@ c #89253F", +"z@ c #902A40", +"A@ c #942B42", +"B@ c #942C41", +"C@ c #7F2437", +"D@ c #47141E", +"E@ c #22080D", +"F@ c #752133", +"G@ c #8C283D", +"H@ c #8B283D", +"I@ c #782234", +"J@ c #742131", +"K@ c #8D2A3F", +"L@ c #8E2A40", +"M@ c #8C2740", +"N@ c #8D2740", +"O@ c #8E2740", +"P@ c #42121C", +"Q@ c #5A1926", +"R@ c #772234", +"S@ c #6C1E2E", +"T@ c #932A40", +"U@ c #922A41", +"V@ c #7D2437", +"W@ c #6B1E2F", +"X@ c #671D2D", +"Y@ c #521723", +"Z@ c #43121C", +"`@ c #1E080D", +" # c #43121D", +".# c #802538", +"+# c #962C42", +"@# c #701F30", +"## c #7A2336", +"$# c #6B1F2E", +"%# c #591927", +"&# c #3B1019", +"*# c #391018", +"=# c #310E15", +"-# c #2E0C13", +";# c #702031", +"># c #5E1A28", +",# c #6D1F2F", +"'# c #691D2D", +")# c #47131E", +"!# c #380F18", +"~# c #22090E", +"{# c #17060A", +"]# c #661D2C", +"^# c #551624", +"/# c #300B13", +"(# c #1C050B", +"_# c #160509", +":# c #1D070C", +"<# c #0C0204", +" ", +" ", +" ", +" ", +" . + @ # $ % & ", +" * = - ; > , ' ) ! ", +" ~ { ] ^ / ( _ : < [ } | 1 2 3 4 5 6 7 8 ", +" 9 0 a b c d e f g h i j k l m n o p q r s t u ", +" v w x y z A B C D E E F G H I J K L M N O P Q R S T ", +" U V W X Y Z 1 ` ...+.@.#.$.%.&.*.=.-.;. >.,.'.).!.~.{. ", +" ].^./.(._.:.<.[.I }.|.1.2.3.4.5.6.7.8.9. 0.a.b.c.d.e. ", +" f.g.h.=.i.j.J k.l.m.2.n.o.p.q.r.s.8.t. u.v.w.x.y. ", +" z.A.B.F C.D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R. S.T. ", +" U.V.W.X.Y.Z.`. +.+++++@+#+$+%+&+[.*+V.=+ -+ ", +" ;+n >+,+'+)+!+~+{+]+^+/+(+_+:+<+[+}+=.|+ -+ ", +" 1+2+3+4+5+6+..7+8+9+0+a+b+c+d+e+}+g.f+ -+ ", +" g+h+i+j+k+l+m+e+&.n+o+@+p+q+..r+s+g.t+u+ ", +" v+h+>+8.w+x+y+z+A+B+C+(+D+E+F+k.G+H+I+J+ ", +" 5+K+h.4+L+M+8.N+O+P+Q+R+S+T+U+V+H+P.W+X+ ", +" Y+X.W.Z+t+`+h+ @<+.@+@@@#@$@%@&@H+*@=@9. ", +" -@;@>@g.,@'@)@G+!@d+~@{@]@^@/@r+(@h._@:@ ", +" <@[@>+>+}@|@1@2@3@/@4@5@6@7@8@9@(@0@a@b@ ", +" M *@W.c@d@e@^.f@g@h@i@j@k@l@m@n@>+h.'+o@ ", +" p@X.3+j+q@r@s@t@u@v@w@u@x@y@G+z@A@B@C@D@ ", +" E@F@z@G@H@I@J@K@L@M@N@O@O@}+*@g.}@L F@P@ ", +" Q@*@,+c@R@S@g.T@U@z@P.8.d@V@W@X@Y@Z@`@ ", +" #.#+#*@4+@#=.,+_@##$#%#&#*#=# ", +" -#;#B@h.'+>#,#'#)#!#~#{# ", +" t.]#^#/#E@(#_# ", +" :#<# ", +" ", +" "}; --- gnomesword-2.2.3.orig/debian/copyright +++ gnomesword-2.2.3/debian/copyright @@ -0,0 +1,393 @@ +This package was debianized by Daniel Glassey on +Wed, 6 Sep 2000 23:35:41 +0100. + +It was downloaded from gnomesword.sourceforge.net + +Upstream Authors: GnomeSword Developer Team + + +Copyright (C) 2000-2006 GnomeSword Developer Team + +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 2 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 2, can be found in /usr/share/common-licenses/GPL-2 + +Documentation: +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation +License, Version 1.1 or any later version published +by the Free Software Foundation with no Invariant Sections, no +Front-Cover Texts, and no Back-Cover Texts. +Many of the names used by companies to distinguish their products and +services are claimed as trademarks. Where those names appear in any +GNOME documentation, and those trademarks are made aware to the members +of the GNOME Documentation Project, the names have been printed in caps +or initial caps. + + +A copy of this license is below + + GNU Free Documentation License + Version 1.1, March 2000 + + Copyright (C) 2000 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + +0. PREAMBLE + +The purpose of this License is to make a manual, textbook, or other +written document "free" in the sense of freedom: to assure everyone +the effective freedom to copy and redistribute it, with or without +modifying it, either commercially or noncommercially. Secondarily, +this License preserves for the author and publisher a way to get +credit for their work, while not being considered responsible for +modifications made by others. + +This License is a kind of "copyleft", which means that derivative +works of the document must themselves be free in the same sense. It +complements the GNU General Public License, which is a copyleft +license designed for free software. + +We have designed this License in order to use it for manuals for free +software, because free software needs free documentation: a free +program should come with manuals providing the same freedoms that the +software does. But this License is not limited to software manuals; +it can be used for any textual work, regardless of subject matter or +whether it is published as a printed book. We recommend this License +principally for works whose purpose is instruction or reference. + + +1. APPLICABILITY AND DEFINITIONS + +This License applies to any manual or other work that contains a +notice placed by the copyright holder saying it can be distributed +under the terms of this License. The "Document", below, refers to any +such manual or work. Any member of the public is a licensee, and is +addressed as "you". + +A "Modified Version" of the Document means any work containing the +Document or a portion of it, either copied verbatim, or with +modifications and/or translated into another language. + +A "Secondary Section" is a named appendix or a front-matter section of +the Document that deals exclusively with the relationship of the +publishers or authors of the Document to the Document's overall subject +(or to related matters) and contains nothing that could fall directly +within that overall subject. (For example, if the Document is in part a +textbook of mathematics, a Secondary Section may not explain any +mathematics.) The relationship could be a matter of historical +connection with the subject or with related matters, or of legal, +commercial, philosophical, ethical or political position regarding +them. + +The "Invariant Sections" are certain Secondary Sections whose titles +are designated, as being those of Invariant Sections, in the notice +that says that the Document is released under this License. + +The "Cover Texts" are certain short passages of text that are listed, +as Front-Cover Texts or Back-Cover Texts, in the notice that says that +the Document is released under this License. + +A "Transparent" copy of the Document means a machine-readable copy, +represented in a format whose specification is available to the +general public, whose contents can be viewed and edited directly and +straightforwardly with generic text editors or (for images composed of +pixels) generic paint programs or (for drawings) some widely available +drawing editor, and that is suitable for input to text formatters or +for automatic translation to a variety of formats suitable for input +to text formatters. A copy made in an otherwise Transparent file +format whose markup has been designed to thwart or discourage +subsequent modification by readers is not Transparent. A copy that is +not "Transparent" is called "Opaque". + +Examples of suitable formats for Transparent copies include plain +ASCII without markup, Texinfo input format, LaTeX input format, SGML +or XML using a publicly available DTD, and standard-conforming simple +HTML designed for human modification. Opaque formats include +PostScript, PDF, proprietary formats that can be read and edited only +by proprietary word processors, SGML or XML for which the DTD and/or +processing tools are not generally available, and the +machine-generated HTML produced by some word processors for output +purposes only. + +The "Title Page" means, for a printed book, the title page itself, +plus such following pages as are needed to hold, legibly, the material +this License requires to appear in the title page. For works in +formats which do not have any title page as such, "Title Page" means +the text near the most prominent appearance of the work's title, +preceding the beginning of the body of the text. + + +2. VERBATIM COPYING + +You may copy and distribute the Document in any medium, either +commercially or noncommercially, provided that this License, the +copyright notices, and the license notice saying this License applies +to the Document are reproduced in all copies, and that you add no other +conditions whatsoever to those of this License. You may not use +technical measures to obstruct or control the reading or further +copying of the copies you make or distribute. However, you may accept +compensation in exchange for copies. If you distribute a large enough +number of copies you must also follow the conditions in section 3. + +You may also lend copies, under the same conditions stated above, and +you may publicly display copies. + + +3. COPYING IN QUANTITY + +If you publish printed copies of the Document numbering more than 100, +and the Document's license notice requires Cover Texts, you must enclose +the copies in covers that carry, clearly and legibly, all these Cover +Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on +the back cover. Both covers must also clearly and legibly identify +you as the publisher of these copies. The front cover must present +the full title with all words of the title equally prominent and +visible. You may add other material on the covers in addition. +Copying with changes limited to the covers, as long as they preserve +the title of the Document and satisfy these conditions, can be treated +as verbatim copying in other respects. + +If the required texts for either cover are too voluminous to fit +legibly, you should put the first ones listed (as many as fit +reasonably) on the actual cover, and continue the rest onto adjacent +pages. + +If you publish or distribute Opaque copies of the Document numbering +more than 100, you must either include a machine-readable Transparent +copy along with each Opaque copy, or state in or with each Opaque copy +a publicly-accessible computer-network location containing a complete +Transparent copy of the Document, free of added material, which the +general network-using public has access to download anonymously at no +charge using public-standard network protocols. If you use the latter +option, you must take reasonably prudent steps, when you begin +distribution of Opaque copies in quantity, to ensure that this +Transparent copy will remain thus accessible at the stated location +until at least one year after the last time you distribute an Opaque +copy (directly or through your agents or retailers) of that edition to +the public. + +It is requested, but not required, that you contact the authors of the +Document well before redistributing any large number of copies, to give +them a chance to provide you with an updated version of the Document. + + +4. MODIFICATIONS + +You may copy and distribute a Modified Version of the Document under +the conditions of sections 2 and 3 above, provided that you release +the Modified Version under precisely this License, with the Modified +Version filling the role of the Document, thus licensing distribution +and modification of the Modified Version to whoever possesses a copy +of it. In addition, you must do these things in the Modified Version: + +A. Use in the Title Page (and on the covers, if any) a title distinct + from that of the Document, and from those of previous versions + (which should, if there were any, be listed in the History section + of the Document). You may use the same title as a previous version + if the original publisher of that version gives permission. +B. List on the Title Page, as authors, one or more persons or entities + responsible for authorship of the modifications in the Modified + Version, together with at least five of the principal authors of the + Document (all of its principal authors, if it has less than five). +C. State on the Title page the name of the publisher of the + Modified Version, as the publisher. +D. Preserve all the copyright notices of the Document. +E. Add an appropriate copyright notice for your modifications + adjacent to the other copyright notices. +F. Include, immediately after the copyright notices, a license notice + giving the public permission to use the Modified Version under the + terms of this License, in the form shown in the Addendum below. +G. Preserve in that license notice the full lists of Invariant Sections + and required Cover Texts given in the Document's license notice. +H. Include an unaltered copy of this License. +I. Preserve the section entitled "History", and its title, and add to + it an item stating at least the title, year, new authors, and + publisher of the Modified Version as given on the Title Page. If + there is no section entitled "History" in the Document, create one + stating the title, year, authors, and publisher of the Document as + given on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. +J. Preserve the network location, if any, given in the Document for + public access to a Transparent copy of the Document, and likewise + the network locations given in the Document for previous versions + it was based on. These may be placed in the "History" section. + You may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. +K. In any section entitled "Acknowledgements" or "Dedications", + preserve the section's title, and preserve in the section all the + substance and tone of each of the contributor acknowledgements + and/or dedications given therein. +L. Preserve all the Invariant Sections of the Document, + unaltered in their text and in their titles. Section numbers + or the equivalent are not considered part of the section titles. +M. Delete any section entitled "Endorsements". Such a section + may not be included in the Modified Version. +N. Do not retitle any existing section as "Endorsements" + or to conflict in title with any Invariant Section. + +If the Modified Version includes new front-matter sections or +appendices that qualify as Secondary Sections and contain no material +copied from the Document, you may at your option designate some or all +of these sections as invariant. To do this, add their titles to the +list of Invariant Sections in the Modified Version's license notice. +These titles must be distinct from any other section titles. + +You may add a section entitled "Endorsements", provided it contains +nothing but endorsements of your Modified Version by various +parties--for example, statements of peer review or that the text has +been approved by an organization as the authoritative definition of a +standard. + +You may add a passage of up to five words as a Front-Cover Text, and a +passage of up to 25 words as a Back-Cover Text, to the end of the list +of Cover Texts in the Modified Version. Only one passage of +Front-Cover Text and one of Back-Cover Text may be added by (or +through arrangements made by) any one entity. If the Document already +includes a cover text for the same cover, previously added by you or +by arrangement made by the same entity you are acting on behalf of, +you may not add another; but you may replace the old one, on explicit +permission from the previous publisher that added the old one. + +The author(s) and publisher(s) of the Document do not by this License +give permission to use their names for publicity for or to assert or +imply endorsement of any Modified Version. + + +5. COMBINING DOCUMENTS + +You may combine the Document with other documents released under this +License, under the terms defined in section 4 above for modified +versions, provided that you include in the combination all of the +Invariant Sections of all of the original documents, unmodified, and +list them all as Invariant Sections of your combined work in its +license notice. + +The combined work need only contain one copy of this License, and +multiple identical Invariant Sections may be replaced with a single +copy. If there are multiple Invariant Sections with the same name but +different contents, make the title of each such section unique by +adding at the end of it, in parentheses, the name of the original +author or publisher of that section if known, or else a unique number. +Make the same adjustment to the section titles in the list of +Invariant Sections in the license notice of the combined work. + +In the combination, you must combine any sections entitled "History" +in the various original documents, forming one section entitled +"History"; likewise combine any sections entitled "Acknowledgements", +and any sections entitled "Dedications". You must delete all sections +entitled "Endorsements." + + +6. COLLECTIONS OF DOCUMENTS + +You may make a collection consisting of the Document and other documents +released under this License, and replace the individual copies of this +License in the various documents with a single copy that is included in +the collection, provided that you follow the rules of this License for +verbatim copying of each of the documents in all other respects. + +You may extract a single document from such a collection, and distribute +it individually under this License, provided you insert a copy of this +License into the extracted document, and follow this License in all +other respects regarding verbatim copying of that document. + + +7. AGGREGATION WITH INDEPENDENT WORKS + +A compilation of the Document or its derivatives with other separate +and independent documents or works, in or on a volume of a storage or +distribution medium, does not as a whole count as a Modified Version +of the Document, provided no compilation copyright is claimed for the +compilation. Such a compilation is called an "aggregate", and this +License does not apply to the other self-contained works thus compiled +with the Document, on account of their being thus compiled, if they +are not themselves derivative works of the Document. + +If the Cover Text requirement of section 3 is applicable to these +copies of the Document, then if the Document is less than one quarter +of the entire aggregate, the Document's Cover Texts may be placed on +covers that surround only the Document within the aggregate. +Otherwise they must appear on covers around the whole aggregate. + + +8. TRANSLATION + +Translation is considered a kind of modification, so you may +distribute translations of the Document under the terms of section 4. +Replacing Invariant Sections with translations requires special +permission from their copyright holders, but you may include +translations of some or all Invariant Sections in addition to the +original versions of these Invariant Sections. You may include a +translation of this License provided that you also include the +original English version of this License. In case of a disagreement +between the translation and the original English version of this +License, the original English version will prevail. + + +9. TERMINATION + +You may not copy, modify, sublicense, or distribute the Document except +as expressly provided for under this License. Any other attempt to +copy, modify, sublicense or distribute the Document is void, and will +automatically terminate your rights under this License. However, +parties who have received copies, or rights, from you under this +License will not have their licenses terminated so long as such +parties remain in full compliance. + + +10. FUTURE REVISIONS OF THIS LICENSE + +The Free Software Foundation may publish new, revised versions +of the GNU Free Documentation License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. See +http://www.gnu.org/copyleft/. + +Each version of the License is given a distinguishing version number. +If the Document specifies that a particular numbered version of this +License "or any later version" applies to it, you have the option of +following the terms and conditions either of that specified version or +of any later version that has been published (not as a draft) by the +Free Software Foundation. If the Document does not specify a version +number of this License, you may choose any version ever published (not +as a draft) by the Free Software Foundation. + + +ADDENDUM: How to use this License for your documents + +To use this License in a document you have written, include a copy of +the License in the document and put the following copyright and +license notices just after the title page: + + Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +If you have no Invariant Sections, write "with no Invariant Sections" +instead of saying which ones are invariant. If you have no +Front-Cover Texts, write "no Front-Cover Texts" instead of +"Front-Cover Texts being LIST"; likewise for Back-Cover Texts. + +If your document contains nontrivial examples of program code, we +recommend releasing these examples in parallel under your choice of +free software license, such as the GNU General Public License, +to permit their use in free software. --- gnomesword-2.2.3.orig/debian/install +++ gnomesword-2.2.3/debian/install @@ -0,0 +1,2 @@ +gs2.xpm /usr/share/pixmaps/gnomesword/ +gnomesword2.1 /usr/share/man/man1 --- gnomesword-2.2.3.orig/gnomesword-2.2.3.tar.gz.cdbs-config_list +++ gnomesword-2.2.3/gnomesword-2.2.3.tar.gz.cdbs-config_list @@ -0,0 +1,3 @@ +gnomesword-2.2.3/config.h.in +gnomesword-2.2.3/config.guess +gnomesword-2.2.3/config.sub