Imported Debian patch 2.8.1-1
authorJonathan Marsden <jmarsden@fastmail.fm>
Mon, 20 Jun 2011 05:40:22 +0000 (22:40 -0700)
committerRoberto C. Sanchez <roberto@connexer.com>
Wed, 22 Oct 2014 02:48:38 +0000 (22:48 -0400)
1  2 
debian/bibletime.install
debian/bibletime.manpages
debian/changelog
debian/control
debian/patches/01-fix-search-works-print-crash.patch
debian/patches/series
debian/rules
debian/source/format
debian/watch

index 94bf50640f4c53765ac5b928504266f42017fa35,0000000000000000000000000000000000000000..5858c8ae88686e788af9a709810945d45b466ef6
mode 100644,000000..100644
--- /dev/null
@@@ -1,3 -1,0 +1,5 @@@
 +usr/bin/
 +usr/share/applications/
 +usr/share/icons/
++debian/bibletime.xpm usr/share/bibletime
++debian/bibletime.xpm usr/share/pixmaps
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..85d91b06894a81cc5c6dea7cb3b11c530b007fb9
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,2 @@@
++docs/manpages/bibletime.1
++docs/manpages/bibletime.de.1
index 2177f839990a88d03d43934ea0443f231a6b9f14,0000000000000000000000000000000000000000..64ea1522b105eb38e72a1d2cf1cd4f2d90be3a16
mode 100644,000000..100644
--- /dev/null
@@@ -1,325 -1,0 +1,352 @@@
++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 --cc debian/control
index f74d62a060ce165b7ad33d7dafe7bfd3a7638c2b,0000000000000000000000000000000000000000..cf4294d89b80baf451639519c697d7f0ed6e6438
mode 100644,000000..100644
--- /dev/null
@@@ -1,36 -1,0 +1,35 @@@
- Build-Depends: bzip2, autotools-dev, quilt, patchutils (>= 0.2.25),
-  cdbs (>= 0.4.27), debhelper (>= 7), libsword-dev (> 1.5.11),
-  libqt4-dev (>= 4.4.0), libclucene-dev, poxml, libboost-dev, cmake, pkg-config,
-  zlib1g-dev, libcurl4-gnutls-dev
 +Source: bibletime
 +Section: kde
-  Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com>, 
++Build-Depends: quilt (>= 0.46-7~), debhelper (>= 7.0.50~),
++ libsword-dev (>= 1.5.11), libclucene-dev, poxml, libboost-dev, cmake,
++ pkg-config, zlib1g-dev, libcurl4-gnutls-dev, libqtwebkit-dev | libqt4-dev
 +Priority: optional
 +Maintainer: CrossWire Packages <pkg-crosswire-devel@lists.alioth.debian.org>
 +Uploaders: Daniel Glassey <wdg@debian.org>, 
- Standards-Version: 3.8.3
++ Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>, 
 + Jonathan Marsden <jmarsden@fastmail.fm>
- Description: A bible study tool for Qt
++Standards-Version: 3.9.2
 +Homepage: http://www.bibletime.info/
 +
 +Package: bibletime
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, libqtgui4 (>= 4.4.0), bibletime-data
 +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
 +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.
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..cedafc198659b765d93331f3588e8cd723d652d6
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,52 @@@
++Upstream git commit https://gitorious.org/bibletime/bibletime/commit/f22df940f92da55445c36e1334ab542addf690ff
++2011-05-15 Gary Holmlund <gary.holmlund@gmail.com>
++ * Fix crash when printing from Works pane of search dialog.
++Index: src/frontend/cexportmanager.cpp
++===================================================================
++--- a/src/frontend/cexportmanager.cpp 2011-06-19 21:35:46.000000000 -0700
+++++ b/src/frontend/cexportmanager.cpp 2011-06-19 21:35:58.000000000 -0700
++@@ -342,29 +342,27 @@
++     CPrinter::KeyTreeItem::Settings settings;
++     CPrinter::KeyTree tree;
++ 
++-    QString startKey, stopKey;
++     setProgressRange(list.Count());
++-
++-    list.setPosition(sword::TOP);
++-    while (!list.Error() && !progressWasCancelled()) {
++-        if (dynamic_cast<const sword::VerseKey&>(l) != 0) {
++-            const sword::VerseKey &vk = static_cast<const sword::VerseKey&>(l);
++-            startKey = QString::fromUtf8((const char*) vk.LowerBound());
++-            stopKey = QString::fromUtf8((const char*) vk.UpperBound());
+++    for (int i=0; i< list.Count(); i++) {
+++        const sword::SWKey* swKey = list.getElement(i);
+++        const sword::VerseKey* vKey = dynamic_cast<const sword::VerseKey*>(swKey);
+++        if (vKey != 0) {
+++            QString startKey = vKey->getText();
++             tree.append(new CTextRendering::KeyTreeItem(startKey,
++-                                                        stopKey,
++-                                                        module,
++-                                                        settings));
+++                startKey,
+++                module,
+++                settings));
++         }
++         else {
++-            startKey = QString::fromUtf8((const char*) * list);
++-            tree.append(new CTextRendering::KeyTreeItem(startKey,
++-                                                        module,
++-                                                        settings));
+++            QString key = swKey->getText();
+++            tree.append(new CTextRendering::KeyTreeItem(key,
+++                key,
+++                module,
+++                settings));
++         }
++-
++-        list.increment();
++         incProgress();
+++        if (progressWasCancelled())
+++            break;
++     }
++ 
++     QSharedPointer<CPrinter> printer(new CPrinter(0, displayOptions, filterOptions));
index 8b137891791fe96927ad78e64b0aad7bded08bdc,0000000000000000000000000000000000000000..011c4161028331557c2bb7175b355feffddae535
mode 100644,000000..100644
--- /dev/null
@@@ -1,1 -1,0 +1,1 @@@
++01-fix-search-works-print-crash.patch
diff --cc debian/rules
index 792e3e59183fb2abc17d82e926dc9722aa7bda86,0000000000000000000000000000000000000000..2fa5a43de02728f8a9d0daf3fa6ad70a09cd7b8a
mode 100755,000000..100755
--- /dev/null
@@@ -1,11 -1,0 +1,8 @@@
- include /usr/share/cdbs/1/rules/debhelper.mk
- include /usr/share/cdbs/1/class/cmake.mk
- include /usr/share/cdbs/1/rules/simple-patchsys.mk
- install/bibletime::
-       dh_install debian/bibletime.xpm usr/share/bibletime
-       dh_install debian/bibletime.xpm usr/share/pixmaps
-       dh_installman docs/manpages/bibletime.1
-       dh_installman --language=de docs/manpages/bibletime.de.1
 +#!/usr/bin/make -f
++ppa:=$(shell sed -n "1s/.*~.*/yes/p" debian/changelog)
 +
++%:
++      dh $@ --with quilt -Scmake --parallel
++override_dh_clean:
++      echo $(if $(ppa),"1.0","3.0 (quilt)") > debian/source/format
++      dh_clean
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..163aaf8d82b6c54f23c45f32895dbdfdcc27b047
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/watch
index 6fb159a3ce830c7f9fedb75765afb89970a63008,0000000000000000000000000000000000000000..086223e489326c1cd22437df9999cb0e25533882
mode 100644,000000..100644
--- /dev/null
@@@ -1,3 -1,0 +1,3 @@@
- http://sf.net/bibletime/bibletime-([\d\.]+).tar.gz
 +version=3
 +
++http://sf.net/bibletime/bibletime-([\d\.]+).tar.[bg]z2?