summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.source35
-rw-r--r--debian/bibletime-data.install1
-rw-r--r--debian/bibletime.1109
-rw-r--r--debian/bibletime.install5
-rw-r--r--debian/bibletime.manpages1
-rw-r--r--debian/bibletime.xpm615
-rw-r--r--debian/changelog487
-rw-r--r--debian/compat1
-rw-r--r--debian/control43
-rw-r--r--debian/copyright60
-rw-r--r--debian/patches/desktop_translation.patch20
-rw-r--r--debian/patches/desktopkeywords.patch11
-rw-r--r--debian/patches/mime_exec.patch13
-rw-r--r--debian/patches/s390x-ftbfs.patch16
-rw-r--r--debian/patches/series4
-rwxr-xr-xdebian/rules14
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
18 files changed, 1439 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..85880c2
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,35 @@
+This package uses CDBS (and therefore simple-patchsys.mk) in order to
+apply patches to the upstream source. Patches are stored in
+debian/patches and their filenames usually end in .patch or .diff .
+For further details, see the man page for cdbs-edit-patch.
+
+All commands described below should be run from the top directory of the
+package source tree, unless otherwise stated.
+
+ * To generate the fully patched source, in a form ready for
+ editing, that would be built to create Debian packages, run:
+
+ make -f debian/rules apply-patches
+
+ Note: It has been proposed that, in future, this should happen
+ automatically when you run dpkg-source -x on a CDBS
+ simple-patchsys.mk source package. However, this proposal has
+ apparently not yet been implemented, so for now you have to do
+ it yourself like this.
+
+ * To modify the source and save those modifications so that
+ they will be applied when building the package, pick a
+ suitably informative patch file name, for example
+ 01_add_README.source_file.patch, and then run:
+
+ cdbs-edit-patch 01_add_README.source_file.patch
+
+ This will place you in a new shell in a temporary copy of the
+ source tree. Make your desired modifications to it, and then
+ exit the shell to create the patch file containing them (this
+ file will appear in debian/patches).
+
+ * To remove source modifications that are currently being
+ applied when building the package, run:
+
+ make -f debian/rules reverse-patches
diff --git a/debian/bibletime-data.install b/debian/bibletime-data.install
new file mode 100644
index 0000000..3632979
--- /dev/null
+++ b/debian/bibletime-data.install
@@ -0,0 +1 @@
+usr/share/bibletime/
diff --git a/debian/bibletime.1 b/debian/bibletime.1
new file mode 100644
index 0000000..42ad30b
--- /dev/null
+++ b/debian/bibletime.1
@@ -0,0 +1,109 @@
+.TH "BibleTime" "1" "October 04, 2017" "BibleTime 2.11.0" "KDE Application"
+.SH "NAME"
+bibletime \- Bible study tool for KDE
+.SH "SYNOPSIS"
+.B bibletime
+[
+\fIQt\-options\fR
+]
+[
+\fIKDE\-options\fR
+]
+[
+\fIoptions\fR
+]
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.B bibletime
+KDE Application.
+This manual page was written for the Debian GNU/Linux distribution
+because the original program does not have a manual page.
+.P
+.B BibleTime
+is a free and easy to use bible study tool for UNIX systems.
+It requires a working KDE environment and the SWORD library.
+BibleTime provides easy handling of digitized texts (Bibles, commentaries
+and lexicons) and powerful features to work with these texts (search in
+texts, write own notes, save, print etc.).
+.SS "Generic options:"
+.TP
+\fB\-\-help\fR
+Show help about options
+.TP
+\fB\-\-help\-qt\fR
+Show Qt specific options
+.TP
+\fB\-\-help\-kde\fR
+Show KDE specific options
+.TP
+\fB\-\-help\-all\fR
+Show all options
+.TP
+\fB\-\-author\fR
+Show author information
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Show version information
+.TP
+\fB\-\-license\fR
+Show license information
+.TP
+\fB\-\-\fR
+End of options.
+.SH "OPTIONS"
+.TP
+\fB\-\-debug\fR
+Enable debug messages.
+.TP
+\fB\-\-ignore\-session\fR
+Ignore the startup session that was saved when BibleTime was closed
+the last time.
+.TP
+\fB\-\-open\-default\-bible\fR \fIkey\fR
+Open the default bible with the given \fIkey\fR.
+Use
+.I random
+to open at a random position.
+.SH "SEE ALSO"
+The full documentations for
+.B bibletime
+and
+.B bible study
+are maintained as docbook manuals. If the
+.B khelpcenter
+program is properly installed at your site, the command
+.IP
+.B khelpcenter help:/bibletime
+.PP
+should give you access to the complete manual.
+.SH "BUGS"
+Please use
+.br
+http://bugs.kde.org or info@bibletime.info
+.br
+to report bugs, do not mail the authors directly.
+.br
+.SH "AUTHOR"
+BibleTime was written by
+.br
+.nh
+Joachim Ansorg <junkmail@joachim.ansorgs.de>
+.br
+Martin Gruner <mg.pub@gmx.net>
+.br
+Nikolay Igotti <olonho@hotmail.com>
+.br
+Gary Sims <gary@garysims.co.uk>
+.br
+Timothy R. Butler <tbutler@uninetsolutions.com>
+.br
+James Ots <me@jamesots.com>
+.br
+Fred Saalbach <saalbach@sybercom.net>
+.hy
+.P
+This manual page was prepared by
+.nh
+Erik Schanze <schanzi_@gmx.de>
+.hy
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/bibletime.install b/debian/bibletime.install
new file mode 100644
index 0000000..5858c8a
--- /dev/null
+++ b/debian/bibletime.install
@@ -0,0 +1,5 @@
+usr/bin/
+usr/share/applications/
+usr/share/icons/
+debian/bibletime.xpm usr/share/bibletime
+debian/bibletime.xpm usr/share/pixmaps
diff --git a/debian/bibletime.manpages b/debian/bibletime.manpages
new file mode 100644
index 0000000..646e004
--- /dev/null
+++ b/debian/bibletime.manpages
@@ -0,0 +1 @@
+debian/bibletime.1
diff --git a/debian/bibletime.xpm b/debian/bibletime.xpm
new file mode 100644
index 0000000..e782dea
--- /dev/null
+++ b/debian/bibletime.xpm
@@ -0,0 +1,615 @@
+/* XPM */
+static char * hi32_app_bibletime_xpm[] = {
+"32 32 580 2",
+" c None",
+". c #081AAC",
+"+ c #4A57BB",
+"@ c #848DCE",
+"# c #C9CDE2",
+"$ c #F6F7E6",
+"% c #0113AB",
+"& c #2434AA",
+"* c #6570AC",
+"= c #AAB0B6",
+"- c #EDEFC5",
+"; c #FFFFCE",
+"> c #FFFFD2",
+", c #FFFFC7",
+"' c #FFFFBD",
+") c #0F20A7",
+"! c #4A5799",
+"~ c #8E9690",
+"{ c #D3D68D",
+"] c #FEFE92",
+"^ c #FFFF9A",
+"/ c #FFFFA1",
+"( c #FFFFA6",
+"_ c #FFFFAA",
+": c #FFFFAC",
+"< c #FCFCAA",
+"[ c #D4D7A6",
+"} c #8D94A5",
+"| c #4854AB",
+"1 c #0416A9",
+"2 c #314093",
+"3 c #747E77",
+"4 c #BABF61",
+"5 c #F5F656",
+"6 c #FFFF5C",
+"7 c #FFFF64",
+"8 c #FFFF6C",
+"9 c #FFFF73",
+"0 c #FFFF79",
+"a c #FFFF7E",
+"b c #FDFD82",
+"c c #DCDE89",
+"d c #969D96",
+"e c #5560A1",
+"f c #3D4AB5",
+"g c #5B66C8",
+"h c #8991D7",
+"i c #AEB4E2",
+"j c #3F4CBC",
+"k c #5C6875",
+"l c #FFFF1D",
+"m c #FFFF25",
+"n c #FFFF2E",
+"o c #FFFF36",
+"p c #FFFF3E",
+"q c #FFFF45",
+"r c #FEFE4B",
+"s c #E3E55A",
+"t c #9FA676",
+"u c #606B92",
+"v c #404DB0",
+"w c #525EC5",
+"x c #8089D4",
+"y c #ABB1E1",
+"z c #B6BBE4",
+"A c #B3B9E2",
+"B c #AEB4E1",
+"C c #A6ADDE",
+"D c #545FC3",
+"E c #2433B4",
+"F c #919956",
+"G c #F4F410",
+"H c #FDFD10",
+"I c #E9EA23",
+"J c #A9AE4F",
+"K c #6C757B",
+"L c #424EA6",
+"M c #414EBF",
+"N c #6570CA",
+"O c #878FD4",
+"P c #939BD7",
+"Q c #9AA2D8",
+"R c #9EA6DB",
+"S c #A1A8DC",
+"T c #A1A9DC",
+"U c #9FA7DB",
+"V c #9BA3DA",
+"W c #969ED8",
+"X c #636ECA",
+"Y c #2E3DBA",
+"Z c #6974CB",
+"` c #3644B4",
+" . c #2E3CA6",
+".. c #2A39B7",
+"+. c #414FBE",
+"@. c #5662C3",
+"#. c #606CC5",
+"$. c #6A76C8",
+"%. c #737ECB",
+"&. c #7A85CE",
+"*. c #B3AFB6",
+"=. c #ECE2B0",
+"-. c #A4A4B6",
+";. c #8D96D4",
+">. c #8D96D5",
+",. c #8B94D4",
+"'. c #8891D3",
+"). c #838DD1",
+"!. c #6D77CD",
+"~. c #1E2DB4",
+"{. c #747FCB",
+"]. c #5562C0",
+"^. c #3A4AB6",
+"/. c #3444B4",
+"(. c #3E4EB7",
+"_. c #4857BB",
+":. c #515FBF",
+"<. c #5A67C2",
+"[. c #626EC5",
+"}. c #6974C7",
+"|. c #D5CDB5",
+"1. c #F0F159",
+"2. c #B9B067",
+"3. c #7883CD",
+"4. c #7983CD",
+"5. c #7782CC",
+"6. c #757FCB",
+"7. c #707CCA",
+"8. c #0F1C91",
+"9. c #0C1DAF",
+"0. c #737DCB",
+"a. c #515FBE",
+"b. c #3344B3",
+"c. c #2738AF",
+"d. c #3041B2",
+"e. c #3949B6",
+"f. c #4251B9",
+"g. c #4958BC",
+"h. c #505EBE",
+"i. c #5664C0",
+"j. c #B9B4B0",
+"k. c #EDEE69",
+"l. c #C5BB4B",
+"m. c #6470C5",
+"n. c #3B4BB6",
+"o. c #2639AE",
+"p. c #162AAA",
+"q. c #0E22AB",
+"r. c #031298",
+"s. c #6C77CA",
+"t. c #4E5CBD",
+"u. c #2D3DB1",
+"v. c #192BAA",
+"w. c #2133AD",
+"x. c #293AB0",
+"y. c #3141B3",
+"z. c #3848B5",
+"A. c #3E4EB8",
+"B. c #4453BA",
+"C. c #9392A0",
+"D. c #E6E975",
+"E. c #D1C639",
+"F. c #5B629F",
+"G. c #82838A",
+"H. c #B6B068",
+"I. c #A59C50",
+"J. c #031DA5",
+"K. c #011AA8",
+"L. c #00119F",
+"M. c #0012AB",
+"N. c #5F6BC7",
+"O. c #2839AF",
+"P. c #0C1FA5",
+"Q. c #1124A7",
+"R. c #182CAA",
+"S. c #1F33AD",
+"T. c #263AB0",
+"U. c #3746AB",
+"V. c #666A97",
+"W. c #ACA57D",
+"X. c #D7DB6B",
+"Y. c #D0D251",
+"Z. c #DDE091",
+"`. c #D1D669",
+" + c #D1D346",
+".+ c #B2A83E",
+"++ c #0322AA",
+"@+ c #0121AC",
+"#+ c #0011A5",
+"$+ c #515EC3",
+"%+ c #5665C1",
+"&+ c #2C3FB2",
+"*+ c #061EA6",
+"=+ c #031CA6",
+"-+ c #0721A8",
+";+ c #1A30A4",
+">+ c #A3A082",
+",+ c #CDCA71",
+"'+ c #CED26E",
+")+ c #C8CE64",
+"!+ c #C1C95E",
+"~+ c #BFC757",
+"{+ c #BFB947",
+"]+ c #959354",
+"^+ c #5B6673",
+"/+ c #1130A4",
+"(+ c #0227B0",
+"_+ c #0328B0",
+":+ c #0013AA",
+"<+ c #4351C0",
+"[+ c #5C6EC6",
+"}+ c #3149B8",
+"|+ c #0A27AC",
+"1+ c #0120AA",
+"2+ c #0121AB",
+"3+ c #30418E",
+"4+ c #D0C949",
+"5+ c #C6C24C",
+"6+ c #A3A35A",
+"7+ c #73796D",
+"8+ c #CDCC8C",
+"9+ c #BAC269",
+"0+ c #475585",
+"a+ c #032AB2",
+"b+ c #032BB3",
+"c+ c #032CB4",
+"d+ c #032DB4",
+"e+ c #032EB5",
+"f+ c #0118AD",
+"g+ c #3443BC",
+"h+ c #6276CB",
+"i+ c #3853BE",
+"j+ c #0F30B2",
+"k+ c #0225AE",
+"l+ c #0226AF",
+"m+ c #2D4494",
+"n+ c #1233A7",
+"o+ c #032AB3",
+"p+ c #032CB3",
+"q+ c #B4B69B",
+"r+ c #B3C080",
+"s+ c #606C80",
+"t+ c #0430B7",
+"u+ c #0431B7",
+"v+ c #0432B8",
+"w+ c #0433B9",
+"x+ c #0434BA",
+"y+ c #021EB0",
+"z+ c #2434B7",
+"A+ c #697FD0",
+"B+ c #3F5CC4",
+"C+ c #153AB8",
+"D+ c #032DB5",
+"E+ c #042EB6",
+"F+ c #042FB6",
+"G+ c #0431B8",
+"H+ c #949DA1",
+"I+ c #B0BF94",
+"J+ c #77827F",
+"K+ c #0535BB",
+"L+ c #0536BC",
+"M+ c #0538BD",
+"N+ c #0348C1",
+"O+ c #045DC6",
+"P+ c #1972CC",
+"Q+ c #2B84D0",
+"R+ c #2082D0",
+"S+ c #0472CB",
+"T+ c #1526B2",
+"U+ c #6F86D4",
+"V+ c #4665C9",
+"W+ c #1C44BE",
+"X+ c #0432B9",
+"Y+ c #0537BD",
+"Z+ c #7485A3",
+"`+ c #AFC0A8",
+" @ c #8B9580",
+".@ c #063BC0",
+"+@ c #0542C2",
+"@@ c #0D69CA",
+"#@ c #68A5DA",
+"$@ c #CCCFDF",
+"%@ c #F3E5E9",
+"&@ c #F1D4CC",
+"*@ c #F2E4E5",
+"=@ c #CED1E0",
+"-@ c #69A5D9",
+";@ c #0C77CC",
+">@ c #0516AD",
+",@ c #7289D6",
+"'@ c #4B6ECE",
+")@ c #224DC3",
+"!@ c #0637BD",
+"~@ c #0539BE",
+"{@ c #053ABF",
+"]@ c #053BC0",
+"^@ c #063CC1",
+"/@ c #063DC1",
+"(@ c #546FA4",
+"_@ c #B1C2BA",
+":@ c #9DA585",
+"<@ c #0647C5",
+"[@ c #1A78CE",
+"}@ c #B0B5CB",
+"|@ c #FAC0BB",
+"1@ c #FFCECB",
+"2@ c #FEDBD9",
+"3@ c #E17D52",
+"4@ c #FACFC5",
+"5@ c #FFD3CD",
+"6@ c #FCC6BB",
+"7@ c #B4B6C8",
+"8@ c #167CCE",
+"9@ c #687FD3",
+"0@ c #5276D3",
+"a@ c #2957C9",
+"b@ c #083EC2",
+"c@ c #063DC2",
+"d@ c #063EC3",
+"e@ c #063FC4",
+"f@ c #0640C4",
+"g@ c #0741C5",
+"h@ c #0742C6",
+"i@ c #335BAC",
+"j@ c #B6C5C1",
+"k@ c #9BAB99",
+"l@ c #1270C5",
+"m@ c #A6A3B8",
+"n@ c #FEA694",
+"o@ c #FFB0A5",
+"p@ c #FFB9B3",
+"q@ c #FFC2BE",
+"r@ c #3C2F2F",
+"s@ c #F9C0BA",
+"t@ c #FFBFB4",
+"u@ c #FFB7A6",
+"v@ c #FFAE95",
+"w@ c #ABA4B0",
+"x@ c #0774CB",
+"y@ c #5B71CF",
+"z@ c #587FD7",
+"A@ c #2F60CE",
+"B@ c #0C46C7",
+"C@ c #0743C7",
+"D@ c #0744C7",
+"E@ c #0745C8",
+"F@ c #0746C9",
+"G@ c #0747CA",
+"H@ c #0848CB",
+"I@ c #154FC1",
+"J@ c #B9C2B7",
+"K@ c #5594C4",
+"L@ c #518BC1",
+"M@ c #FA9070",
+"N@ c #FF957C",
+"O@ c #FF9B89",
+"P@ c #FFA193",
+"Q@ c #FFA69B",
+"R@ c #281A18",
+"S@ c #F8A497",
+"T@ c #FFA795",
+"U@ c #FFA38A",
+"V@ c #FF9E7D",
+"W@ c #FD9A6F",
+"X@ c #5488B9",
+"Y@ c #4D62C9",
+"Z@ c #5F87DC",
+"`@ c #3669D3",
+" # c #104ECC",
+".# c #0849CB",
+"+# c #084ACC",
+"@# c #084BCD",
+"## c #084CCE",
+"$# c #084DCF",
+"%# c #084ECF",
+"&# c #094FD0",
+"*# c #6A87A4",
+"=# c #237DC3",
+"-# c #AD8480",
+";# c #FF8152",
+"># c #FF835F",
+",# c #FF8769",
+"'# c #FF8A72",
+")# c #FF8D77",
+"!# c #281613",
+"~# c #F88C74",
+"{# c #FF8A6A",
+"]# c #FF7A4E",
+"^# c #FF7138",
+"/# c #FF7029",
+"(# c #B17356",
+"_# c #006FC8",
+":# c #3D51C3",
+"<# c #658FE0",
+"[# c #3C72D8",
+"}# c #1556D1",
+"|# c #094ED0",
+"1# c #094FD1",
+"2# c #0950D2",
+"3# c #0951D3",
+"4# c #0952D3",
+"5# c #0953D4",
+"6# c #0A54D5",
+"7# c #0957D5",
+"8# c #0873CB",
+"9# c #E1743F",
+"0# c #FF7235",
+"a# c #FF7340",
+"b# c #FF7448",
+"c# c #FF764E",
+"d# c #F97551",
+"e# c #200F0A",
+"f# c #F35222",
+"g# c #FF480A",
+"h# c #FF4E08",
+"i# c #FF5708",
+"j# c #FF6109",
+"k# c #EF6C15",
+"l# c #0370C8",
+"m# c #2D3EBB",
+"n# c #6B96E4",
+"o# c #437ADD",
+"p# c #1A5FD7",
+"q# c #0954D5",
+"r# c #0A55D6",
+"s# c #0A56D6",
+"t# c #0A57D7",
+"u# c #0A58D8",
+"v# c #0A59D9",
+"w# c #0A5ADA",
+"x# c #095DD8",
+"y# c #0970C4",
+"z# c #E56C28",
+"A# c #E66C32",
+"B# c #FF651E",
+"C# c #FF6526",
+"D# c #FF642A",
+"E# c #993B1A",
+"F# c #AAAAAA",
+"G# c #953009",
+"H# c #FF5208",
+"I# c #FF5808",
+"J# c #EC6B25",
+"K# c #F2721D",
+"L# c #1071BE",
+"M# c #1E2EB5",
+"N# c #719CE6",
+"O# c #4982E1",
+"P# c #2068DC",
+"Q# c #0A5AD9",
+"R# c #0B5BDA",
+"S# c #0B5CDB",
+"T# c #0B5DDC",
+"U# c #0B5EDD",
+"V# c #0B5FDE",
+"W# c #0B60DE",
+"X# c #0A62DD",
+"Y# c #0470C7",
+"Z# c #EA701A",
+"`# c #FB690F",
+" $ c #FF6209",
+".$ c #FF5D0A",
+"+$ c #FF5909",
+"@$ c #892E04",
+"#$ c #523120",
+"$$ c #D54C07",
+"%$ c #FF5E08",
+"&$ c #FF6409",
+"*$ c #FF6B09",
+"=$ c #F87314",
+"-$ c #F77B13",
+";$ c #0971C3",
+">$ c #0D1EAF",
+",$ c #769DE6",
+"'$ c #4F8AE6",
+")$ c #2770E1",
+"!$ c #0C60DE",
+"~$ c #0B60DF",
+"{$ c #0C61E0",
+"]$ c #0C62E1",
+"^$ c #0C64E1",
+"/$ c #0C65E2",
+"($ c #0C66E3",
+"_$ c #0C67E3",
+":$ c #016FCC",
+"<$ c #BF773A",
+"[$ c #FF7409",
+"}$ c #FF6E09",
+"|$ c #FF6909",
+"1$ c #F86309",
+"2$ c #260F01",
+"3$ c #DA5608",
+"4$ c #FF6709",
+"5$ c #FF6A09",
+"6$ c #FF7009",
+"7$ c #FF760A",
+"8$ c #FF7E0A",
+"9$ c #D3822B",
+"0$ c #016FC8",
+"a$ c #5C7BD7",
+"b$ c #5592EA",
+"c$ c #2D79E5",
+"d$ c #0E67E3",
+"e$ c #0D67E4",
+"f$ c #0D68E5",
+"g$ c #0C66E4",
+"h$ c #0952D6",
+"i$ c #0639C5",
+"j$ c #0220B4",
+"k$ c #004DBD",
+"l$ c #607781",
+"m$ c #FF800A",
+"n$ c #FF7A0A",
+"o$ c #D15F08",
+"p$ c #6B3104",
+"q$ c #FF7209",
+"r$ c #FF770A",
+"s$ c #FF7C0A",
+"t$ c #FF820A",
+"u$ c #FF890A",
+"v$ c #757E72",
+"w$ c #0065B7",
+"x$ c #1628B3",
+"y$ c #5182E0",
+"z$ c #3482EA",
+"A$ c #116DE7",
+"B$ c #0B5FDF",
+"C$ c #0746CE",
+"D$ c #042DBD",
+"E$ c #0116AD",
+"F$ c #00119E",
+"G$ c #000E85",
+"H$ c #0570C5",
+"I$ c #C68435",
+"J$ c #FF870A",
+"K$ c #FF830A",
+"L$ c #FF810C",
+"M$ c #FF810E",
+"N$ c #FF8210",
+"O$ c #FF8410",
+"P$ c #FF870F",
+"Q$ c #FF8A0D",
+"R$ c #FF8E0C",
+"S$ c #D58D2A",
+"T$ c #0A71C2",
+"U$ c #081AAE",
+"V$ c #142BB6",
+"W$ c #051EB2",
+"X$ c #0012A5",
+"Y$ c #000F93",
+"Z$ c #1973B7",
+"`$ c #D28E32",
+" % c #FF981C",
+".% c #FF9A26",
+"+% c #FC982E",
+"@% c #EA7F33",
+"#% c #FEA033",
+"$% c #FFA231",
+"%% c #FFA32B",
+"&% c #DF9D3A",
+"*% c #2577B1",
+"=% c #005DA9",
+"-% c #0070CA",
+";% c #1778C4",
+">% c #98997F",
+",% c #F0AF4E",
+"'% c #FCB14E",
+")% c #EE974E",
+"!% c #FEBA5A",
+"~% c #F5B95C",
+"{% c #A2A284",
+"]% c #1979C2",
+"^% c #005FAC",
+"/% c #0572CA",
+"(% c #1E7FCC",
+"_% c #5091BC",
+":% c #689BB8",
+"<% c #5695BF",
+"[% c #016BBF",
+"}% c #00589F",
+" ",
+" . + @ # $ ",
+" % & * = - ; > > ; , ' ",
+" ) ! ~ { ] ^ / ( _ : : < [ } | ",
+" 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 F G H I J K L M N O P Q R S T U V W X ",
+" Y Z ` ...+.@.#.$.%.&.*.=.-.;.>.,.'.).!. ",
+" ~.{.].^./.(._.:.<.[.}.|.1.2.3.4.5.6.7.Z 8. ",
+" 9.0.a.b.c.d.e.f.g.h.i.j.k.l.m.i.n.o.p.q.r. ",
+" % s.t.u.v.w.x.y.z.A.B.C.D.E.F.G.H.I.J.K.L. ",
+" M.N.h.O.P.Q.R.S.T.U.V.W.X.Y.Z.`. +.+++@+#+ ",
+" $+%+&+*+=+-+;+>+,+'+)+!+~+{+]+^+/+(+_+:+ ",
+" <+[+}+|+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+b+c+D+E+F+t+G+H+I+J+K+L+M+N+O+P+Q+R+S+ ",
+" T+U+V+W+G+X+w+x+K+L+Y+Z+`+ @.@+@@@#@$@%@&@*@=@-@;@ ",
+" >@,@'@)@!@M+~@{@]@^@/@(@_@:@<@[@}@|@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@F@G@H@I@J@K@L@M@N@O@P@Q@R@S@T@U@V@W@X@ ",
+" Y@Z@`@ #.#+#@###$#%#&#*#=#-#;#>#,#'#)#!#~#{#]#^#/#(#_# ",
+" :#<#[#}#|#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#F#G#H#I#j#J#K#L# ",
+" M#N#O#P#Q#R#S#T#U#V#W#X#Y#Z#`# $.$+$@$#$$$%$&$*$=$-$;$ ",
+" >$,$'$)$!$~${$]$^$/$($_$:$<$[$}$|$1$2$3$4$5$6$7$8$9$0$ ",
+" % a$b$c$d$($e$f$g$h$i$j$k$l$m$n$7$o$p$q$[$r$s$t$u$v$w$ ",
+" x$y$z$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$`$ %.%+%@%#%$%%%&%*%=% ",
+" -%;%>%,%'%)%!%~%{%]%^% ",
+" /%(%_%:%<%(%[% ",
+" }% ",
+" "};
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1c753d7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,487 @@
+bibletime (2.11.1-4) unstable; urgency=medium
+
+ * debian/contro: Revert to Architecture: any
+
+ -- Teus Benschop <teusjannette@gmail.com> Fri, 21 Sep 2018 08:01:09 +0200
+
+bibletime (2.11.1-3) unstable; urgency=medium
+
+ * debian/control: fix maintainer email, Closes: #899759
+ * debian/control: Updated Standards-Version
+ * debian/control: Updated Vcs-* for salsa
+ * debian/control: Limit architectures, Closes: #893489
+
+ -- Teus Benschop <teusjannette@gmail.com> Sun, 16 Sep 2018 12:44:48 +0200
+
+bibletime (2.11.1-1) unstable; urgency=low
+
+ * new upstream version (Closes: #880566)
+
+ -- Teus Benschop <teusjannette@gmail.com> Fri, 03 Nov 2017 12:00:00 +0200
+
+bibletime (2.11.0-1) unstable; urgency=low
+
+ [ Teus Benschop ]
+ * new upstream version (Closes: #816804, #874831)
+ * debian/copyright:
+ make it machine-readable
+ include relevant license headers
+ * debian/control: updated Build-Depends, Uploaders
+ * debian/control: updated Standards-Version
+ * debian/patches/series: remove already applied patches
+ * debian/rules: override_dh_auto_test
+ * debian/bibletime.1: add man page
+
+ [ Roberto C. Sanchez ]
+ * debian/control: update my email address
+
+ -- Teus Benschop <teusjannette@gmail.com> Thu, 05 Oct 2017 12:00:00 +0200
+
+bibletime (2.10.1-4) unstable; urgency=medium
+
+ * d/control: bump Standards-Version to 3.9.8
+ * d/control: change Vcs-Browser and Cvs-Git to https
+ * d/rules: add hardening options
+
+ -- Dominique Corbex <dominique@corbex.org> Sat, 27 May 2017 16:57:01 +0200
+
+bibletime (2.10.1-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove myself from uploaders.
+
+ -- Dimitri John Ledkov <xnox@debian.org> Sun, 09 Jul 2017 17:21:58 +0100
+
+bibletime (2.10.1-3) unstable; urgency=medium
+
+ * build dep on libsword-dev >= 1.7.3+dfsg-3 for c++ transition
+ * add patch to add some keywords to bibletime.desktop
+ * add patch to remove MimeType entry from bibletime.desktop
+ * add patch to fix .desktop translations, Closes: #555887
+ thanks to Paul Martrenchar <pmartrenchar@gmail.com>
+
+ -- Daniel Glassey <wdg@debian.org> Tue, 15 Sep 2015 22:23:51 +0100
+
+bibletime (2.10.1-2) unstable; urgency=medium
+
+ * Add patch to build without pie, fixes FTBFS on s390x (Closes: #767209)
+
+ -- Dimitri John Ledkov <dimitri.j.ledkov@linux.intel.com> Mon, 03 Nov 2014 11:57:04 +0000
+
+bibletime (2.10.1-1) unstable; urgency=medium
+
+ [ David Sanders ]
+ * New Upstream Release (Closes: #758121)
+
+ [ Roberto C. Sanchez ]
+ * debian/control: Add /me to uploaders
+ * debian/control: Add links to Alioth Git repository
+ * debian/control: Bumped Standards-Version to 3.9.6 (no changes)
+ * debian/control: Bumped debhelper compatibility level to 9
+
+ -- Roberto C. Sanchez <roberto@connexer.com> Tue, 21 Oct 2014 23:26:25 -0400
+
+bibletime (2.9.2-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Build with libsword 1.7.
+ Add libsword-1.7.patch.
+ Patch by Plamen Aleksandrov <plamen@aomeda.com>.
+ Work done as part of a Debian GSOC 2014 project.
+ Closes: #748685.
+
+ -- Anibal Monsalve Salazar <anibal@debian.org> Fri, 27 Jun 2014 11:59:08 +0100
+
+bibletime (2.9.2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Mon, 12 Aug 2013 21:02:54 +0100
+
+bibletime (2.9.1-3) unstable; urgency=low
+
+ * fix FindCLucene.cmake to look in /usr/lib/{CMAKE_LIBRARY_ARCHITECTURE}
+ to find clucene-config.h with multiarched clucene (Closes: #718374)
+
+ -- Rene Engelhard <rene@debian.org> Tue, 30 Jul 2013 19:23:42 +0000
+
+bibletime (2.9.1-2) unstable; urgency=low
+
+ * Disable -Werror to work-around FTBFS with gcc-4.7 (Closes: #667113)
+
+ -- Dmitrijs Ledkovs <xnox@debian.org> Tue, 17 Apr 2012 22:40:49 +0100
+
+bibletime (2.9.1-1) unstable; urgency=low
+
+ [ Jonathan Marsden ]
+ * New upstream version 2.9.1
+ * debian/patches/*: Remove all patches (incorporated upstream)
+ * debian/control: bibletime now depends on a matching version of
+ bibletime-data.
+
+ [ Dmitrijs Ledkovs ]
+ * Add more strict alternative build-dependency on the libqt4-dev.
+
+ -- Dmitrijs Ledkovs <xnox@debian.org> Sat, 14 Apr 2012 18:11:50 +0100
+
+bibletime (2.8.1-2) unstable; urgency=low
+
+ * debian/patches/02-prevent-unused-but-set-variable-ftbfs.patch:
+ - Prevent FTBFS using recent gcc 4.6 by using an existing upstream fix.
+ * debian/control:
+ - Add Depends: libqt4-svg so toolbar icons display. (Closes: #612661).
+
+ -- Jonathan Marsden <jmarsden@fastmail.fm> Sun, 10 Jul 2011 18:06:23 -0700
+
+bibletime (2.8.1-1) unstable; urgency=low
+
+ [ Jonathan Marsden ]
+ * New upstream version 2.8.1 (Closes: #629607).
+ * debian/control:
+ - Remove article from start of Description: synopsis line.
+ - Replace Build-Depends: libqt4-dev with libqtwebkit-dev | libqt4-dev.
+ * Bump Standards-Version to 3.9.2 (no changes needed)
+ * debian/control: Fix version comparison > to >= for libsword
+ * debian/watch: Look for .bz2 as well as .gz compressed tarballs.
+ * debian/patches/01-fix-search-works-print-crash.patch:
+ - An upstream git commit to fix a crash when printing.
+ - Also fixes a gcc-4.6 FTBFS.
+
+ [ Dmitrijs Ledkovs ]
+ * Daily-build / build from recipes:
+ - Generate debian/source/format on the fly
+ - Add .bzr-builddeb/default.conf to run above
+ - Add debian/source/local-options to keep bzr tree clean
+ * Convert to dh7
+ - This unifies packaging with sword and xiphos
+ - This allows building from recipes since cdbs simple-patchsys was
+ interfering
+ - Move dh_install[man] options from debian/rules to package files.
+
+ -- Jonathan Marsden <jmarsden@fastmail.fm> Sun, 19 Jun 2011 22:40:22 -0700
+
+bibletime (2.5-1) unstable; urgency=low
+
+ * New upstream version 2.5 (Closes: #564551).
+
+ -- Jonathan Marsden <jmarsden@fastmail.fm> Sun, 10 Jan 2010 22:21:36 -0800
+
+bibletime (2.4-1) unstable; urgency=low
+
+ * New upstream version 2.4
+ * debian/control:
+ - Replace incorrect bibletime-data Depends on lib4qt-gui
+ with bibletime Depends on libqtgui4 (>= 4.4.0). (Closes: #556209).
+ - Add Build-depends: on zlib1g-dev and libcurl4-gnutls-dev
+ (Closes: #556805).
+
+ -- Jonathan Marsden <jmarsden@fastmail.fm> Wed, 18 Nov 2009 17:30:00 -0800
+
+bibletime (2.3.3-1) unstable; urgency=low
+
+ * New upstream version 2.3.3
+ * debian/control:
+ - Change Description: to avoid mentioning KDE (Closes: #539166).
+ - Add libqt4-gui to Depends: to avoid toolbar icon display issues.
+
+ -- Jonathan Marsden <jmarsden@fastmail.fm> Sun, 01 Nov 2009 15:49:17 -0800
+
+bibletime (2.3-1) unstable; urgency=low
+
+ * New upstream version 2.3
+ * Bump Standards-Version to 3.8.3 (no changes needed).
+
+ -- Jonathan Marsden <jmarsden@fastmail.fm> Thu, 08 Oct 2009 22:55:24 -0700
+
+bibletime (2.2-1) unstable; urgency=low
+
+ * New upstream version 2.2
+
+ -- Jonathan Marsden <jmarsden@fastmail.fm> Wed, 26 Aug 2009 21:58:15 -0700
+
+bibletime (2.1-1~karmic1) karmic; urgency=low
+
+ * New upstream version 2.1.
+
+ -- Jonathan Marsden <jmarsden@fastmail.fm> Sun, 12 Jul 2009 18:21:11 -0700
+
+bibletime (2.0.1-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/patches/:
+ - 01_main_window_icon.diff removed (now in upstream sources).
+ - 02_remove_unwanted_debug_code.diff removed (now in upstream sources).
+ * debian/control: Correctly update systems with old bibletime-i18n:
+ - Remove Suggests: bibletime-i18n from bibletime package.
+ - Add Conflicts: and Replaces: bibletime-i18n to bibletime-data package.
+ - Bump Standards-Version to 3.8.2 (no changes needed).
+ * debian/watch: Change regex to ignore alpha/beta/rc source tarballs.
+
+ -- Jonathan Marsden <jmarsden@fastmail.fm> Sun, 07 Jun 2009 16:24:33 -0700
+
+bibletime (2.0-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/rules:
+ - Ensure installation of manpages and .xpm work once again.
+ * Remove debian/dirs, debian/install and other files from debian/
+ * Remove debian/patches/00-fix-desktop.patch -- upstream fixed this.
+ * Add debian/patches/01_main_window_icon.diff
+ - upstream svn r1317.
+ * Add debian/patches/02_remove_unwanted_debug_code.diff
+ - upstream svn r1318.
+ * Add debian/watch file.
+ * debian/rules: use cdbs cmake.mk not kde4.mk
+ * debian/control: Remove Build-depend on pkg-kde-tools.
+ - Replace kdelibs5-dev build dependency with libqt4-dev.
+ - Add build dependency on cmake and pkg-config.
+ - Set Maintainer and Uploaders fields.
+ - Qualify libsword-dev Build-Depends with (>= 1.5.11).
+ - Bump Standards-Version to 3.8.1 (no changes needed).
+ * Separate out /usr/share/bibletime into its own package:
+ - debian/bibletime-data.install: create file.
+ - debian/bibletime.install: create file.
+ - debian/compat: Increase to 7 so dh_install looks in debian/tmp.
+ - debian/control:
+ + Add info about new binary package bibletime-data.
+ + Build-Depend: on debhelper >= 7 and wrap Build-Depends line.
+ * debian/copyright:
+ - Update copyright year range.
+ - Update download location.
+
+ -- Jonathan Marsden <jmarsden@fastmail.fm> Tue, 02 Jun 2009 23:37:30 -0700
+
+bibletime (1.6.5.1-1) unstable; urgency=low
+
+ * New upstream version (Closes: #441161, #271502)
+ * fixes for new autotools and gcc 4.3 (Closes: #407291)
+ * added poxml to Build-Depends
+ * No DFSG necessary anymore since biblestudy howto has
+ now Commons Licence
+ * Added libclucene-dev to dev-depends (Closes: #436677)
+
+ -- Ralph Janke <txwikinger@ubuntu.com> Sat, 10 May 2008 15:18:16 +0100
+
+bibletime (1.6.4.dfsg-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Daniel Glassey <wdg@debian.org> Fri, 22 Jun 2007 18:47:48 +0100
+
+bibletime (1.6.2.dfsg-1) unstable; urgency=low
+
+ * New upstream release using sword 1.5.9, Closes: #401068
+ * upstream now allows build without howto (which has been declared
+ non-DFSG free), Closes: #331547
+ * DFSG free source tarball created from upstream by
+ rm docs/howto/unicode/*.docbook
+ * "Highlight words of Jesus" fixed, Closes: #329244
+ * recommend bibletime-i18n, Closes: #375905
+ * don't need custom kde.mk for cdbs anymore (see bug #284428)
+
+ -- Daniel Glassey <wdg@debian.org> Thu, 7 Dec 2006 19:03:21 +0000
+
+bibletime (1.6.1-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/control: Uses sword 1.5.9 - build depends
+ standards version 3.7.2.2 (no changes)
+
+ -- Daniel Glassey <wdg@debian.org> Thu, 23 Nov 2006 22:50:46 +0000
+
+bibletime (1.5.3-1) unstable; urgency=low
+
+ * New upstream release
+ * rebuild against transistion sword and KDE
+ * Don't autogenerate debian/control using cdbs
+ fix generated file build-deps
+
+ -- Daniel Glassey <wdg@debian.org> Sat, 10 Dec 2005 21:39:54 +0000
+
+bibletime (1.5.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Daniel Glassey <wdg@debian.org> Mon, 12 Sep 2005 22:39:30 +0100
+
+bibletime (1.5-1) unstable; urgency=low
+
+ * New upstream release
+ * Use cdbs
+ use a local kde.mk because the supplied one is broken for tarballs
+ bug #284428
+ * cdbs will update config.sub/guess (Closes: #304632)
+ * Acknowledge NMU, thanks (Closes: #279471)
+ * Manpage is included upstream now
+ Thanks to Erik Schanze <schanzi_usenet@gmx.de> for it (Closes: #259948)
+ not installed upstream so install from the debian dir
+ * debian/menu: quote the strings, remove kderemove
+ set the section to Education (Closes: #297873)
+ * debian/copyright: Upstream Authors fix
+ * clean up the debian dir, override not needed any more
+
+ -- Daniel Glassey <wdg@debian.org> Fri, 12 Aug 2005 09:33:45 +0100
+
+bibletime (1.4.1-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Switched to libcurl3-dev (closes: #279471).
+
+ -- Domenico Andreoli <cavok@debian.org> Wed, 22 Dec 2004 18:34:21 +0100
+
+bibletime (1.4.1-2) unstable; urgency=low
+
+ * Rebuild for KDE 3.3, Closes: #237905
+
+ -- Daniel Glassey <wdg@debian.org> Wed, 31 Mar 2004 16:29:26 +0100
+
+bibletime (1.4.1-1) unstable; urgency=low
+
+ * New upstream version
+ * Exclude docbook from dh_compress, Closes: #220891
+ * Hebrew displays RTL with KDE3 so closing old bug, Closes: #158456
+ * Tried search dialog and it works fine now so, Closes: #145965
+
+ -- Daniel Glassey <wdg@debian.org> Thu, 29 Jan 2004 22:10:38 +0000
+
+bibletime (1.4-1) unstable; urgency=low
+
+ * New upstream version
+ * depend on sword 1.5.7
+
+ -- Daniel Glassey <wdg@debian.org> Thu, 8 Jan 2004 11:50:46 +0000
+
+bibletime (1.3-3) unstable; urgency=low
+
+ * Fix copyright file
+ * Acknowledge NMU, thanks, Closes: #187033
+
+ -- Daniel Glassey <wdg@debian.org> Tue, 16 Dec 2003 22:40:52 +0000
+
+bibletime (1.3-2) unstable; urgency=medium
+
+ * Build Depend on sword >= 1.5.6-9
+ * Time to upload to unstable
+ * Standards version now 3.6.1.0
+
+ -- Daniel Glassey <wdg@debian.org> Wed, 12 Nov 2003 17:59:31 +0000
+
+bibletime (1.3-1) experimental; urgency=low
+
+ * 1.3 is released :)
+ * depend on sword 1.5.6
+ * Upload to experimental for now
+
+ -- Daniel Glassey <wdg@debian.org> Thu, 28 Aug 2003 15:29:45 +0100
+
+bibletime (1.2.99-2) unstable; urgency=low
+
+ * rebuild against not quite released sword1.5.5.99-3
+
+ -- Daniel Glassey <wdg@debian.org> Fri, 18 Jul 2003 18:39:40 +0100
+
+bibletime (1.2.99-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Daniel Glassey <wdg@debian.org> Fri, 13 Jul 2003 21:33:55 +0100
+
+bibletime (1.0.99b-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Daniel Glassey <wdg@debian.org> Tue, 2 Apr 2002 21:33:55 +0100
+
+bibletime (1.0.3-1) unstable; urgency=low
+
+ * New upstream release
+ * build against autotooled sword
+ * correct spelling error, Closes: #124449
+ * not uploading til sword 1.5.2-8 is in
+ * bulid depend on sword >=1.5.2-9
+
+ -- Daniel Glassey <wdg@debian.org> Fri, 1 Feb 2002 23:01:55 +0000
+
+bibletime (1.0.2-2) unstable; urgency=low
+
+ * Remove debian/controly which shouldn't be there
+ * stop configure from being run twice to fix alpha build, Closes: #121674
+ * build-depend on kdelibs-dev >= 2.2.2-8 to catch libfam-dev dependency, see bug 124264
+ * Update description for bibletime 1.0.2
+ * Update to policy version 3.5.6.0, no necessary changes noticed yet
+ * modify clean target in debian/rules to use clean instead of distclean
+ and remove */Makefile and */*.moc.cpp
+
+ -- Daniel Glassey <wdg@debian.org> Sat, 15 Dec 2001 21:40:18 +0000
+
+bibletime (1.0.2-1) unstable; urgency=low
+
+ * New upstream release - see www.bibletime.de for changes
+ * Using latest config.sub and config.guess, Closes #105779
+ * may compile on ia64 now (cswordbackendmanager.* does not exist now), Closes #110187
+ * Change maintainer to wdg@debian.org
+ * Depend on sword >= 1.5.2-4 (new libsword1 shlibs)
+ * use AM_MAINTAINER_MODE in configure.in - try to stop automake etc
+ from running while building
+ so don't build depend on automake, autoconf
+ * fixes for alpha compilation in debian/rules, Closes: #121674
+ * .xvpics has been removed from source, Closes: #112706
+ * in debian/rules use dh_compress -X to stop tipsdatabase from being installed compressed, Closes #110847
+
+ -- Daniel Glassey <wdg@debian.org> Fri, 30 Nov 2001 19:41:44 +0000
+
+bibletime (1.0.1-1) unstable; urgency=low
+
+ * New upstream release - see www.bibletime.de for changes
+ * patched bibletime/pics/Makefile.am to allow install to $DESTDIR
+ * removed AUTHORS from debian/docs
+
+ -- Daniel Glassey <wdg@debian.org> Sat, 25 Aug 2001 13:47:36 +0000
+
+bibletime (1.0-1) unstable; urgency=low
+
+ * New upstream release - see www.bibletime.de for changes
+
+ -- Daniel Glassey <wdg@debian.org> Mon, 25 Jun 2001 22:22:30 +0000
+
+bibletime (0.31-3.1) unstable; urgency=low
+
+ * Non-maintainer upload (Ben Burton <benb@acm.org>).
+ * Rebuilt with new Qt libs (closes: #89789).
+ * Build-Depends: Replaced kdebase-dev with kdelibs-dev; removed
+ autoconf (redundant); added libtool.
+ * Replaced admin/debianrules with a newer version and modified
+ debian/rules to use admin/debianrules; this way everything gets
+ installed into the correct directory; this also required modifying
+ $(localedir) in po/Makefile.am.
+ * Added debian menu item, lintian overrides file and doc-base registration.
+ * In debian/rules, using configure-stamp instead of configure.stamp
+ (this stops ./configure being run again and again and again).
+ * In debian/rules, deletes Makefile.ins on "make clean" and recreates
+ them during "make configure"; this removes some unnecessary junk
+ from the debian diff.gz file.
+
+ -- Ben Burton <benb@acm.org> Thu, 17 May 2001 13:02:11 -0500
+
+bibletime (0.31-3) unstable; urgency=low
+
+ * Standards version now 3.2.1
+ * Added build-depends
+
+ -- Daniel Glassey <danglassey@yahoo.com> Mon, 22 Jan 2001 22:19:43 +0000
+
+bibletime (0.31-2) unstable; urgency=low
+
+ * Add dependencies on modules.
+
+ -- Daniel Glassey <danglassey@yahoo.com> Mon, 4 Dec 2000 22:34:34 +0000
+
+bibletime (0.31-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Daniel Glassey <danglassey@yahoo.com> Thu, 23 Nov 2000 20:57:31 +0000
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b62b54d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: bibletime
+Section: kde
+Build-Depends: quilt (>= 0.46-7~), debhelper (>= 9),
+ libsword-dev (>= 1.7.3+dfsg-3), libclucene-dev, cmake,
+ pkg-config, libcurl4-gnutls-dev, git,
+ qtbase5-dev, qttools5-dev, qtwebengine5-dev, libqt5svg5-dev
+Priority: optional
+Maintainer: CrossWire Packaging Team <pkg-crosswire-devel@alioth-lists.debian.net>
+Uploaders: Daniel Glassey <wdg@debian.org>,
+ Jonathan Marsden <jmarsden@fastmail.fm>,
+ Roberto C. Sanchez <roberto@debian.org>,
+ Dominique Corbex <dominique@corbex.org>,
+ Teus Benschop <teusjannette@gmail.com>
+Standards-Version: 4.2.1
+Homepage: http://www.bibletime.info/
+Vcs-Git: https://salsa.debian.org/pkg-crosswire-team/bibletime
+Vcs-Browser: https://salsa.debian.org/pkg-crosswire-team/bibletime.git
+
+Package: bibletime
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ bibletime-data (=${source:Version})
+Provides: sword-frontend
+Description: bible study tool for Qt
+ BibleTime is a free and easy to use bible study tool.
+ It uses the Qt and SWORD software libraries.
+ BibleTime provides easy handling of digitized texts (Bibles, commentaries
+ and lexicons) and powerful features to work with these texts (search in
+ texts, write own notes, save, print etc.) in the SWORD module format.
+
+Package: bibletime-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: bibletime
+Conflicts: bibletime-i18n
+Replaces: bibletime-i18n
+Description: Documentation and data for bibletime, a bible study tool
+ BibleTime is a free and easy to use bible study tool.
+ .
+ This package contains the help, online documentation and data files
+ which BibleTime uses.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ec9db24
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,60 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 1999-2016, the BibleTime developers.
+ 1999-2014, the BibleTime developers.
+ 1999-2016, the BibleTime developers.
+License: GPL-2.0
+
+Files: debian/*
+Copyright: 2000-2017 Daniel Glassey <danglassey@yahoo.com>
+License: GPL-2+
+
+Files: docs/howto/*
+Copyright: 2000-2000 Bob Harman
+License: CC-BY-SA
+
+License: GPL-2.0
+ 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; version 2.
+ .
+ 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.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+License: GPL-2+
+ 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
+
+License: CC-BY-SA
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS
+ CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
+ PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK
+ OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+ .
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
+ TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
+ BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
+ CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
+ CONDITIONS.
+ .
+ The complete text of the Creative Commons Attribution-ShareAlike
+ License, version 3, can be found at
+ https://creativecommons.org/licenses/by-sa/3.0/legalcode
+
diff --git a/debian/patches/desktop_translation.patch b/debian/patches/desktop_translation.patch
new file mode 100644
index 0000000..fb66382
--- /dev/null
+++ b/debian/patches/desktop_translation.patch
@@ -0,0 +1,20 @@
+Description: fix wrongly encoded translations
+Author: Paul Martrenchar <pmartrenchar@gmail.com>
+
+--- a/cmake/platforms/linux/bibletime.desktop.cmake
++++ b/cmake/platforms/linux/bibletime.desktop.cmake
+@@ -1,12 +1,12 @@
+ [Desktop Entry]
+ Comment=An easy to use bible study tool
+ Comment[C]=An easy to use bible study tool
+-Comment[cs]=Snadno pouiteln n�troj pro studium Bible
++Comment[cs]=Snadno použitelný nástroj pro studium Bible
+ Comment[da]=Et letanvendeligt bibelstudieprogram
+ Comment[de]=Ein einfach zu benutzendes Bibelprogramm
+ Comment[et]=Lihtne Piibliuurimise vahend
+ Comment[fi]=Helppokäyttöinen raamatunlukuohjelmisto
+-Comment[fr]=Un outil d'éde biblique facile àtiliser
++Comment[fr]=Un outil d'étude biblique facile à utiliser
+ Comment[it]=Un semplice strumento per studiare la Bibbia
+ Exec=bibletime
+ Icon=bibletime
diff --git a/debian/patches/desktopkeywords.patch b/debian/patches/desktopkeywords.patch
new file mode 100644
index 0000000..e6fa7ae
--- /dev/null
+++ b/debian/patches/desktopkeywords.patch
@@ -0,0 +1,11 @@
+Description: add some keywords to desktop file
+Author: Daniel Glassey <wdg@debian.org>
+
+--- a/cmake/platforms/linux/bibletime.desktop.cmake
++++ b/cmake/platforms/linux/bibletime.desktop.cmake
+@@ -23,4 +23,5 @@
+ Terminal=false
+ Type=Application
+ Categories=X-Bible;X-Religion;Literature;Education;Dictionary;Qt;
++Keywords=bible;study;religion;literature;education;
+ DocPath=bibletime/handbook/index.html
diff --git a/debian/patches/mime_exec.patch b/debian/patches/mime_exec.patch
new file mode 100644
index 0000000..626c538
--- /dev/null
+++ b/debian/patches/mime_exec.patch
@@ -0,0 +1,13 @@
+Description: remove empty MimeType entry
+Author: Daniel Glassey <wdg@debian.org>
+
+--- a/cmake/platforms/linux/bibletime.desktop.cmake
++++ b/cmake/platforms/linux/bibletime.desktop.cmake
+@@ -10,7 +10,6 @@
+ Comment[it]=Un semplice strumento per studiare la Bibbia
+ Exec=bibletime
+ Icon=bibletime
+-MimeType=
+ Name=BibleTime @BT_VERSION@
+ Name[C]=BibleTime @BT_VERSION@
+ Name[cs]=BibleTime @BT_VERSION@
diff --git a/debian/patches/s390x-ftbfs.patch b/debian/patches/s390x-ftbfs.patch
new file mode 100644
index 0000000..86a23c5
--- /dev/null
+++ b/debian/patches/s390x-ftbfs.patch
@@ -0,0 +1,16 @@
+Description: build without pie, fixes FTBFS on s390x
+Author: Dimitri John Ledkov <dimitri.j.ledkov@linux.intel.com>
+
+Index: bibletime-2.10.1/CMakeLists.txt
+===================================================================
+--- bibletime-2.10.1.orig/CMakeLists.txt
++++ bibletime-2.10.1/CMakeLists.txt
+@@ -205,7 +205,7 @@ IF(MSVC)
+ SET(CMAKE_CXX_FLAGS_DEBUG "-DNO_DBUS -DSWUSINGDLL /MDd /Zc:wchar_t- /W1 /D_UNICODE /DUNICODE /Zc:wchar_t /Od")
+ SET(BibleTime_LDFLAGS "${BibleTime_LDFLAGS} /SUBSYSTEM:WINDOWS")
+ ELSE()
+- SET(BibleTime_CFLAGS "${BibleTime_CFLAGS} -Wextra -fpie -fexceptions")
++ SET(BibleTime_CFLAGS "${BibleTime_CFLAGS} -Wextra -fexceptions")
+ SET(CMAKE_CXX_FLAGS_RELEASE "-O2")
+ SET(CMAKE_CXX_FLAGS_DEBUG "-ggdb")
+ IF(APPLE)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fc4ff2a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,4 @@
+# s390x-ftbfs.patch
+# desktopkeywords.patch
+# mime_exec.patch
+# desktop_translation.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..51a8f85
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# Hardening
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+ dh $@ -Scmake --parallel
+
+override_dh_auto_test:
+ echo "Skip dh_auto_test because the tests rely on a display which is not there"
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ac6c748
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/bibletime/bibletime-([\d\.]+).tar.xz?