diff -Nru fbreader-0.8.17/build_packages.sh fbreader-0.10.7dfsg/build_packages.sh --- fbreader-0.8.17/build_packages.sh 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/build_packages.sh 2009-04-30 22:26:45.000000000 +0100 @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/bash version=`cat fbreader/VERSION` tmpdir=fbreader-$version @@ -14,11 +14,13 @@ prepare_nonGPL=false fi -if [ $# != 1 ]; then +if [ $# -lt 1 ]; then echo "usage:" echo " $0 [-non-GPL] " echo "or" echo " $0 [-non-GPL] all" + echo "or" + echo " $0 [-non-GPL] supported" echo "" echo "available architectures are:" for pkgtype in $distdir/*; do @@ -31,12 +33,15 @@ create_tmpdir() { mkdir $tmpdir - cp -r Makefile build_packages.sh zlibrary fbreader makefiles README.build $distdir $tmpdir + cp -r Makefile build_packages.sh zlibrary fbreader makefiles README.build distributions distributions-nonGPL $tmpdir rm -rf `find $tmpdir -name ".svn"` make -C $tmpdir distclean 1> /dev/null 2>&1 if [ "$prepare_nonGPL" == "true" ]; then pushd $tmpdir > /dev/null; + echo -en "Removing Arabic localization... "; + rm -rf fbreader/data/resources/ar.xml zlibrary/core/data/resources/ar.xml fbreader/data/help/MiniHelp.*.ar.fb2; + echo OK; echo -en "Removing Finnish localization... "; rm -rf fbreader/data/resources/fi.xml zlibrary/core/data/resources/fi.xml fbreader/data/help/MiniHelp.*.fi.fb2; echo OK; @@ -50,7 +55,7 @@ zip -dq zlibrary/text/data/hyphenationPatterns.zip id.pattern; echo OK; echo -en "Removing Qt-based interface... "; - rm -rf zlibrary/ui/src/qt zlibrary/ui/src/qt4 + rm -rf zlibrary/ui/src/opie zlibrary/ui/src/qtopia zlibrary/ui/src/qt zlibrary/ui/src/qt4 echo OK; popd > /dev/null; fi; @@ -70,7 +75,7 @@ /scratchbox/login sb-conf se SDK_ARM /scratchbox/login -d `pwd` $make_package ARCHITECTURE=$1 $2 ;; - maemo2) + maemo2|maemo3) /scratchbox/login sb-conf se SDK_ARMEL /scratchbox/login -d `pwd` $make_package ARCHITECTURE=$1 $2 ;; @@ -78,31 +83,35 @@ /scratchbox/login sb-conf se CHINOOK_ARMEL /scratchbox/login -d `pwd` $make_package ARCHITECTURE=$1 $2 ;; + maemo5) + /scratchbox/login sb-conf se FREMANTLE_X86 + /scratchbox/login -d `pwd` $make_package ARCHITECTURE=$1 $2 + ;; *) $make_package ARCHITECTURE=$1 $2 ;; esac; - mkdirhier $pkgdir/$1 + mkdir -p $pkgdir/$1 mv -f $tmpdir/*.deb $tmpdir/*.dsc $tmpdir/*.changes $tmpdir/*.tar.gz $pkgdir/$1 ;; ipk|debipk) $make_package ARCHITECTURE=$1 $2 - mkdirhier $pkgdir/$1 + mkdir -p $pkgdir/$1 mv -f $tmpdir/*.ipk $pkgdir/$1 ;; motopkg) $make_package ARCHITECTURE=$1 $2 - mkdirhier $pkgdir/$1 + mkdir -p $pkgdir/$1 mv -f $tmpdir/*.pkg $pkgdir/$1 ;; tarball) $make_package ARCHITECTURE=$1 $2 - mkdirhier $pkgdir/$1 + mkdir -p $pkgdir/$1 mv -f $tmpdir/*.tgz $pkgdir/$1 ;; nsi) $make_package ARCHITECTURE=$1 $2 - mkdirhier $pkgdir/$1 + mkdir -p $pkgdir/$1 mv -f $tmpdir/*.exe $pkgdir/$1 ;; *) @@ -119,16 +128,29 @@ done; done; remove_tmpdir +elif [ $1 == supported ]; then + create_tmpdir + build_package desktop debian + build_package maemo2 debian + build_package maemo3 debian + build_package maemo4 debian + build_package win32 nsi + build_package desktop tarball + build_package source tarball + remove_tmpdir else - archtype=`echo $1 | cut -d "-" -f 1`; - pkgtype=`echo $1 | cut -d "-" -f 2`; - extra=`echo $1 | cut -d "-" -f 3`; - - if [ "$pkgtype" != "" -a "$extra" == "" -a -d $distdir/$pkgtype/$archtype ]; then - create_tmpdir - build_package $archtype $pkgtype - remove_tmpdir - else - echo "unknown architecture: $1" - fi; + while [ $# -gt 0 ] ; do + archtype=`echo $1 | cut -d "-" -f 1`; + pkgtype=`echo $1 | cut -d "-" -f 2`; + extra=`echo $1 | cut -d "-" -f 3`; + + if [ "$pkgtype" != "" -a "$extra" == "" -a -d $distdir/$pkgtype/$archtype ]; then + create_tmpdir + build_package $archtype $pkgtype + remove_tmpdir + else + echo "unknown architecture: $1" + fi; + shift; + done; fi; diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/changelog /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/changelog --- fbreader-0.8.17/debian/changelog 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/changelog 2009-05-16 15:24:11.000000000 +0100 @@ -1,3 +1,144 @@ +fbreader (0.10.7dfsg-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes: + - Add a substvars hack to pull in libzlui-maemo on lpia, and libzlui + otherwise. + + -- Bhavani Shankar Sat, 16 May 2009 19:40:25 +0530 + +fbreader (0.10.7dfsg-1) unstable; urgency=low + + * New upstream release, some changes: + - 0.10.7: + - A conflict between hyperlink clicks and touch scrolling has + been fixed. + - In maemo versions, empty menu items have been hidden. + - 0.10.6: + - A bug with images/css links in epub has been fixed. All the links + inside XHTML files were interpreted relative to the root OPF location + instead of XHTML file location. As a result, some images were not shown + in epub books. + - 0.10.5: + - The migration tool from version 0.8.* has been fixed. After an upgrade + from 0.8.* to this version, the first opening of your library will take + some time. + - A freeze (on some PDB books with more than one page and images, and + using small font size) has been fixed. + - Several text selection related issues have been fixed. + - 0.10.4: + - Maemo support is back. + - Multiple fixes in the epub format support. + * debian/control: + - Re-introduced libzlui-maemo binary package. + - Different minor versions of the same ui packages ('libzlui-*') are + incompatible between each other but have the same name, and it can cause + problems on upgrades. This is not a reliable behavior, so now + 'libzlui-*' packages don't provide 'libzlui' virtual package anymore. + Binary package 'fbreader' now strictly depends on same or newer binary + versions of one of 'libzlui-*' packages. (Closes: #521136) + - Bumped 'Standards-Version' to 3.8.1, no changes needed. + * debian/rules: + - Uncommented building maemo binaries. + * debian/dfsg-repack: + - Corrected to output usage when the parameter is not given. + * debian/patches: + - 005-maemo-makefile.patch: refreshed. + - New 020-maemo-disable-libconic.patch: disable libconic-related parts of + the maemo UI. Libconic depends on closed source, not even available + software. + - New 200-maemo-gtkentryparameter.patch: remove tuning-only hildon calls + that Debian GTK+ libraries cannot (yet?) satisfy. + - 930-use-shell-make-variable.patch: refreshed. + - debian/patches/940-use-debian-compiler-flags.patch: refreshed. + + -- Eugene V. Lyubimkin Fri, 01 May 2009 00:28:06 +0300 + +fbreader (0.10.3dfsg-1) experimental; urgency=low + + * New upstream release, some changes: + - 0.10.3: + - Some issues related to multi-file tar, tar.gz and tar.bz2 archives + have been fixed. + - 0.10.2: + - Images order in mobipocket files has been corrected. + - Indonesian localization files have been updated. + * debian/dfsg-repack: + - Corrected to produce correct orig.tar.gz. + * debian/patches: + - 005-maemo-makefile.patch: + - Refreshed. + + -- Eugene V. Lyubimkin Fri, 27 Feb 2009 21:26:25 +0200 + +fbreader (0.10.1dfsg-1) experimental; urgency=low + + * Repacked upstream tarball, removed non-DFSG hyphenation patterns (el, fi, + tr languages). See also README.source. + * debian/README.source: + - Added with reasons of excluding hyphenation patterns from upstream + tarball. + * debian/copyright: + - Renewed copyrights, thanks to Frank Lichtenheld. + - Fixed GPLv2 license path on Debian systems. + - Mentioned all Debian packaging contributors. + - Provided full license and copyright info for hyphenation patterns. + + -- Eugene V. Lyubimkin Wed, 04 Feb 2009 22:59:58 +0200 + +fbreader (0.10.1-1) experimental; urgency=low + + * New upstream release, some changes: + - Fixed never-ending loop under certain conditions when operating with + library and settings. + * debian/patches: + - 200-typo-in-searchonnetworkaction.patch: removed, went upstream. + + -- Eugene V. Lyubimkin Sun, 18 Jan 2009 16:06:20 +0200 + +fbreader (0.10.0-1) experimental; urgency=low + + * New upstream release, some changes: + - Searching and downloading books from www.feedbooks.com and + www.litres.ru. + - Partial CSS support for Epub files. + - Improved support for Epub and Mobipocket book formats. + - Added support for right-to-left languages and bidirectional text. + - Added Czech localization. + * debian/rules: + - Removed some old dh_makeshlibs magic for libzlcore and libzltext. + - Temporarily removed libzlui-maemo binary package until maemo support is + ready. + - Added build-deps: libfribidi-dev, libcurl4-gnutls-dev. + * debian/control: + - Bumped liblinebreak dependency version to 1.0. + - Made qt4 interface for fbreader the default one for new installs. + - Updated library binary package names '0.9' -> '0.10'. + - Removed some obsolete Conflicts and Replaces for libzlcore0.10 and + libzltext0.10. + - As GTK2 UI cannot substitute fonts, added Suggests on 'ttf-unifont' + for libzlui-gtk package. (Closes: #502040) + - Wrote up better short descriptions, modified a bit long description + for libzltext0.10. (Closes: #493616) + - Improved long description for the libzlcore-data package. + - Advanced fbreader long description according to new release. + - Added {misc:Depends} to Depends of all packages, fixing lintian + warnings. + - Removed duplicated 'Priority' fields from binary packages' entries. + - Divided architecture-independent data from package libzltext0.10 to its + own binary package (liblztext-data) as it leads to conflict problems + being in library package along .so files. + - Set DM-Upload-Allowed flag. + * debian/patches: + - 010-add-missing-headers.patch: deleted, went upstream. + - 100-fix-centering-with-margins.patch: deleted, went upstream. + - 910-remove-deprecated-fields-in-desktop-file.patch: deleted, went + upstream. + - New 200-typo-in-searchonnetworkaction.patch, cherry-picked from + upstream. + - Added comments to all Debian patches. + + -- Eugene V. Lyubimkin Tue, 13 Jan 2009 22:19:32 +0200 + fbreader (0.8.17-12ubuntu1) jaunty; urgency=low * Merge from debian unstable, remaining changes (LP: #317726): diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/control /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/control --- fbreader-0.8.17/debian/control 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/control 2009-05-16 15:24:11.000000000 +0100 @@ -3,15 +3,20 @@ Priority: optional Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Eugene V. Lyubimkin -Standards-Version: 3.8.0 -Build-Depends: debhelper (>= 7), libgtk2.0-dev, libqt3-mt-dev, libqt4-dev, libexpat1-dev, libbz2-dev, libz-dev, libhildon-1-dev, libosso-dev, liblinebreak-dev (>= 0.9.6-3), quilt (>= 0.24) +DM-Upload-Allowed: yes +Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 7), libgtk2.0-dev, libqt3-mt-dev, libqt4-dev, + libexpat1-dev, libbz2-dev, libz-dev, libhildon-1-dev, libosso-dev, + liblinebreak-dev (>= 1.0), libfribidi-dev, libcurl4-gnutls-dev, + quilt (>= 0.24) Homepage: http://www.fbreader.org/ Package: fbreader -Priority: optional Architecture: any Replaces: fbreader-gtk, fbreader-qt, fbreader-qt4 -Depends: ${shlibs:Depends}, ${libzlui:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, + libzlui-qt4 (>= ${binary:Version}) | libzlui-gtk (>= ${binary:Version}) | + libzlui-qt3 (>= ${binary:Version}) | libzlui-maemo (>= ${binary:Version}) Description: e-book reader FBReader is an e-book reader. . @@ -27,15 +32,15 @@ * keeps the last open book and the last read positions for all open books between runs * automatic hyphenation (patterns for several languages are included) + * searching and downloading books from www.feedbooks.com and www.litres.ru + * partial CSS support for epub files -Package: libzlcore0.9 +Package: libzlcore0.10 Section: libs -Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore-data (>= ${binary:Version}) -Conflicts: fbreader-gtk, fbreader-qt, fbreader-qt4, libzlcore (<< 0.8.17-12) -Replaces: libzlcore (<< 0.8.17-12) -Description: ZLibrary core +Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore-data (>= ${binary:Version}) +Conflicts: fbreader-gtk, fbreader-qt, fbreader-qt4 +Description: ZLibrary cross-platform development library (shared library) This is the core of ZLibrary, the library that the fbreader e-book reader is based on. . @@ -44,36 +49,47 @@ Package: libzlcore-data Section: libs -Priority: optional Architecture: all +Depends: ${misc:Depends} Conflicts: libzlcore (<< 0.8.17-12) Replaces: libzlcore (<< 0.8.17-12) -Description: ZLibrary core - This is the core of ZLibrary, the library that the fbreader e-book reader - is based on. +Description: ZLibrary cross-platform development library (support files) + This package contains the support files for the core of ZLibrary, the library + that the fbreader e-book reader is based on. . ZLibrary is a cross-platform library to build applications running on desktop Linux, Windows, different Linux-based PDAs using this library. -Package: libzltext0.9 +Package: libzltext0.10 Section: libs -Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore0.9 (= ${binary:Version}) -Conflicts: libzltext (<< 0.8.17-12) -Replaces: libzltext (<< 0.8.17-12) -Description: ZLibrary text model/viewer - This package provides text model/viewer part of ZLibrary. +Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.10 (= ${binary:Version}), + libzltext-data (>= ${binary:Version}) +Description: ZLibrary text model/viewer part (shared library) + This package provides text model/viewer part of ZLibrary. See also + libzlcore0.10 package. + . + ZLibrary is a cross-platform library to build applications running on desktop + Linux, Windows, different Linux-based PDAs using this library. + +Package: libzltext-data +Section: libs +Architecture: all +Depends: ${misc:Depends} +Conflicts: libzltext, libzltext0.9 +Replaces: libzltext, libzltext0.9 +Description: ZLibrary text model/viewer part (support files) + This package contains the support files for the text model/viewer part + of ZLibrary. See also libzltext0.10 package. . ZLibrary is a cross-platform library to build applications running on desktop Linux, Windows, different Linux-based PDAs using this library. Package: libzlui-gtk Section: libs -Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore0.9 (= ${binary:Version}) -Provides: libzlui +Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.10 (= ${binary:Version}) +Suggests: ttf-unifont Description: GTK+ interface module for ZLibrary This package provides a GTK+-based UI for ZLibrary. . @@ -82,10 +98,8 @@ Package: libzlui-qt Section: libs -Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore0.9 (= ${binary:Version}) -Provides: libzlui +Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.10 (= ${binary:Version}) Description: Qt3 interface module for ZLibrary This package provides a Qt3-based UI for ZLibrary. . @@ -94,10 +108,8 @@ Package: libzlui-qt4 Section: libs -Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore0.9 (= ${binary:Version}) -Provides: libzlui +Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.10 (= ${binary:Version}) Description: Qt4 interface module for ZLibrary This package provides a Qt4-based UI for ZLibrary. . @@ -108,8 +120,7 @@ Section: libs Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore0.9 (= ${binary:Version}) -Provides: libzlui +Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.10 (= ${binary:Version}) Description: Maemo interface module for ZLibrary This package provides a maemo-based UI for ZLibrary. . @@ -118,10 +129,9 @@ Package: libzlcore-dev Section: libdevel -Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore0.9 (= ${binary:Version}) -Description: ZLibrary core - development files +Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.10 (= ${binary:Version}) +Description: ZLibrary cross-platform development library (development files) This package contains development files for the ZLibrary core. . ZLibrary is a cross-platform library to build applications running on desktop @@ -129,10 +139,9 @@ Package: libzltext-dev Section: libdevel -Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzltext0.9 (= ${binary:Version}) -Description: ZLibrary text model/viewer - development files +Depends: ${misc:Depends}, ${shlibs:Depends}, libzltext0.10 (= ${binary:Version}) +Description: ZLibrary text model/viewer part (development files) This package contains development files for the ZLibrary text model/viewer library. . diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/copyright /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/copyright --- fbreader-0.8.17/debian/copyright 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/copyright 2009-05-16 15:24:11.000000000 +0100 @@ -1,6 +1,9 @@ This is the Debian prepackaged version of FBReader. -It was originally Debianised by Nikolay Pultsin . +It was originally Debianised by Nikolay Pultsin , and +later modified and improved by Joey Hess and +Eugene V. Lyubimkin . + Sources are downloaded from its website at: http://www.fbreader.org/ @@ -8,7 +11,7 @@ It is copyright as follows: /* - * Copyright (C) 2004-2008 Nikolay Pultsin + * Copyright (C) 2004-2009 Geometer Plus * * 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 @@ -26,10 +29,12 @@ * 02110-1301, USA. */ -On Debian systems, the full text of the GPL can be found in -/usr/share/common-licenses/GPL +On Debian systems, the full text of the GPLv2 can be found in +/usr/share/common-licenses/GPL-2. + -It also includes html entity files with these licenses: +Html entity files (fbreader/data/formats/docbook/*.ent) with +these licenses: + + +Hyphenation patterns (zlibrary/text/data/hyphenationPatterns.zip): + +Files fi.pattern, tr.pattern, el.pattern were removed from upstream tarball. +Check README.source to see why. You can reproduce removing procedure by using +script debian/dfsg-repack. + + +Files: cs.pattern +License: GPLv2+. + +Files: en.pattern +License: specific (follows) + +% Unlimited copying and redistribution of this file are permitted as long +% as this file is not modified. Modifications are permitted, but only if +% the resulting file is not named hyphen.tex. + +Files: de-traditional.pattern +License: Latex Project Public License 1+ +Copyrights: + +% Copyright (C) 1988,1991 Rechenzentrum der Ruhr-Universitaet Bochum +% [german hyphen patterns] +% Copyright (C) 1993,1994,1999 Bernd Raichle/DANTE e.V. +% [macros, adaption for TeX 2] +% + +Files: de.pattern +License: Latex Project Public License 1+ +Copyrights: + +% Copyright (C) 1988,1991 Rechenzentrum der Ruhr-Universitaet Bochum +% [german hyphen patterns] +% Copyright (C) 1993,1994,1999 Bernd Raichle/DANTE e.V. +% [macros, adaption for TeX 2] +% Copyright (C) 1998-2001 Walter Schmidt +% [adaption to new German orthography] +% + +Files: eo.pattern +License: Latex Project Public License 1+ +Copyrights: Copyright (C) 1999 Sergei B. Pokrovsky + +Files: es.pattern +License: Latex Project Public License +Copyrights: + +% (c) Javier Bezos 1993 1997. +% (c) Javier Bezos and CervanTeX 2001-2006 +% Some parts, (c) by Francesc Carmona + +Files: fr.pattern +License: specific (follows) + +% This file is available for free and can used and redistributed +% asis for free. Modified versions should have another name. + +Files: id.pattern +License: GPLv2 +Copyrights: (c) Copyright 1996, 1997 J\"org Knappen and Terry Mart + +Files: it.pattern +License: LGPLv2.1+ +Copyrights: Copyright 1998, 2007 Claudio Beccari + +Files: no.pattern: +Copyrights: Copyright (C) 2004, 2005 Rune Kleveland, Ole Michael Selberg. +License: specific (follows) + +% Copying and distribution of this file, with or without modification, +% are permitted in any medium without royalty provided the copyright +% notice and this notice are preserved. + +Files: pt.pattern: +License: Latex Project Public License 1+ +Copyrights: + +% (C) 1996 by Pedro J. de Rezende (rezende@dcc.unicamp.br) +% and J.Joao Dias Almeida (jj@di.uminho.pt) +% Version: 1.2 Release date: 21/07/96 +% +% (C) 1994 by Pedro J. de Rezende (rezende@dcc.unicamp.br) +% Version: 1.1 Release date: 04/12/94 +% +% (C) 1987 by Pedro J. de Rezende +% Version: 1.0 Release date: 02/13/87 + +Files: sv.pattern +License: Latex Project Public License 1.2+ +Copyrights: Copyright 1994 by Jan Michael Rynning. All rights reserved. + +Files: uk.pattern +License: Latex Project Public License 1+ +Copyrights: Copyright 1999 Andrij Shvaika + +Files: ru.pattern +License: Latex Project Public License 1.2+ +Copyrights: Copyright 1999-2003 Alexander I. Lebedev + + +The LaTeX Project Public License +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + +LPPL Version 1.3c 2008-05-04 + +Copyright 1999 2002-2008 LaTeX3 Project + Everyone is allowed to distribute verbatim copies of this + license document, but modification of it is not allowed. + + +PREAMBLE +======== + +The LaTeX Project Public License (LPPL) is the primary license under +which the LaTeX kernel and the base LaTeX packages are distributed. + +You may use this license for any work of which you hold the copyright +and which you wish to distribute. This license may be particularly +suitable if your work is TeX-related (such as a LaTeX package), but +it is written in such a way that you can use it even if your work is +unrelated to TeX. + +The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE', +below, gives instructions, examples, and recommendations for authors +who are considering distributing their works under this license. + +This license gives conditions under which a work may be distributed +and modified, as well as conditions under which modified versions of +that work may be distributed. + +We, the LaTeX3 Project, believe that the conditions below give you +the freedom to make and distribute modified versions of your work +that conform with whatever technical specifications you wish while +maintaining the availability, integrity, and reliability of +that work. If you do not see how to achieve your goal while +meeting these conditions, then read the document `cfgguide.tex' +and `modguide.tex' in the base LaTeX distribution for suggestions. + + +DEFINITIONS +=========== + +In this license document the following terms are used: + + `Work' + Any work being distributed under this License. + + `Derived Work' + Any work that under any applicable law is derived from the Work. + + `Modification' + Any procedure that produces a Derived Work under any applicable + law -- for example, the production of a file containing an + original file associated with the Work or a significant portion of + such a file, either verbatim or with modifications and/or + translated into another language. + + `Modify' + To apply any procedure that produces a Derived Work under any + applicable law. + + `Distribution' + Making copies of the Work available from one person to another, in + whole or in part. Distribution includes (but is not limited to) + making any electronic components of the Work accessible by + file transfer protocols such as FTP or HTTP or by shared file + systems such as Sun's Network File System (NFS). + + `Compiled Work' + A version of the Work that has been processed into a form where it + is directly usable on a computer system. This processing may + include using installation facilities provided by the Work, + transformations of the Work, copying of components of the Work, or + other activities. Note that modification of any installation + facilities provided by the Work constitutes modification of the Work. + + `Current Maintainer' + A person or persons nominated as such within the Work. If there is + no such explicit nomination then it is the `Copyright Holder' under + any applicable law. + + `Base Interpreter' + A program or process that is normally needed for running or + interpreting a part or the whole of the Work. + + A Base Interpreter may depend on external components but these + are not considered part of the Base Interpreter provided that each + external component clearly identifies itself whenever it is used + interactively. Unless explicitly specified when applying the + license to the Work, the only applicable Base Interpreter is a + `LaTeX-Format' or in the case of files belonging to the + `LaTeX-format' a program implementing the `TeX language'. + + + +CONDITIONS ON DISTRIBUTION AND MODIFICATION +=========================================== + +1. Activities other than distribution and/or modification of the Work +are not covered by this license; they are outside its scope. In +particular, the act of running the Work is not restricted and no +requirements are made concerning any offers of support for the Work. + +2. You may distribute a complete, unmodified copy of the Work as you +received it. Distribution of only part of the Work is considered +modification of the Work, and no right to distribute such a Derived +Work may be assumed under the terms of this clause. + +3. You may distribute a Compiled Work that has been generated from a +complete, unmodified copy of the Work as distributed under Clause 2 +above, as long as that Compiled Work is distributed in such a way that +the recipients may install the Compiled Work on their system exactly +as it would have been installed if they generated a Compiled Work +directly from the Work. + +4. If you are the Current Maintainer of the Work, you may, without +restriction, modify the Work, thus creating a Derived Work. You may +also distribute the Derived Work without restriction, including +Compiled Works generated from the Derived Work. Derived Works +distributed in this manner by the Current Maintainer are considered to +be updated versions of the Work. + +5. If you are not the Current Maintainer of the Work, you may modify +your copy of the Work, thus creating a Derived Work based on the Work, +and compile this Derived Work, thus creating a Compiled Work based on +the Derived Work. + +6. If you are not the Current Maintainer of the Work, you may +distribute a Derived Work provided the following conditions are met +for every component of the Work unless that component clearly states +in the copyright notice that it is exempt from that condition. Only +the Current Maintainer is allowed to add such statements of exemption +to a component of the Work. + + a. If a component of this Derived Work can be a direct replacement + for a component of the Work when that component is used with the + Base Interpreter, then, wherever this component of the Work + identifies itself to the user when used interactively with that + Base Interpreter, the replacement component of this Derived Work + clearly and unambiguously identifies itself as a modified version + of this component to the user when used interactively with that + Base Interpreter. + + b. Every component of the Derived Work contains prominent notices + detailing the nature of the changes to that component, or a + prominent reference to another file that is distributed as part + of the Derived Work and that contains a complete and accurate log + of the changes. + + c. No information in the Derived Work implies that any persons, + including (but not limited to) the authors of the original version + of the Work, provide any support, including (but not limited to) + the reporting and handling of errors, to recipients of the + Derived Work unless those persons have stated explicitly that + they do provide such support for the Derived Work. + + d. You distribute at least one of the following with the Derived Work: + + 1. A complete, unmodified copy of the Work; + if your distribution of a modified component is made by + offering access to copy the modified component from a + designated place, then offering equivalent access to copy + the Work from the same or some similar place meets this + condition, even though third parties are not compelled to + copy the Work along with the modified component; + + 2. Information that is sufficient to obtain a complete, + unmodified copy of the Work. + +7. If you are not the Current Maintainer of the Work, you may +distribute a Compiled Work generated from a Derived Work, as long as +the Derived Work is distributed to all recipients of the Compiled +Work, and as long as the conditions of Clause 6, above, are met with +regard to the Derived Work. + +8. The conditions above are not intended to prohibit, and hence do not +apply to, the modification, by any method, of any component so that it +becomes identical to an updated version of that component of the Work as +it is distributed by the Current Maintainer under Clause 4, above. + +9. Distribution of the Work or any Derived Work in an alternative +format, where the Work or that Derived Work (in whole or in part) is +then produced by applying some process to that format, does not relax or +nullify any sections of this license as they pertain to the results of +applying that process. + +10. a. A Derived Work may be distributed under a different license + provided that license itself honors the conditions listed in + Clause 6 above, in regard to the Work, though it does not have + to honor the rest of the conditions in this license. + + b. If a Derived Work is distributed under a different license, that + Derived Work must provide sufficient documentation as part of + itself to allow each recipient of that Derived Work to honor the + restrictions in Clause 6 above, concerning changes from the Work. + +11. This license places no restrictions on works that are unrelated to +the Work, nor does this license place any restrictions on aggregating +such works with the Work by any means. + +12. Nothing in this license is intended to, or may be used to, prevent +complete compliance by all parties with all applicable laws. + + +NO WARRANTY +=========== + +There is no warranty for the Work. Except when otherwise stated in +writing, the Copyright Holder provides the Work `as is', without +warranty of any kind, either expressed or implied, including, but not +limited to, the implied warranties of merchantability and fitness for a +particular purpose. The entire risk as to the quality and performance +of the Work is with you. Should the Work prove defective, you assume +the cost of all necessary servicing, repair, or correction. + +In no event unless required by applicable law or agreed to in writing +will The Copyright Holder, or any author named in the components of the +Work, or any other party who may distribute and/or modify the Work as +permitted above, be liable to you for damages, including any general, +special, incidental or consequential damages arising out of any use of +the Work or out of inability to use the Work (including, but not limited +to, loss of data, data being rendered inaccurate, or losses sustained by +anyone as a result of any failure of the Work to operate with any other +programs), even if the Copyright Holder or said author or said other +party has been advised of the possibility of such damages. + + +MAINTENANCE OF THE WORK +======================= + +The Work has the status `author-maintained' if the Copyright Holder +explicitly and prominently states near the primary copyright notice in +the Work that the Work can only be maintained by the Copyright Holder +or simply that it is `author-maintained'. + +The Work has the status `maintained' if there is a Current Maintainer +who has indicated in the Work that they are willing to receive error +reports for the Work (for example, by supplying a valid e-mail +address). It is not required for the Current Maintainer to acknowledge +or act upon these error reports. + +The Work changes from status `maintained' to `unmaintained' if there +is no Current Maintainer, or the person stated to be Current +Maintainer of the work cannot be reached through the indicated means +of communication for a period of six months, and there are no other +significant signs of active maintenance. + +You can become the Current Maintainer of the Work by agreement with +any existing Current Maintainer to take over this role. + +If the Work is unmaintained, you can become the Current Maintainer of +the Work through the following steps: + + 1. Make a reasonable attempt to trace the Current Maintainer (and + the Copyright Holder, if the two differ) through the means of + an Internet or similar search. + + 2. If this search is successful, then enquire whether the Work + is still maintained. + + a. If it is being maintained, then ask the Current Maintainer + to update their communication data within one month. + + b. If the search is unsuccessful or no action to resume active + maintenance is taken by the Current Maintainer, then announce + within the pertinent community your intention to take over + maintenance. (If the Work is a LaTeX work, this could be + done, for example, by posting to comp.text.tex.) + + 3a. If the Current Maintainer is reachable and agrees to pass + maintenance of the Work to you, then this takes effect + immediately upon announcement. + + b. If the Current Maintainer is not reachable and the Copyright + Holder agrees that maintenance of the Work be passed to you, + then this takes effect immediately upon announcement. + + 4. If you make an `intention announcement' as described in 2b. above + and after three months your intention is challenged neither by + the Current Maintainer nor by the Copyright Holder nor by other + people, then you may arrange for the Work to be changed so as + to name you as the (new) Current Maintainer. + + 5. If the previously unreachable Current Maintainer becomes + reachable once more within three months of a change completed + under the terms of 3b) or 4), then that Current Maintainer must + become or remain the Current Maintainer upon request provided + they then update their communication data within one month. + +A change in the Current Maintainer does not, of itself, alter the fact +that the Work is distributed under the LPPL license. + +If you become the Current Maintainer of the Work, you should +immediately provide, within the Work, a prominent and unambiguous +statement of your status as Current Maintainer. You should also +announce your new status to the same pertinent community as +in 2b) above. + + +WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE +====================================================== + +This section contains important instructions, examples, and +recommendations for authors who are considering distributing their +works under this license. These authors are addressed as `you' in +this section. + +Choosing This License or Another License +---------------------------------------- + +If for any part of your work you want or need to use *distribution* +conditions that differ significantly from those in this license, then +do not refer to this license anywhere in your work but, instead, +distribute your work under a different license. You may use the text +of this license as a model for your own license, but your license +should not refer to the LPPL or otherwise give the impression that +your work is distributed under the LPPL. + +The document `modguide.tex' in the base LaTeX distribution explains +the motivation behind the conditions of this license. It explains, +for example, why distributing LaTeX under the GNU General Public +License (GPL) was considered inappropriate. Even if your work is +unrelated to LaTeX, the discussion in `modguide.tex' may still be +relevant, and authors intending to distribute their works under any +license are encouraged to read it. + +A Recommendation on Modification Without Distribution +----------------------------------------------------- + +It is wise never to modify a component of the Work, even for your own +personal use, without also meeting the above conditions for +distributing the modified component. While you might intend that such +modifications will never be distributed, often this will happen by +accident -- you may forget that you have modified that component; or +it may not occur to you when allowing others to access the modified +version that you are thus distributing it and violating the conditions +of this license in ways that could have legal implications and, worse, +cause problems for the community. It is therefore usually in your +best interest to keep your copy of the Work identical with the public +one. Many works provide ways to control the behavior of that work +without altering any of its licensed components. + +How to Use This License +----------------------- + +To use this license, place in each of the components of your work both +an explicit copyright notice including your name and the year the work +was authored and/or last substantially modified. Include also a +statement that the distribution and/or modification of that +component is constrained by the conditions in this license. + +Here is an example of such a notice and statement: + + %% pig.dtx + %% Copyright 2005 M. Y. Name + % + % This work may be distributed and/or modified under the + % conditions of the LaTeX Project Public License, either version 1.3 + % of this license or (at your option) any later version. + % The latest version of this license is in + % http://www.latex-project.org/lppl.txt + % and version 1.3 or later is part of all distributions of LaTeX + % version 2005/12/01 or later. + % + % This work has the LPPL maintenance status `maintained'. + % + % The Current Maintainer of this work is M. Y. Name. + % + % This work consists of the files pig.dtx and pig.ins + % and the derived file pig.sty. + +Given such a notice and statement in a file, the conditions +given in this license document would apply, with the `Work' referring +to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being +generated from `pig.dtx' using `pig.ins'), the `Base Interpreter' +referring to any `LaTeX-Format', and both `Copyright Holder' and +`Current Maintainer' referring to the person `M. Y. Name'. + +If you do not want the Maintenance section of LPPL to apply to your +Work, change `maintained' above into `author-maintained'. +However, we recommend that you use `maintained', as the Maintenance +section was added in order to ensure that your Work remains useful to +the community even when you can no longer maintain and support it +yourself. + +Derived Works That Are Not Replacements +--------------------------------------- + +Several clauses of the LPPL specify means to provide reliability and +stability for the user community. They therefore concern themselves +with the case that a Derived Work is intended to be used as a +(compatible or incompatible) replacement of the original Work. If +this is not the case (e.g., if a few lines of code are reused for a +completely different task), then clauses 6b and 6d shall not apply. + + +Important Recommendations +------------------------- + + Defining What Constitutes the Work + + The LPPL requires that distributions of the Work contain all the + files of the Work. It is therefore important that you provide a + way for the licensee to determine which files constitute the Work. + This could, for example, be achieved by explicitly listing all the + files of the Work near the copyright notice of each file or by + using a line such as: + + % This work consists of all files listed in manifest.txt. + + in that place. In the absence of an unequivocal list it might be + impossible for the licensee to determine what is considered by you + to comprise the Work and, in such a case, the licensee would be + entitled to make reasonable conjectures as to which files comprise + the Work. + + +LGPLv2.1 clause: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the full text of the LGPLv2.1 can be found in +/usr/share/common-licenses/LGPL-2.1. diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/dfsg-repack /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/dfsg-repack --- fbreader-0.8.17/debian/dfsg-repack 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/dfsg-repack 2009-05-16 15:24:11.000000000 +0100 @@ -0,0 +1,28 @@ +#!/bin/sh + +set -e + +# This script removes non-dfsg files from upstream tarball. +# Requires package 'zip' to be installed + +ORIG_TARBALL=$1 +if [ -z $ORIG_TARBALL ]; then + echo "Usage: $0 " + exit 1 +fi +ZIP_FILE=zlibrary/text/data/hyphenationPatterns.zip + +REPACK_DIR=./tmp-fbreader-repack +mkdir -p $REPACK_DIR + +tar -C $REPACK_DIR -xzf $ORIG_TARBALL +UPSTREAM_DIR=`ls -1 $REPACK_DIR/`; \ +(cd $REPACK_DIR && \ + zip -d $UPSTREAM_DIR/$ZIP_FILE "el.pattern" "fi.pattern" "tr.pattern"; \ + mv $UPSTREAM_DIR ${UPSTREAM_DIR}.orig; +) + +tar -C $REPACK_DIR -cf - ${UPSTREAM_DIR}.orig | + gzip --best -c > $ORIG_TARBALL.dfsg + +rm -r $REPACK_DIR diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/libzlcore0.10.dirs /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/libzlcore0.10.dirs --- fbreader-0.8.17/debian/libzlcore0.10.dirs 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/libzlcore0.10.dirs 2009-05-16 15:24:11.000000000 +0100 @@ -0,0 +1 @@ +usr/lib diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/libzlcore0.9.dirs /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/libzlcore0.9.dirs --- fbreader-0.8.17/debian/libzlcore0.9.dirs 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/libzlcore0.9.dirs 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -usr/lib diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/libzltext0.10.dirs /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/libzltext0.10.dirs --- fbreader-0.8.17/debian/libzltext0.10.dirs 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/libzltext0.10.dirs 2009-05-16 15:24:11.000000000 +0100 @@ -0,0 +1 @@ +usr/lib diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/libzltext-data.dirs /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/libzltext-data.dirs --- fbreader-0.8.17/debian/libzltext-data.dirs 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/libzltext-data.dirs 2009-05-16 15:24:11.000000000 +0100 @@ -0,0 +1 @@ +usr/share/zlibrary diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/005-maemo-makefile.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/005-maemo-makefile.patch --- fbreader-0.8.17/debian/patches/005-maemo-makefile.patch 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/005-maemo-makefile.patch 2009-05-16 15:24:11.000000000 +0100 @@ -1,11 +1,14 @@ ---- fbreader-0.8.17.orig/makefiles/arch/maemo.mk -+++ fbreader-0.8.17/makefiles/arch/maemo.mk -@@ -13,7 +13,7 @@ - - LD = g++ - ifeq "$(UI_TYPE)" "maemo4" +Removes '-mthumb' from CFLAGS. +Index: fbreader/makefiles/arch/maemo.mk +=================================================================== +--- fbreader.orig/makefiles/arch/maemo.mk 2009-03-29 18:28:31.030047755 +0300 ++++ fbreader/makefiles/arch/maemo.mk 2009-03-29 18:28:55.138987438 +0300 +@@ -17,7 +17,7 @@ + GTKINCLUDE = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DMAEMO_CHANGES -I/usr/include/hildon-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/conic + UILIBS = -lhildon-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -lfreetype -lz -lfontconfig -lpng12 -lXrender -lX11 -losso -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lconic + else ifeq "$(UI_TYPE)" "maemo4" - CFLAGS = -pipe -fno-exceptions -fno-rtti -Wall -Wno-ctor-dtor-privacy -W -pthread -mthumb -DMAEMO_VERSION=4 + CFLAGS = -pipe -fno-exceptions -fno-rtti -Wall -Wno-ctor-dtor-privacy -W -pthread -DMAEMO_VERSION=4 - GTKINCLUDE = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DMAEMO_CHANGES -I/usr/include/hildon-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include - UILIBS = -lhildon-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -lfreetype -lz -lfontconfig -lpng12 -lXrender -lX11 -losso -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 - else # ifeq "$(UI_TYPE)" "maemo2" + GTKINCLUDE = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DMAEMO_CHANGES -I/usr/include/hildon-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/conic + UILIBS = -lhildon-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -lfreetype -lz -lfontconfig -lpng12 -lXrender -lX11 -losso -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lconic + else # ifeq "$(UI_TYPE)" "maemo2/3" diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/010-add-missing-headers.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/010-add-missing-headers.patch --- fbreader-0.8.17/debian/patches/010-add-missing-headers.patch 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/010-add-missing-headers.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- fbreader-0.8.17.orig/zlibrary/ui/src/maemo/library/ZLibrary.cpp -+++ fbreader-0.8.17/zlibrary/ui/src/maemo/library/ZLibrary.cpp -@@ -18,6 +18,7 @@ - */ - - #include -+#include - - #include - #include diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/020-maemo-disable-libconic.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/020-maemo-disable-libconic.patch --- fbreader-0.8.17/debian/patches/020-maemo-disable-libconic.patch 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/020-maemo-disable-libconic.patch 2009-05-16 15:24:11.000000000 +0100 @@ -0,0 +1,55 @@ +Disable the code related to libconic, we have no change to build libconic library. +Index: fbreader/zlibrary/ui/Makefile +=================================================================== +--- fbreader.orig/zlibrary/ui/Makefile 2009-05-01 00:00:58.003796550 +0300 ++++ fbreader/zlibrary/ui/Makefile 2009-05-01 00:07:57.354811621 +0300 +@@ -57,10 +57,6 @@ + GTKSUBDIRS = src/gtk/time src/maemo/dialogs src/maemo/optionView src/maemo/view src/gtk/image src/gtk/util src/maemo/application src/maemo/library src/gtk/filesystem src/maemo/message src/gtk/pixbuf + endif + +-ifeq "<$(UI_TYPE)>" "$(findstring <$(UI_TYPE)>, )" +- GTKSUBDIRS += src/maemo/network +-endif +- + ifeq "$(UI_TYPE)" "win32" + SUBDIRS += src/win32/view src/win32/w32widgets src/win32/dialogs src/win32/application src/win32/image src/win32/library src/win32/time src/win32/message + endif +Index: fbreader/zlibrary/ui/src/maemo/library/ZLibrary.cpp +=================================================================== +--- fbreader.orig/zlibrary/ui/src/maemo/library/ZLibrary.cpp 2009-05-01 00:06:48.826806384 +0300 ++++ fbreader/zlibrary/ui/src/maemo/library/ZLibrary.cpp 2009-05-01 00:07:01.958794310 +0300 +@@ -36,9 +36,6 @@ + #include "../message/ZLMaemoMessage.h" + #include "../../../../core/src/unix/xmlconfig/XMLConfig.h" + #include "../../../../core/src/unix/iconv/IConvEncodingConverter.h" +-#if MAEMO_VERSION > 2 +-#include "../network/ZLMaemoNetworkManager.h" +-#endif + + class ZLGtkLibraryImplementation : public ZLibraryImplementation { + +@@ -63,9 +60,6 @@ + ZLGtkDialogManager::createInstance(); + ZLMaemoCommunicationManager::createInstance(); + ZLGtkImageManager::createInstance(); +-#if MAEMO_VERSION > 2 +- ZLMaemoNetworkManager::createInstance(); +-#endif + + if (!ZLFile("/usr/lib/more-gconv").directory(false).isNull()) { + setenv("GCONV_PATH", "/usr/lib/more-gconv", 1); +Index: fbreader/makefiles/arch/maemo.mk +=================================================================== +--- fbreader.orig/makefiles/arch/maemo.mk 2009-05-01 00:09:04.522799669 +0300 ++++ fbreader/makefiles/arch/maemo.mk 2009-05-01 00:09:37.787032186 +0300 +@@ -18,8 +18,8 @@ + UILIBS = -lhildon-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -lfreetype -lz -lfontconfig -lpng12 -lXrender -lX11 -losso -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lconic + else ifeq "$(UI_TYPE)" "maemo4" + CFLAGS = -pipe -fno-exceptions -fno-rtti -Wall -Wno-ctor-dtor-privacy -W -pthread -DMAEMO_VERSION=4 +- GTKINCLUDE = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DMAEMO_CHANGES -I/usr/include/hildon-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/conic +- UILIBS = -lhildon-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -lfreetype -lz -lfontconfig -lpng12 -lXrender -lX11 -losso -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lconic ++ GTKINCLUDE = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DMAEMO_CHANGES -I/usr/include/hildon-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include ++ UILIBS = -lhildon-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -lfreetype -lz -lfontconfig -lpng12 -lXrender -lX11 -losso -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 + else # ifeq "$(UI_TYPE)" "maemo2/3" + CFLAGS = -pipe -fno-exceptions -fno-rtti -Wall -Wno-ctor-dtor-privacy -W -pthread -mthumb + GTKINCLUDE = -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hildon-widgets -I/usr/include/hildon-lgpl -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/conic diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/100-fix-centering-with-margins.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/100-fix-centering-with-margins.patch --- fbreader-0.8.17/debian/patches/100-fix-centering-with-margins.patch 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/100-fix-centering-with-margins.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- fbreader-0.8.17.orig/zlibrary/text/src/view/ZLTextView_paint.cpp -+++ fbreader-0.8.17/zlibrary/text/src/view/ZLTextView_paint.cpp -@@ -223,7 +223,7 @@ - context().moveX(leftMargin() + viewWidth() - myStyle.textStyle()->rightIndent() - info.Width); - break; - case ALIGN_CENTER: -- context().moveX(leftMargin() + (viewWidth() - myStyle.textStyle()->rightIndent() - info.Width) / 2); -+ context().moveX((viewWidth() - myStyle.textStyle()->rightIndent() - info.Width) / 2); - break; - case ALIGN_JUSTIFY: - if (!endOfParagraph && (info.End.element().kind() != ZLTextElement::AFTER_PARAGRAPH_ELEMENT)) { diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/110-use-sensible-browser.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/110-use-sensible-browser.patch --- fbreader-0.8.17/debian/patches/110-use-sensible-browser.patch 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/110-use-sensible-browser.patch 2009-05-16 15:24:11.000000000 +0100 @@ -1,3 +1,4 @@ +Use sensible-browser instead of "mozilla". --- fbreader-0.8.17.orig/fbreader/data/default/external.desktop.xml +++ fbreader-0.8.17/fbreader/data/default/external.desktop.xml @@ -3,7 +3,7 @@ diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/200-maemo-gtkentryparameter.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/200-maemo-gtkentryparameter.patch --- fbreader-0.8.17/debian/patches/200-maemo-gtkentryparameter.patch 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/200-maemo-gtkentryparameter.patch 2009-05-16 15:24:11.000000000 +0100 @@ -0,0 +1,19 @@ +Comment out hildon calls that aren't hacked into Debian GTK+ library. +Index: fbreader/zlibrary/ui/src/maemo/application/GtkEntryParameter.cpp +=================================================================== +--- fbreader.orig/zlibrary/ui/src/maemo/application/GtkEntryParameter.cpp 2009-03-31 18:51:25.970379910 +0300 ++++ fbreader/zlibrary/ui/src/maemo/application/GtkEntryParameter.cpp 2009-03-31 18:52:25.308828507 +0300 +@@ -73,11 +73,13 @@ + gtk_entry_set_alignment(myEntry, 0.5); + gtk_entry_set_width_chars(myEntry, item.maxWidth()); + gtk_entry_set_max_length(myEntry, item.maxWidth()); ++ /* + if (item.symbolSet() == ZLToolbar::ParameterItem::SET_DIGITS) { + hildon_gtk_entry_set_input_mode(myEntry, HILDON_GTK_INPUT_MODE_NUMERIC); + } else { + hildon_gtk_entry_set_input_mode(myEntry, HILDON_GTK_INPUT_MODE_FULL); + } ++ */ + ZLGtkSignalUtil::connectSignal(GTK_OBJECT(myEntry), "key_press_event", GTK_SIGNAL_FUNC(::onKeyPressed), this); + } + diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/900-delete-useless-strip-flag.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/900-delete-useless-strip-flag.patch --- fbreader-0.8.17/debian/patches/900-delete-useless-strip-flag.patch 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/900-delete-useless-strip-flag.patch 2009-05-16 15:24:11.000000000 +0100 @@ -1,3 +1,4 @@ +Don't strip fbreader binary directly after building, dh_strip will do it. --- fbreader-0.8.17.orig/makefiles/config.mk +++ fbreader-0.8.17/makefiles/config.mk @@ -19,7 +19,7 @@ diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/910-remove-deprecated-fields-in-desktop-file.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/910-remove-deprecated-fields-in-desktop-file.patch --- fbreader-0.8.17/debian/patches/910-remove-deprecated-fields-in-desktop-file.patch 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/910-remove-deprecated-fields-in-desktop-file.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,8 +0,0 @@ ---- fbreader-0.8.17.orig/fbreader/desktop/desktop -+++ fbreader-0.8.17/fbreader/desktop/desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=E-book reader - Name[ru]=Чтение электронных книг - GenericName=E-book reader diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/930-use-shell-make-variable.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/930-use-shell-make-variable.patch --- fbreader-0.8.17/debian/patches/930-use-shell-make-variable.patch 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/930-use-shell-make-variable.patch 2009-05-16 15:24:11.000000000 +0100 @@ -1,7 +1,8 @@ -Index: fbreader-0.8.17/Makefile +Use shell MAKE variable to allow parallel builds. +Index: fbreader/Makefile =================================================================== ---- fbreader-0.8.17.orig/Makefile 2008-07-12 20:35:07.446242261 +0300 -+++ fbreader-0.8.17/Makefile 2008-07-12 20:57:43.101198896 +0300 +--- fbreader.orig/Makefile 2009-03-29 18:33:45.941040634 +0300 ++++ fbreader/Makefile 2009-03-29 18:34:50.481041319 +0300 @@ -21,21 +21,21 @@ do_install: @for dir in $(ZLIBDIRS) $(APPDIRS); do \ @@ -27,10 +28,10 @@ fi; \ done -Index: fbreader-0.8.17/fbreader/Makefile +Index: fbreader/fbreader/Makefile =================================================================== ---- fbreader-0.8.17.orig/fbreader/Makefile 2008-07-12 20:35:07.474240442 +0300 -+++ fbreader-0.8.17/fbreader/Makefile 2008-07-12 20:57:43.101198896 +0300 +--- fbreader.orig/fbreader/Makefile 2009-03-29 18:33:45.957035125 +0300 ++++ fbreader/fbreader/Makefile 2009-03-29 18:34:50.481041319 +0300 @@ -55,13 +55,13 @@ @install -m 0644 $(wildcard data/icons/toolbar/$(VARIANT)/*.*) $(DESTDIR)$(APPIMAGEDIR_REAL) @install -m 0644 $(wildcard data/icons/filetree/$(VARIANT)/*.*) $(DESTDIR)$(APPIMAGEDIR_REAL) @@ -47,11 +48,11 @@ + cd $$subdir; $(MAKE) clean; cd ..; \ done; @$(RM) $(TARGET) err -Index: fbreader-0.8.17/zlibrary/core/Makefile +Index: fbreader/zlibrary/core/Makefile =================================================================== ---- fbreader-0.8.17.orig/zlibrary/core/Makefile 2008-07-12 20:58:36.164533413 +0300 -+++ fbreader-0.8.17/zlibrary/core/Makefile 2008-07-12 20:59:05.192170165 +0300 -@@ -32,7 +32,7 @@ +--- fbreader.orig/zlibrary/core/Makefile 2009-03-29 18:33:45.973035972 +0300 ++++ fbreader/zlibrary/core/Makefile 2009-03-29 18:34:50.481041319 +0300 +@@ -38,7 +38,7 @@ endif .objects: @@ -60,11 +61,11 @@ if [ -d $$subdir ]; then \ if ! $(LIBMAKE) -C $$subdir -f $(MAKEFILESDIR)/subdir.mk; then \ exit 1; \ -Index: fbreader-0.8.17/zlibrary/text/Makefile +Index: fbreader/zlibrary/text/Makefile =================================================================== ---- fbreader-0.8.17.orig/zlibrary/text/Makefile 2008-07-12 20:58:36.200532262 +0300 -+++ fbreader-0.8.17/zlibrary/text/Makefile 2008-07-12 20:59:15.816037514 +0300 -@@ -16,7 +16,7 @@ +--- fbreader.orig/zlibrary/text/Makefile 2009-03-29 18:33:45.989033397 +0300 ++++ fbreader/zlibrary/text/Makefile 2009-03-29 18:34:50.481041319 +0300 +@@ -22,7 +22,7 @@ SUBDIRS = src/model src/view src/hyphenation .objects: @@ -73,11 +74,11 @@ if [ -d $$subdir ]; then \ if ! $(LIBMAKE) -C $$subdir -f $(MAKEFILESDIR)/subdir.mk; then \ exit 1; \ -Index: fbreader-0.8.17/zlibrary/ui/Makefile +Index: fbreader/zlibrary/ui/Makefile =================================================================== ---- fbreader-0.8.17.orig/zlibrary/ui/Makefile 2008-07-12 20:58:36.280532094 +0300 -+++ fbreader-0.8.17/zlibrary/ui/Makefile 2008-07-12 20:59:58.379502075 +0300 -@@ -53,21 +53,21 @@ +--- fbreader.orig/zlibrary/ui/Makefile 2009-03-29 18:33:46.005032289 +0300 ++++ fbreader/zlibrary/ui/Makefile 2009-03-29 18:34:50.485038965 +0300 +@@ -66,21 +66,21 @@ endif .objects: diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/940-use-debian-compiler-flags.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/940-use-debian-compiler-flags.patch --- fbreader-0.8.17/debian/patches/940-use-debian-compiler-flags.patch 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/940-use-debian-compiler-flags.patch 2009-05-16 15:24:11.000000000 +0100 @@ -1,8 +1,9 @@ -Index: fbreader-0.8.17/makefiles/config.mk +Use Debian-provided CFLAGS instead of hardcoded ones. +Index: fbreader/makefiles/config.mk =================================================================== ---- fbreader-0.8.17.orig/makefiles/config.mk 2008-07-13 23:00:35.872946352 +0300 -+++ fbreader-0.8.17/makefiles/config.mk 2008-07-13 23:01:18.080416155 +0300 -@@ -27,6 +27,7 @@ +--- fbreader.orig/makefiles/config.mk 2009-05-01 00:02:07.627296330 +0300 ++++ fbreader/makefiles/config.mk 2009-05-01 00:02:07.814799901 +0300 +@@ -31,6 +31,7 @@ ifeq "$(TARGET_STATUS)" "profile" CFLAGS += -O3 -g -pg endif diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/patches/series /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/patches/series --- fbreader-0.8.17/debian/patches/series 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/patches/series 2009-05-16 15:24:11.000000000 +0100 @@ -1,8 +1,7 @@ 005-maemo-makefile.patch -010-add-missing-headers.patch -100-fix-centering-with-margins.patch +020-maemo-disable-libconic.patch 110-use-sensible-browser.patch +200-maemo-gtkentryparameter.patch 900-delete-useless-strip-flag.patch -910-remove-deprecated-fields-in-desktop-file.patch 930-use-shell-make-variable.patch 940-use-debian-compiler-flags.patch diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/README.source /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/README.source --- fbreader-0.8.17/debian/README.source 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/README.source 2009-05-16 15:24:11.000000000 +0100 @@ -0,0 +1,9 @@ +This Debian package for FBReader does not contain some hyphenation patterns due +to following license problems: + +el.pattern: no license +fi.pattern: modification is not explicitly allowed +tr.pattern: no license + +These files were removed from zlibrary/text/data/hyphenationPatterns.zip. + diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/rules /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/rules --- fbreader-0.8.17/debian/rules 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/rules 2009-05-16 15:24:11.000000000 +0100 @@ -5,11 +5,6 @@ AUXMAKEFLAGS += -j$(NUMJOBS) endif -ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif CFLAGS += -D_REENTRANT %: @@ -36,9 +31,11 @@ install: build dh install --before dh_auto_install $(MAKE) -C zlibrary/core TARGET_ARCH=desktop UI_TYPE=dummy DESTDIR=$(DEB_DIR)/tmp do_install - cp -r $(DEB_DIR)/tmp/usr/share/zlibrary $(DEB_DIR)/libzlcore-data/usr/share - cp -r $(DEB_DIR)/tmp/usr/lib $(DEB_DIR)/libzlcore0.9/usr/ - $(MAKE) -C zlibrary/text TARGET_ARCH=desktop UI_TYPE=dummy DESTDIR=$(DEB_DIR)/libzltext0.9 do_install + mv $(DEB_DIR)/tmp/usr/share/zlibrary $(DEB_DIR)/libzlcore-data/usr/share + mv $(DEB_DIR)/tmp/usr/lib $(DEB_DIR)/libzlcore0.10/usr/ + $(MAKE) -C zlibrary/text TARGET_ARCH=desktop UI_TYPE=dummy DESTDIR=$(DEB_DIR)/tmp do_install + mv $(DEB_DIR)/tmp/usr/share/zlibrary $(DEB_DIR)/libzltext-data/usr/share + mv $(DEB_DIR)/tmp/usr/lib $(DEB_DIR)/libzltext0.10/usr/ $(MAKE) -C zlibrary/core TARGET_ARCH=desktop UI_TYPE=dummy DESTDIR=$(DEB_DIR)/libzlcore-dev do_install_dev $(MAKE) -C zlibrary/text TARGET_ARCH=desktop UI_TYPE=dummy DESTDIR=$(DEB_DIR)/libzltext-dev do_install_dev $(MAKE) -C zlibrary/ui TARGET_ARCH=desktop UI_TYPE=gtk DESTDIR=$(DEB_DIR)/libzlui-gtk do_install @@ -55,11 +52,10 @@ binary-indep: binary-arch dh binary-indep -binary-arch: VERSION=$(shell expr "`dpkg-parsechangelog |grep Version:`" : '.*Version: \(.*\)-.*') binary-arch: build install dh binary-arch --before dh_makeshlibs - dh_makeshlibs -plibzlcore0.9 -V"libzlcore0.9 (>= $(VERSION)), libzlcore0.9 (<< 0.10.0)" - dh_makeshlibs -plibzltext0.9 -V"libzltext0.9 (>= $(VERSION)), libzltext0.9 (<< 0.10.0)" + dh_makeshlibs -plibzlcore0.10 + dh_makeshlibs -plibzltext0.10 dh binary-arch --after dh_makeshlibs binary: binary-indep binary-arch diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/debian/watch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/debian/watch --- fbreader-0.8.17/debian/watch 2009-05-16 15:24:10.000000000 +0100 +++ fbreader-0.10.7dfsg/debian/watch 2009-05-16 15:24:11.000000000 +0100 @@ -1,2 +1,3 @@ version=2 -http://www.fbreader.org/downloads.php fbreader-sources-(.*).tgz +opts=dversionmangle=s/dfsg\d*$// \ + http://www.fbreader.org/downloads.php fbreader-sources-(.*).tgz diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/desktop/changelog /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/desktop/changelog --- fbreader-0.8.17/distributions/debian/desktop/changelog 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/desktop/changelog 2009-04-30 22:26:45.000000000 +0100 @@ -1,3 +1,57 @@ +fbreader (0.10.7-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Mon, 30 Mar 2009 13:29:00 +0400 + +fbreader (0.10.6-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thu, 26 Mar 2009 22:15:00 +0200 + +fbreader (0.10.5-1) stable; urgency=low + + * new upstream version + * conflicts with ubuntu fbreader packages have been resolved + * dependencies for libzltext-dev have been fixed + + -- Nikolay Pultsin Fri, 20 Mar 2009 18:12:00 +0200 + +fbreader (0.10.4-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Wed, 18 Mar 2009 23:33:00 +0200 + +fbreader (0.10.3-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thu, 5 Feb 2009 01:11:00 +0200 + +fbreader (0.10.2-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 17 Jan 2009 23:42:00 +0300 + +fbreader (0.10.1-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 16 Jan 2009 12:31:00 +0300 + +fbreader (0.10.0-1) stable; urgency=low + + * new upstream version + * add-missing-headers.patch integrated into the upstream + * fix-centering-with-margins.patch integrated into the upstream + * use-sensible-browser.patch added to the upstream debian fileset + * remove-deprecated-fields-in-desktop-file.patch intgerated into the upstream + + -- Nikolay Pultsin Sun, 3 Aug 2008 19:01:00 +0400 + fbreader (0.8.17-1) stable; urgency=low * new upstream version diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/desktop/control /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/desktop/control --- fbreader-0.8.17/distributions/debian/desktop/control 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/desktop/control 2009-04-30 22:26:45.000000000 +0100 @@ -1,9 +1,9 @@ Source: fbreader Section: text Priority: optional -Maintainer: Joey Hess -Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 5.0.22), libgtk2.0-dev, libqt3-mt-dev, libqt4-dev, libexpat1-dev, libbz2-dev, libz-dev, liblinebreak-dev +Maintainer: Nikolay Pultsin +Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 5), libgtk2.0-dev, libqt3-mt-dev, libqt4-dev, libexpat1-dev, libbz2-dev, libz-dev, liblinebreak-dev (>= 1.0-1), libjpeg-dev, libfribidi-dev, libcurl3-dev, quilt (>= 0.40) Package: fbreader Priority: optional @@ -25,6 +25,7 @@ * keeps the last open book and the last read positions for all open books between runs * automatic hyphenation (patterns for several languages are included) + * search and download books from network libraries . Homepage: http://www.fbreader.org/ @@ -33,59 +34,82 @@ Priority: optional Architecture: any Conflicts: fbreader-gtk, fbreader-qt, fbreader-qt4 +Replaces: libzlcore-data Depends: ${shlibs:Depends} -Description: zlibrary core - This is the core of zlibrary, the library that the fbreader e-book reader +Description: ZLibrary core + This is the core of ZLibrary, the library that the fbreader e-book reader is based on. + . + ZLibrary is a cross-platform library to build applications running on desktop + Linux, Windows, different Linux-based PDAs using this library. Package: libzltext Section: libs Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore (= ${Source-Version}) -Description: zlibrary text model/viewer - This package provides text model/viewer part of zlibrary. +Replaces: libzltext-data +Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version}) +Description: ZLibrary text model/viewer + This package provides text model/viewer part of ZLibrary. + . + ZLibrary is a cross-platform library to build applications running on desktop + Linux, Windows, different Linux-based PDAs using this library. Package: libzlui-gtk Section: libs Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore (= ${Source-Version}) +Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version}) Provides: libzlui -Description: Gtk interface module for zlibrary - This package provides a gtk+-based UI for zlibrary. +Description: GTK+ interface module for ZLibrary + This package provides a GTK+-based UI for ZLibrary. + . + ZLibrary is a cross-platform library to build applications running on desktop + Linux, Windows, different Linux-based PDAs using this library. Package: libzlui-qt Section: libs Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore (= ${Source-Version}) +Depends: ${shlibs:Depends}, libzlcore (= ${binary:Version}) Provides: libzlui -Description: Qt3 interface module for zlibrary - This package provides a qt3-based UI for zlibrary. +Description: Qt3 interface module for ZLibrary + This package provides a Qt3-based UI for ZLibrary. + . + ZLibrary is a cross-platform library to build applications running on desktop + Linux, Windows, different Linux-based PDAs using this library. Package: libzlui-qt4 Section: libs Priority: optional Architecture: any -Depends: ${shlibs:Depends}, libzlcore (= ${Source-Version}) +Depends: ${shlibs:Depends} Provides: libzlui -Description: Qt4 interface module for zlibrary - This package provides a qt4-based UI for zlibrary. +Description: Qt4 interface module for ZLibrary + This package provides a Qt4-based UI for ZLibrary. + . + ZLibrary is a cross-platform library to build applications running on desktop + Linux, Windows, different Linux-based PDAs using this library. Package: libzlcore-dev Section: libdevel Priority: optional Architecture: any -Depends: libzlcore (= ${Source-Version}) -Description: zlibrary core - development files - This is the core of zlibrary, the library that the fbreader e-book reader - is based on. +Depends: libzlcore, ${shlibs:Depends}, libzlcore (= ${binary:Version}) +Description: ZLibrary core - development files + This package contains development files for the ZLibrary core. + . + ZLibrary is a cross-platform library to build applications running on desktop + Linux, Windows, different Linux-based PDAs using this library. Package: libzltext-dev Section: libdevel Priority: optional Architecture: any -Depends: libzltext (= ${Source-Version}) -Description: zlibrary text model/viewer -development files - This package provides text model/viewer part of zlibrary. +Depends: libzltext, ${shlibs:Depends}, libzltext (= ${binary:Version}) +Description: ZLibrary text model/viewer - development files + This package contains development files for the ZLibrary text model/viewer + library. + . + ZLibrary is a cross-platform library to build applications running on desktop + Linux, Windows, different Linux-based PDAs using this library. diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/desktop/patches/110-use-sensible-browser.patch /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/desktop/patches/110-use-sensible-browser.patch --- fbreader-0.8.17/distributions/debian/desktop/patches/110-use-sensible-browser.patch 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/desktop/patches/110-use-sensible-browser.patch 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,11 @@ +--- fbreader-0.10.0.orig/fbreader/data/default/external.desktop.xml ++++ fbreader-0.10.0/fbreader/data/default/external.desktop.xml +@@ -3,7 +3,7 @@ +
+ + +- +
+ diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/desktop/patches/series /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/desktop/patches/series --- fbreader-0.8.17/distributions/debian/desktop/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/desktop/patches/series 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1 @@ +110-use-sensible-browser.patch diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/desktop/rules /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/desktop/rules --- fbreader-0.8.17/distributions/debian/desktop/rules 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/desktop/rules 2009-04-30 22:26:45.000000000 +0100 @@ -1,12 +1,12 @@ #!/usr/bin/make -f -clean: +clean: unpatch dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean dh_clean build-stamp install-stamp -build: build-stamp +build: patch build-stamp build-stamp: dh_testdir $(MAKE) -C zlibrary/core TARGET_ARCH=desktop UI_TYPE=dummy @@ -17,9 +17,8 @@ $(MAKE) -C fbreader TARGET_ARCH=desktop UI_TYPE=dummy touch build-stamp -install: install-stamp -install-stamp: DEB_DIR = $(CURDIR)/debian -install-stamp: build +install: DEB_DIR = $(CURDIR)/debian +install: build dh_testdir dh_testroot dh_clean -k @@ -46,16 +45,14 @@ dh_strip dh_compress dh_fixperms - dh_makeshlibs -plibzlcore -V"libzlcore (>= $(VERSION)),libzlcore(<< 0.10.0)" - dh_makeshlibs -plibzltext -V"libzltext (>= $(VERSION)),libzltext(<< 0.10.0)" + dh_makeshlibs -plibzlcore -V"libzlcore (>= $(VERSION)),libzlcore(<< 0.11.0)" + dh_makeshlibs -plibzltext -V"libzltext (>= $(VERSION)),libzltext(<< 0.11.0)" dh_installdeb dh_shlibdeps -l debian/libzlcore/usr/lib:debian/libzltext/usr/lib dh_gencontrol dh_md5sums dh_builddeb -binary-indep: +binary: binary-arch -binary: binary-indep binary-arch - -.PHONY: clean build install binary-indep binary-arch binary +include /usr/share/quilt/quilt.make diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo2/changelog /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo2/changelog --- fbreader-0.8.17/distributions/debian/maemo2/changelog 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/maemo2/changelog 2009-04-30 22:26:45.000000000 +0100 @@ -1,3 +1,46 @@ +fbreader (0.10.7-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Mon, 30 Mar 2009 13:29:00 +0400 + +fbreader (0.10.6-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thu, 26 Mar 2009 22:15:00 +0200 + +fbreader (0.10.5-3) stable; urgency=low + + * versions for maemo2 and maemo3 were separated: maemo2 doesn't contain + conic library + + -- Nikolay Pultsin Sun, 22 Mar 2009 17:37:00 +0200 + +fbreader (0.10.5-2) stable; urgency=low + + * version with more debug information + + -- Nikolay Pultsin Sun, 22 Mar 2009 11:42:00 +0200 + +fbreader (0.10.5-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 20 Mar 2009 18:12:00 +0200 + +fbreader (0.10.4-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 8 Feb 2009 03:24:00 +0300 + +fbreader (0.10.0-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 3 Aug 2008 19:01:00 +0400 + fbreader (0.8.17-1) stable; urgency=low * new upstream version diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo2/control /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo2/control --- fbreader-0.8.17/distributions/debian/maemo2/control 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/maemo2/control 2009-04-30 22:26:45.000000000 +0100 @@ -2,14 +2,15 @@ Priority: optional Maintainer: Nikolay Pultsin Standards-Version: 3.6.1 -Build-Depends: debhelper, libexpat1-dev, libbz2-dev, libz-dev, hildon-libs-dev, libosso-dev, liblinebreak-dev +Build-Depends: debhelper, libexpat1-dev, libbz2-dev, libz-dev, hildon-libs-dev, libosso-dev, liblinebreak-dev, libfribidi-dev, libcurl3-dev -Package: libzlibrary-maemo2 +Package: libzlibrary-maemo2-noconic Section: user/libs Priority: optional Architecture: armel +Replaces: libzlibrary-maemo2 Conflicts: fbreader-maemo2 (<< 0.8.0) -Depends: hildon-libs0, libatk1.0-0 (>= 1.9.0), libbz2-1.0, libc6 (>= 2.3.5-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:3.4.4), libglib2.0-0 (>= 2.8.6-1osso1), libgtk2.0-0 (>= 2:2.6.10-1.osso8), libosso1, libpango1.0-0 (>= 1.8.1), libstdc++6 (>= 3.4.4), zlib1g (>= 1:1.2.1) +Depends: hildon-libs0, libatk1.0-0 (>= 1.9.0), libbz2-1.0, libc6 (>= 2.3.5-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:3.4.4), libglib2.0-0 (>= 2.8.6-1osso1), libgtk2.0-0 (>= 2:2.6.10-1.osso8), libosso1, libpango1.0-0 (>= 1.8.1), libstdc++6 (>= 3.4.4), zlib1g (>= 1:1.2.1), libfribidi0, libcurl3, liblinebreak-maemo2 Description: Platform-dependent part of fbreader Home page: http://www.fbreader.org/ @@ -18,7 +19,7 @@ Priority: optional Architecture: armel Replaces: libzlibrary-dev -Depends: libzlibrary-maemo2 (= ${Source-Version}) +Depends: libzlibrary-maemo2 (= ${Source-Version}) | libzlibrary-maemo2-noconic (= ${Source-Version}) Description: zlibrary - development files Home page: http://www.fbreader.org/ @@ -46,29 +47,35 @@ Home page: http://www.fbreader.org/ XB-Maemo-Icon-26: iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/ - AP+gvaeTAAAACXBIWXMAAAFDAAABQwEfSBMjAAAAB3RJTUUH1wcdFhwBWmdn - bAAABCRJREFUSMe9lNtPXFUUxr99bnNjGJj7jQEKUyKUQSNpa2tRY2JsgqL/ - Rl8aNfHRJ+MbJpJQo03FVNoHQ0ysWkyatKkJ5da0CJWb0mFmYOjAXJj79Zzt - A8w4IQNDx+iXnGSflW+vX/Zaa2/gCBlcAyqDa6C/QvzlA/9yg+vdKxV8g8U1 - dwRELmML163q7OmWc+f9sw8mHrl6T6szMsd4rkB2doD3932CwBRGmhrzfa2v - XriTyWTHAaizitZbnMpg3JnHR4eC9jd/e6qJ6zXptPZ4InlP/05/IJBWWK0n - XqN+9+LIvo/jGfFql509azForZls7mYylQ4FUkpdvf2sFA0GFoo5mQoQjmfE - a1129oxJV+8AAHWdqj6FBqeq6RWShqaukM9qDa4BhmfEK51Wct5i0LQAgFwm - yOOSxia3n0GG1SvL8zIHIAzPiF91Wsi54mYA8IUkUENPLsXqlaG1CahpsJsj - 4lCHmb5uMzW0FX3eMAXV9+TTrEF+8ABcGYRwRBzuMKPPZm44UYxvhEWIuh4x - yZiFqHsKrepd7MaZbqcp73RYdIqibzMigep6pBRr5iu1owTiiPj5SRN902HR - thdj/ogIUXsKCdbKRtdn0KwMIpkWUcfnSTlka1eEpHUhwVqZw4aLAQBzT/9g - m5FebLFpnSVIOI9CQycSnANRz0PY5NtIZkQwUgYOS2Mpwfp2FnlNF2Ks/aib - sgdqbe94T6mqa/+nDBRhSYe40IKobw5mfgstBgFgZYC6GaF4AfkChSfCI04b - QdXNIqqIA4C33r4YJBD1iwuP1IRTEGOzHeSZN+fxzAt6eNFmkgEA5EoFLl3+ - AD/f/hWhcBgmhxPplbksCJsDRHVVEECp6wWnuqHRCG8gBm8gitBOcLdR9BhP - 2mQlsyRRyAUeF/regDcQhTcQQwGypyCsGRBxDBBACCl+lBACtVJWT/I8JAow - BNjcpchKAsr8lBACMEwWx9ChT1BH90sJu6ZX/tv9e6AgUDnawOaSoKCoRYeC - GJYr9L7YBYPFUSpTcsuHWsU8l5vw/xPoX+g/BUlinq0JRCsuK4vPB5diIf/X - NYEEnolRir2xPsonhpc2lmeHfVM3r9ZWOklcrQaRSdHljaWZa76pG8M19YgQ - Qiml+aM8csRXNpambngnRwdrHAZCqzVGwaRWfYuT33sefPdprVNHy6pFK58k - HfY+mfjRM3H9k+d+GQghmT1IWU+oRKQDqFw6KV+aufOLZ3L046r36M81dySa - ym2X6BzjfzQ9sfp4dXM8W6BhAGBZ1u13L68PfTlyP5LIhCSQRGh746fglue2 - Z3L0crWysADwLMaMub1+o8QKJBKNb63Mz3zzcOyzSwtrweRfT91ZygqR3yfv - jv0xPvRhEpq7s9PTheUn84tri3O3Ao9/+OI4Xf4bjmS8Dw4gGSwAAAAASUVO - RK5CYII= + AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2QEKFjEFBaQC + bAAABStJREFUSMftlsmPXFcVh79zhzfX0Gm3y+20GwcnDomMEJEVAXIk2CAG + YaYVEUhs2WWTRRbsQCzZgGADKyT2RkLKAgkiYaJsIkAx3R7iEbvT6a4eqrte + Vb07ZFHV7W6TPwAkrnSk867OO997v3N07oX/r//2JQfOlT+9ZT+xdLqXhiBl + WTYhENc2Hsn2j9/49MI4LKjLX7u9cPmr7zz9yRf90QTr+7uiXaoGdS1b21uy + v9VnY+1RlNCEb3732+E/QN//2a9/+qVLn3/9QmLlxFNt70PD8MN1Vl/7UbJ0 + 77Ysd8rQPPvstb9++RtXRifPP1VuPlgmNr25qlVOTp1Ni7LU7XbLdMqCTqvw + mzvbk9/+4c+j8eLp3/zyB1//uTkAPZr4Z665wr75q5+wt71pyiKn1+pQzs1z + dXWV17ulym/fupC9+ccL409tcHH0kPTUaf6tc/bEkmlDqhRaKZI0ocpzbHTs + mnwJ4BA09JFoDSsr17hz8zpoQYBQO85OFN/r72CMYrhyHbf4PH2nKUc5e16z + s7FJkIi1lixJIQoQiTEiRADUASjPC3yIKGUQLWgRtGhERVCRXQn4xjHyEU9k + f+xogiIqM9U/ggiIHKYkxgjyBKjKMyYxYo3BKIM1ljzLKfOCEzi8g2Hj6HuH + pMn0a5VCRRCtpr5SKA1KTUtflOUB57F0mTWMG48gJDYlzTKyrCBVwvm9XULj + 2PeeD7SmlVXEuEkwBiOC0hpRgiCIKESmvjEJ+CdAIpHBYAgiZFlBVbVotzpk + ecqp+zfZH48JUdhpzSPtDlEZnPMYQBmDPG5gEEFESIxlEvxx6SyKwf4eRZ5T + lS263S7tToeyrKiMxUdQEhh3u4Q0Q0JAxTBNavSs+LNiAdpoqqrE+SdqZIKj + HjWkSUpRlFRVSVHk5EWBa1WUEqmAKNM+SgUSPFpAqWmaOIMIoJWmVRSznSPS + RTyT8Zhet8u4HpHlOXmeYWzCZl7RU5okETKtic2YNDqsimA1WmsAQpy2dIwR + rYQ0fSzpIagZjXEywugEY+ysIQqKvGA9BpL5ORYTz9lmj2TjIa1OSt7O+SAx + s+JD8B7nAsEHtNbkWQZhcFy6wdbONEAprDUYM21xrYXGGv5y5jnM/AlefWaR + xa0HlN0MFye4rJjKpYQQPK6Z4BqHKEWZ58gMcfhHdV1Dy9GZn6PfXwcUzjtC + tGSfe4V3rr7FP3pPUyc9Xj73AlY79PwSae8EfjxNbLQBEaJERCBJ7KxBjoC0 + NnSU49IXXqH32UvUJmVdlfTrPfxwh/iZL1KlmnqiWY2OUW+R83MZ81UbY0aI + gLEWmySIKEKIpEaBhOOgIkvwSuGLioEkDCYNy8rR155+XlDfvcmWUYgWfFIx + HA3pDyFpJqjop1NBCTFmTLwD0YhAnB0UhzVSCKUEnBh6MmK5GdAUBec6GUux + Yb9oMxlssPfuVXqjXc5XCWfaOd1OSVEUlGWJtVOpvPf4EDBaMxrVT4ygxPhW + YlGDD+kkHVwzonP3PaIQ9drDcXbtn2s3Htx59+b1f71968bKuYsvXXzphedf + XDpzZrnd6XSTVquljDGilCARYgj+/dWVv6/+/hdXjh58cvnVH37n5a9863f1 + yoqcXJjfvv/w3q17d99/e2Xlvb/dv3/vxs7Odj+E4GfvqJnpJEkypXSxsHCy + yLM8ESXWWuvrerh2587tW977GggHICUiutXunLLG6MFgUDfNpIkxTgDHdDSG + j7kCyMfsxVlsPGLHAg+eD+xY4P/M+ght8RxOZDxGnAAAAABJRU5ErkJggg== + ==== diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2-noconic.postinst /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2-noconic.postinst --- fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2-noconic.postinst 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2-noconic.postinst 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +if [ "$1" = "configure" ]; then + ldconfig +fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2-noconic.postrm /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2-noconic.postrm --- fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2-noconic.postrm 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2-noconic.postrm 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +if [ "$1" = "configure" ]; then + ldconfig +fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2-noconic.shlibs /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2-noconic.shlibs --- fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2-noconic.shlibs 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2-noconic.shlibs 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,2 @@ +libzlcore @SOVERSIONCORE@ libzlibrary-maemo2 (>= @VERSION@-1) | libzlibrary-maemo2-noconic (>= @VERSION@-1), libzlibrary-maemo2 (<< 0.11.0) | libzlibrary-maemo2-noconic (<< 0.11.0) +libzltext @SOVERSIONCORE@ libzlibrary-maemo2 (>= @VERSION@-1) | libzlibrary-maemo2-noconic (>= @VERSION@-1), libzlibrary-maemo2 (<< 0.11.0) | libzlibrary-maemo2-noconic (<< 0.11.0) diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2.postinst /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2.postinst --- fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2.postinst 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2.postinst 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -#! /bin/sh - -set -e - -if [ "$1" = "configure" ]; then - ldconfig -fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2.postrm /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2.postrm --- fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2.postrm 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2.postrm 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -#! /bin/sh - -set -e - -if [ "$1" = "configure" ]; then - ldconfig -fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2.shlibs /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2.shlibs --- fbreader-0.8.17/distributions/debian/maemo2/libzlibrary-maemo2.shlibs 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/maemo2/libzlibrary-maemo2.shlibs 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -libzlcore @SOVERSION@ libzlibrary-maemo2 (>= @VERSION@-1), libzlibrary-maemo2 (<< 0.10.0-1) -libzltext @SOVERSION@ libzlibrary-maemo2 (>= @VERSION@-1), libzlibrary-maemo2 (<< 0.10.0-1) diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo2/rules /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo2/rules --- fbreader-0.8.17/distributions/debian/maemo2/rules 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/maemo2/rules 2009-04-30 22:26:45.000000000 +0100 @@ -38,9 +38,9 @@ dh_testroot dh_clean -k dh_installdirs - $(MAKE) -C zlibrary/core TARGET_ARCH=maemo UI_TYPE=maemo2 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2 do_install - $(MAKE) -C zlibrary/text TARGET_ARCH=maemo UI_TYPE=maemo2 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2 do_install - $(MAKE) -C zlibrary/ui TARGET_ARCH=maemo UI_TYPE=maemo2 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2 do_install + $(MAKE) -C zlibrary/core TARGET_ARCH=maemo UI_TYPE=maemo2 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2-noconic do_install + $(MAKE) -C zlibrary/text TARGET_ARCH=maemo UI_TYPE=maemo2 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2-noconic do_install + $(MAKE) -C zlibrary/ui TARGET_ARCH=maemo UI_TYPE=maemo2 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2-noconic do_install $(MAKE) -C fbreader TARGET_ARCH=maemo UI_TYPE=maemo2 DESTDIR=$(DEB_DIR)/fbreader-maemo2 do_install $(MAKE) -C zlibrary/core TARGET_ARCH=maemo UI_TYPE=maemo2 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2-dev do_install_dev $(MAKE) -C zlibrary/text TARGET_ARCH=maemo UI_TYPE=maemo2 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2-dev do_install_dev diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo3/changelog /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo3/changelog --- fbreader-0.8.17/distributions/debian/maemo3/changelog 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo3/changelog 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,225 @@ +fbreader (0.10.7-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Mon, 30 Mar 2009 13:29:00 +0400 + +fbreader (0.10.6-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thu, 26 Mar 2009 22:15:00 +0200 + +fbreader (0.10.5-3) stable; urgency=low + + * versions for maemo2 and maemo3 were separated: maemo2 doesn't contain + conic library + + -- Nikolay Pultsin Sun, 22 Mar 2009 17:37:00 +0200 + +fbreader (0.10.5-2) stable; urgency=low + + * version with more debug information + + -- Nikolay Pultsin Sun, 22 Mar 2009 11:42:00 +0200 + +fbreader (0.10.5-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 20 Mar 2009 18:12:00 +0200 + +fbreader (0.10.4-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 8 Feb 2009 03:24:00 +0300 + +fbreader (0.10.0-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 3 Aug 2008 19:01:00 +0400 + +fbreader (0.8.17-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 23 Mar 2008 03:30:00 +0300 + +fbreader (0.8.16-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 20 Mar 2008 03:10:00 +0300 + +fbreader (0.8.15-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Tue, 26 Feb 2008 02:41:00 +0300 + +fbreader (0.8.14-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sat, 9 Feb 2008 22:48:00 +0300 + +fbreader (0.8.13-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 24 Jan 2008 15:24:00 +0300 + +fbreader (0.8.12-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sat, 19 Jan 2008 03:47:00 +0300 + +fbreader (0.8.11-1) stable; urgency=low + + * new upstream version + * dependency rules have been changed + + -- Nikolay Pultsin Sat, 12 Jan 2008 22:27:00 +0300 + +fbreader (0.8.10-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 4 Jan 2008 20:53:00 +0300 + +fbreader (0.8.9-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 27 Dec 2007 07:13:00 +0300 + +fbreader (0.8.8d-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Mon, 24 Dec 2007 10:27:00 +0300 + +fbreader (0.8.8c-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 23 Dec 2007 08:14:00 +0300 + +fbreader (0.8.8b-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 20 Dec 2007 22:30:00 +0300 + +fbreader (0.8.8a-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Mon, 17 Dec 2007 03:03:00 +0300 + +fbreader (0.8.8-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 23 Nov 2007 22:55:00 +0300 + +fbreader (0.8.7b-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Tue, 6 Nov 2007 22:55:00 +0300 + +fbreader (0.8.7a-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sat, 3 Nov 2007 00:00:00 +0400 + +fbreader (0.8.7-3) stable; urgency=low + + * dependencies list has been fixed + + -- Nikolay Pultsin Sat, 20 Oct 2007 00:00:00 +0400 + +fbreader (0.8.7-2) stable; urgency=low + + * dependencies list has been fixed + + -- Nikolay Pultsin Fri, 19 Oct 2007 00:00:00 +0400 + +fbreader (0.8.7-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 5 Sep 2007 00:00:00 +0400 + +fbreader (0.8.6d-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 7 Sep 2007 12:00:00 +0400 + +fbreader (0.8.6c-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 30 Aug 2007 02:30:00 +0400 + +fbreader (0.8.6a-1) stable; urgency=low + + * fixed stylus/finger pressing detection problem on Nokia 770 device + + -- Nikolay Pultsin Thr, 8 Aug 2007 18:47:00 +0400 + +fbreader (0.8.6-3) stable; urgency=low + + * fixed fbreader-maemo2 package icon + + -- Nikolay Pultsin Thr, 8 Aug 2007 01:55:00 +0400 + +fbreader (0.8.6-2) stable; urgency=low + + * fixed fbreader-maemo2 package icon + + -- Nikolay Pultsin Thr, 8 Aug 2007 01:09:00 +0400 + +fbreader (0.8.6-1) stable; urgency=low + + * new upstream version + * added libzlibrary-dev package + + -- Nikolay Pultsin Thr, 5 Aug 2007 23:49:00 +0400 + +fbreader (0.8.5c-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 19 Jul 2007 15:20:00 +0400 + +fbreader (0.8.5a-1) stable; urgency=low + + * new upstream version + * maemo package icon has been restored + + -- Nikolay Pultsin Sat, 7 Jul 2007 02:12:00 +0400 + +fbreader (0.8.5-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sat, 7 Jul 2007 02:12:00 +0400 + +fbreader (0.8.4zz-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 5 Jul 2007 03:17:00 +0400 + +fbreader (0.8.4z-1) stable; urgency=low + + * Initial release. + + -- Nikolay Pultsin Sat, 30 Jun 2007 01:48:00 +0400 diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo3/compat /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo3/compat --- fbreader-0.8.17/distributions/debian/maemo3/compat 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo3/compat 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1 @@ +4 diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo3/control /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo3/control --- fbreader-0.8.17/distributions/debian/maemo3/control 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo3/control 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,81 @@ +Source: fbreader +Priority: optional +Maintainer: Nikolay Pultsin +Standards-Version: 3.6.1 +Build-Depends: debhelper, libexpat1-dev, libbz2-dev, libz-dev, hildon-libs-dev, libosso-dev, liblinebreak-dev, libfribidi-dev, libcurl3-dev, libconic0-dev + +Package: libzlibrary-maemo2 +Section: user/libs +Priority: optional +Architecture: armel +Replaces: libzlibrary-maemo2-noconic +Conflicts: fbreader-maemo2 (<< 0.8.0) +Depends: hildon-libs0, libatk1.0-0 (>= 1.9.0), libbz2-1.0, libc6 (>= 2.3.5-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:3.4.4), libglib2.0-0 (>= 2.8.6-1osso1), libgtk2.0-0 (>= 2:2.6.10-1.osso8), libosso1, libpango1.0-0 (>= 1.8.1), libstdc++6 (>= 3.4.4), zlib1g (>= 1:1.2.1), libfribidi0, libcurl3, libconic0, liblinebreak-maemo2 +Description: Platform-dependent part of fbreader + Home page: http://www.fbreader.org/ + +Package: libzlibrary-maemo2-dev +Section: libdevel +Priority: optional +Architecture: armel +Replaces: libzlibrary-dev +Depends: libzlibrary-maemo2 (= ${Source-Version}) | libzlibrary-maemo2-noconic (= ${Source-Version}) +Description: zlibrary - development files + Home page: http://www.fbreader.org/ + +Package: fbreader-maemo2 +Section: user/tools +Priority: optional +Architecture: armel +Depends: ${shlibs:Depends} +Description: e-book reader + FBReader is an e-book reader for UNIX/Windows computers. + . + Main features: + * supports several open e-book formats: fb2, html, chm, plucker, + palmdoc, ztxt, tcr (psion text), rtf, oeb, openreader, non-DRM'ed + mobipocket, plain text + * reads directly from tar, zip, gzip, bzip2 archives (you can have + several books in one archive) + * supports structured view for your e-book collection + * automatically determines encoding + * automatically generates table of contents + * keeps the last open book and the last read positions for all open books + between runs + * automatic hyphenation (patterns for several languages are included) + . + Home page: http://www.fbreader.org/ +XB-Maemo-Icon-26: + iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/ + AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2QEKFjEFBaQC + bAAABStJREFUSMftlsmPXFcVh79zhzfX0Gm3y+20GwcnDomMEJEVAXIk2CAG + YaYVEUhs2WWTRRbsQCzZgGADKyT2RkLKAgkiYaJsIkAx3R7iEbvT6a4eqrte + Vb07ZFHV7W6TPwAkrnSk867OO997v3N07oX/r//2JQfOlT+9ZT+xdLqXhiBl + WTYhENc2Hsn2j9/49MI4LKjLX7u9cPmr7zz9yRf90QTr+7uiXaoGdS1b21uy + v9VnY+1RlNCEb3732+E/QN//2a9/+qVLn3/9QmLlxFNt70PD8MN1Vl/7UbJ0 + 77Ysd8rQPPvstb9++RtXRifPP1VuPlgmNr25qlVOTp1Ni7LU7XbLdMqCTqvw + mzvbk9/+4c+j8eLp3/zyB1//uTkAPZr4Z665wr75q5+wt71pyiKn1+pQzs1z + dXWV17ulym/fupC9+ccL409tcHH0kPTUaf6tc/bEkmlDqhRaKZI0ocpzbHTs + mnwJ4BA09JFoDSsr17hz8zpoQYBQO85OFN/r72CMYrhyHbf4PH2nKUc5e16z + s7FJkIi1lixJIQoQiTEiRADUASjPC3yIKGUQLWgRtGhERVCRXQn4xjHyEU9k + f+xogiIqM9U/ggiIHKYkxgjyBKjKMyYxYo3BKIM1ljzLKfOCEzi8g2Hj6HuH + pMn0a5VCRRCtpr5SKA1KTUtflOUB57F0mTWMG48gJDYlzTKyrCBVwvm9XULj + 2PeeD7SmlVXEuEkwBiOC0hpRgiCIKESmvjEJ+CdAIpHBYAgiZFlBVbVotzpk + ecqp+zfZH48JUdhpzSPtDlEZnPMYQBmDPG5gEEFESIxlEvxx6SyKwf4eRZ5T + lS263S7tToeyrKiMxUdQEhh3u4Q0Q0JAxTBNavSs+LNiAdpoqqrE+SdqZIKj + HjWkSUpRlFRVSVHk5EWBa1WUEqmAKNM+SgUSPFpAqWmaOIMIoJWmVRSznSPS + RTyT8Zhet8u4HpHlOXmeYWzCZl7RU5okETKtic2YNDqsimA1WmsAQpy2dIwR + rYQ0fSzpIagZjXEywugEY+ysIQqKvGA9BpL5ORYTz9lmj2TjIa1OSt7O+SAx + s+JD8B7nAsEHtNbkWQZhcFy6wdbONEAprDUYM21xrYXGGv5y5jnM/AlefWaR + xa0HlN0MFye4rJjKpYQQPK6Z4BqHKEWZ58gMcfhHdV1Dy9GZn6PfXwcUzjtC + tGSfe4V3rr7FP3pPUyc9Xj73AlY79PwSae8EfjxNbLQBEaJERCBJ7KxBjoC0 + NnSU49IXXqH32UvUJmVdlfTrPfxwh/iZL1KlmnqiWY2OUW+R83MZ81UbY0aI + gLEWmySIKEKIpEaBhOOgIkvwSuGLioEkDCYNy8rR155+XlDfvcmWUYgWfFIx + HA3pDyFpJqjop1NBCTFmTLwD0YhAnB0UhzVSCKUEnBh6MmK5GdAUBec6GUux + Yb9oMxlssPfuVXqjXc5XCWfaOd1OSVEUlGWJtVOpvPf4EDBaMxrVT4ygxPhW + YlGDD+kkHVwzonP3PaIQ9drDcXbtn2s3Htx59+b1f71968bKuYsvXXzphedf + XDpzZrnd6XSTVquljDGilCARYgj+/dWVv6/+/hdXjh58cvnVH37n5a9863f1 + yoqcXJjfvv/w3q17d99/e2Xlvb/dv3/vxs7Odj+E4GfvqJnpJEkypXSxsHCy + yLM8ESXWWuvrerh2587tW977GggHICUiutXunLLG6MFgUDfNpIkxTgDHdDSG + j7kCyMfsxVlsPGLHAg+eD+xY4P/M+ght8RxOZDxGnAAAAABJRU5ErkJggg== + ==== diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo3/fbreader-maemo2.postinst /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo3/fbreader-maemo2.postinst --- fbreader-0.8.17/distributions/debian/maemo3/fbreader-maemo2.postinst 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo3/fbreader-maemo2.postinst 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,21 @@ +#! /bin/sh + +if [ -x /usr/bin/gtk-update-icon-cache ] +then + /usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor +fi + +if [ -x /usr/bin/update-desktop-database ] +then + /usr/bin/update-desktop-database +fi + +if [ -x /usr/bin/update-mime-database ] +then + /usr/bin/update-mime-database /usr/share/mime +fi + +if [ "$1" = "configure" -a -z "$2" -a -x /usr/bin/maemo-select-menu-location ] +then + /usr/bin/maemo-select-menu-location FBReader.desktop +fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo3/fbreader-maemo2.postrm /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo3/fbreader-maemo2.postrm --- fbreader-0.8.17/distributions/debian/maemo3/fbreader-maemo2.postrm 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo3/fbreader-maemo2.postrm 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,16 @@ +#! /bin/sh + +if [ -x /usr/bin/gtk-update-icon-cache ] +then + /usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor +fi + +if [ -x /usr/bin/update-desktop-database ] +then + /usr/bin/update-desktop-database +fi + +if [ -x /usr/bin/update-mime-database ] +then + /usr/bin/update-mime-database /usr/share/mime +fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo3/libzlibrary-maemo2.postinst /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo3/libzlibrary-maemo2.postinst --- fbreader-0.8.17/distributions/debian/maemo3/libzlibrary-maemo2.postinst 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo3/libzlibrary-maemo2.postinst 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +if [ "$1" = "configure" ]; then + ldconfig +fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo3/libzlibrary-maemo2.postrm /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo3/libzlibrary-maemo2.postrm --- fbreader-0.8.17/distributions/debian/maemo3/libzlibrary-maemo2.postrm 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo3/libzlibrary-maemo2.postrm 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +if [ "$1" = "configure" ]; then + ldconfig +fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo3/libzlibrary-maemo2.shlibs /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo3/libzlibrary-maemo2.shlibs --- fbreader-0.8.17/distributions/debian/maemo3/libzlibrary-maemo2.shlibs 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo3/libzlibrary-maemo2.shlibs 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,2 @@ +libzlcore @SOVERSIONCORE@ libzlibrary-maemo2 (>= @VERSION@-1) | libzlibrary-maemo2-noconic (>= @VERSION@-1), libzlibrary-maemo2 (<< 0.11.0) | libzlibrary-maemo2-noconic (<< 0.11.0) +libzltext @SOVERSIONCORE@ libzlibrary-maemo2 (>= @VERSION@-1) | libzlibrary-maemo2-noconic (>= @VERSION@-1), libzlibrary-maemo2 (<< 0.11.0) | libzlibrary-maemo2-noconic (<< 0.11.0) diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo3/rules /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo3/rules --- fbreader-0.8.17/distributions/debian/maemo3/rules 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo3/rules 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,66 @@ +#!/usr/bin/make -f +## ---------------------------------------------------------------------- +## debian/rules : package script for fbreader +## ---------------------------------------------------------------------- + +## ---------------------------------------------------------------------- +## uncomment this to turn on verbose mode +#export DH_VERBOSE=1 + +## ---------------------------------------------------------------------- +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) + +## ---------------------------------------------------------------------- +DEB_DIR = $(CURDIR)/debian + +## ---------------------------------------------------------------------- +## targets + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean build-stamp install-stamp + +build: build-stamp +build-stamp: + dh_testdir + $(MAKE) -C zlibrary/core TARGET_ARCH=maemo UI_TYPE=maemo3 + $(MAKE) -C zlibrary/text TARGET_ARCH=maemo UI_TYPE=maemo3 + $(MAKE) -C zlibrary/ui TARGET_ARCH=maemo UI_TYPE=maemo3 + $(MAKE) -C fbreader TARGET_ARCH=maemo UI_TYPE=maemo3 + touch build-stamp + +install: install-stamp +install-stamp: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) -C zlibrary/core TARGET_ARCH=maemo UI_TYPE=maemo3 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2 do_install + $(MAKE) -C zlibrary/text TARGET_ARCH=maemo UI_TYPE=maemo3 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2 do_install + $(MAKE) -C zlibrary/ui TARGET_ARCH=maemo UI_TYPE=maemo3 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2 do_install + $(MAKE) -C fbreader TARGET_ARCH=maemo UI_TYPE=maemo3 DESTDIR=$(DEB_DIR)/fbreader-maemo2 do_install + $(MAKE) -C zlibrary/core TARGET_ARCH=maemo UI_TYPE=maemo3 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2-dev do_install_dev + $(MAKE) -C zlibrary/text TARGET_ARCH=maemo UI_TYPE=maemo3 DESTDIR=$(DEB_DIR)/libzlibrary-maemo2-dev do_install_dev + touch install-stamp + +binary-indep: + +binary-arch: build install + dh_testdir + dh_testroot + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a -l $(PWD)/debian/libzlibrary-maemo2/usr/lib + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch + +.PHONY: clean build install binary-indep binary-arch binary + +## ---------------------------------------------------------------------- diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo4/changelog /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo4/changelog --- fbreader-0.8.17/distributions/debian/maemo4/changelog 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/maemo4/changelog 2009-04-30 22:26:45.000000000 +0100 @@ -1,3 +1,33 @@ +fbreader (0.10.7-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Mon, 30 Mar 2009 13:29:00 +0400 + +fbreader (0.10.6-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thu, 26 Mar 2009 22:15:00 +0200 + +fbreader (0.10.5-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 20 Mar 2009 18:12:00 +0200 + +fbreader (0.10.4-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 8 Feb 2009 03:24:00 +0300 + +fbreader (0.10.0-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 3 Aug 2008 19:01:00 +0400 + fbreader (0.8.17-1) stable; urgency=low * new upstream version diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo4/control /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo4/control --- fbreader-0.8.17/distributions/debian/maemo4/control 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/maemo4/control 2009-04-30 22:26:45.000000000 +0100 @@ -2,7 +2,7 @@ Priority: optional Maintainer: Nikolay Pultsin Standards-Version: 3.6.1 -Build-Depends: debhelper, libexpat1-dev, libbz2-dev, libz-dev, libhildon1-dev, libosso-dev, liblinebreak-dev +Build-Depends: debhelper, libexpat1-dev, libbz2-dev, libz-dev, libhildon1-dev, libosso-dev, liblinebreak-dev, libfribidi-dev, libcurl3-dev Package: libzlibrary Section: user/libs @@ -45,29 +45,35 @@ Home page: http://www.fbreader.org/ XB-Maemo-Icon-26: iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/ - AP+gvaeTAAAACXBIWXMAAAFDAAABQwEfSBMjAAAAB3RJTUUH1wcdFhwBWmdn - bAAABCRJREFUSMe9lNtPXFUUxr99bnNjGJj7jQEKUyKUQSNpa2tRY2JsgqL/ - Rl8aNfHRJ+MbJpJQo03FVNoHQ0ysWkyatKkJ5da0CJWb0mFmYOjAXJj79Zzt - A8w4IQNDx+iXnGSflW+vX/Zaa2/gCBlcAyqDa6C/QvzlA/9yg+vdKxV8g8U1 - dwRELmML163q7OmWc+f9sw8mHrl6T6szMsd4rkB2doD3932CwBRGmhrzfa2v - XriTyWTHAaizitZbnMpg3JnHR4eC9jd/e6qJ6zXptPZ4InlP/05/IJBWWK0n - XqN+9+LIvo/jGfFql509azForZls7mYylQ4FUkpdvf2sFA0GFoo5mQoQjmfE - a1129oxJV+8AAHWdqj6FBqeq6RWShqaukM9qDa4BhmfEK51Wct5i0LQAgFwm - yOOSxia3n0GG1SvL8zIHIAzPiF91Wsi54mYA8IUkUENPLsXqlaG1CahpsJsj - 4lCHmb5uMzW0FX3eMAXV9+TTrEF+8ABcGYRwRBzuMKPPZm44UYxvhEWIuh4x - yZiFqHsKrepd7MaZbqcp73RYdIqibzMigep6pBRr5iu1owTiiPj5SRN902HR - thdj/ogIUXsKCdbKRtdn0KwMIpkWUcfnSTlka1eEpHUhwVqZw4aLAQBzT/9g - m5FebLFpnSVIOI9CQycSnANRz0PY5NtIZkQwUgYOS2Mpwfp2FnlNF2Ks/aib - sgdqbe94T6mqa/+nDBRhSYe40IKobw5mfgstBgFgZYC6GaF4AfkChSfCI04b - QdXNIqqIA4C33r4YJBD1iwuP1IRTEGOzHeSZN+fxzAt6eNFmkgEA5EoFLl3+ - AD/f/hWhcBgmhxPplbksCJsDRHVVEECp6wWnuqHRCG8gBm8gitBOcLdR9BhP - 2mQlsyRRyAUeF/regDcQhTcQQwGypyCsGRBxDBBACCl+lBACtVJWT/I8JAow - BNjcpchKAsr8lBACMEwWx9ChT1BH90sJu6ZX/tv9e6AgUDnawOaSoKCoRYeC - GJYr9L7YBYPFUSpTcsuHWsU8l5vw/xPoX+g/BUlinq0JRCsuK4vPB5diIf/X - NYEEnolRir2xPsonhpc2lmeHfVM3r9ZWOklcrQaRSdHljaWZa76pG8M19YgQ - Qiml+aM8csRXNpambngnRwdrHAZCqzVGwaRWfYuT33sefPdprVNHy6pFK58k - HfY+mfjRM3H9k+d+GQghmT1IWU+oRKQDqFw6KV+aufOLZ3L046r36M81dySa - ym2X6BzjfzQ9sfp4dXM8W6BhAGBZ1u13L68PfTlyP5LIhCSQRGh746fglue2 - Z3L0crWysADwLMaMub1+o8QKJBKNb63Mz3zzcOyzSwtrweRfT91ZygqR3yfv - jv0xPvRhEpq7s9PTheUn84tri3O3Ao9/+OI4Xf4bjmS8Dw4gGSwAAAAASUVO - RK5CYII= + AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2QEKFjEFBaQC + bAAABStJREFUSMftlsmPXFcVh79zhzfX0Gm3y+20GwcnDomMEJEVAXIk2CAG + YaYVEUhs2WWTRRbsQCzZgGADKyT2RkLKAgkiYaJsIkAx3R7iEbvT6a4eqrte + Vb07ZFHV7W6TPwAkrnSk867OO997v3N07oX/r//2JQfOlT+9ZT+xdLqXhiBl + WTYhENc2Hsn2j9/49MI4LKjLX7u9cPmr7zz9yRf90QTr+7uiXaoGdS1b21uy + v9VnY+1RlNCEb3732+E/QN//2a9/+qVLn3/9QmLlxFNt70PD8MN1Vl/7UbJ0 + 77Ysd8rQPPvstb9++RtXRifPP1VuPlgmNr25qlVOTp1Ni7LU7XbLdMqCTqvw + mzvbk9/+4c+j8eLp3/zyB1//uTkAPZr4Z665wr75q5+wt71pyiKn1+pQzs1z + dXWV17ulym/fupC9+ccL409tcHH0kPTUaf6tc/bEkmlDqhRaKZI0ocpzbHTs + mnwJ4BA09JFoDSsr17hz8zpoQYBQO85OFN/r72CMYrhyHbf4PH2nKUc5e16z + s7FJkIi1lixJIQoQiTEiRADUASjPC3yIKGUQLWgRtGhERVCRXQn4xjHyEU9k + f+xogiIqM9U/ggiIHKYkxgjyBKjKMyYxYo3BKIM1ljzLKfOCEzi8g2Hj6HuH + pMn0a5VCRRCtpr5SKA1KTUtflOUB57F0mTWMG48gJDYlzTKyrCBVwvm9XULj + 2PeeD7SmlVXEuEkwBiOC0hpRgiCIKESmvjEJ+CdAIpHBYAgiZFlBVbVotzpk + ecqp+zfZH48JUdhpzSPtDlEZnPMYQBmDPG5gEEFESIxlEvxx6SyKwf4eRZ5T + lS263S7tToeyrKiMxUdQEhh3u4Q0Q0JAxTBNavSs+LNiAdpoqqrE+SdqZIKj + HjWkSUpRlFRVSVHk5EWBa1WUEqmAKNM+SgUSPFpAqWmaOIMIoJWmVRSznSPS + RTyT8Zhet8u4HpHlOXmeYWzCZl7RU5okETKtic2YNDqsimA1WmsAQpy2dIwR + rYQ0fSzpIagZjXEywugEY+ysIQqKvGA9BpL5ORYTz9lmj2TjIa1OSt7O+SAx + s+JD8B7nAsEHtNbkWQZhcFy6wdbONEAprDUYM21xrYXGGv5y5jnM/AlefWaR + xa0HlN0MFye4rJjKpYQQPK6Z4BqHKEWZ58gMcfhHdV1Dy9GZn6PfXwcUzjtC + tGSfe4V3rr7FP3pPUyc9Xj73AlY79PwSae8EfjxNbLQBEaJERCBJ7KxBjoC0 + NnSU49IXXqH32UvUJmVdlfTrPfxwh/iZL1KlmnqiWY2OUW+R83MZ81UbY0aI + gLEWmySIKEKIpEaBhOOgIkvwSuGLioEkDCYNy8rR155+XlDfvcmWUYgWfFIx + HA3pDyFpJqjop1NBCTFmTLwD0YhAnB0UhzVSCKUEnBh6MmK5GdAUBec6GUux + Yb9oMxlssPfuVXqjXc5XCWfaOd1OSVEUlGWJtVOpvPf4EDBaMxrVT4ygxPhW + YlGDD+kkHVwzonP3PaIQ9drDcXbtn2s3Htx59+b1f71968bKuYsvXXzphedf + XDpzZrnd6XSTVquljDGilCARYgj+/dWVv6/+/hdXjh58cvnVH37n5a9863f1 + yoqcXJjfvv/w3q17d99/e2Xlvb/dv3/vxs7Odj+E4GfvqJnpJEkypXSxsHCy + yLM8ESXWWuvrerh2587tW977GggHICUiutXunLLG6MFgUDfNpIkxTgDHdDSG + j7kCyMfsxVlsPGLHAg+eD+xY4P/M+ght8RxOZDxGnAAAAABJRU5ErkJggg== + ==== diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo4/libzlibrary.shlibs /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo4/libzlibrary.shlibs --- fbreader-0.8.17/distributions/debian/maemo4/libzlibrary.shlibs 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/debian/maemo4/libzlibrary.shlibs 2009-04-30 22:26:45.000000000 +0100 @@ -1,2 +1,2 @@ -libzlcore @SOVERSION@ libzlibrary (>= @VERSION@-1), libzlibrary (<< 0.10.0-1) -libzltext @SOVERSION@ libzlibrary (>= @VERSION@-1), libzlibrary (<< 0.10.0-1) +libzlcore @SOVERSIONCORE@ libzlibrary (>= @VERSION@-1), libzlibrary (<< 0.11.0-1) +libzltext @SOVERSIONTEXT@ libzlibrary (>= @VERSION@-1), libzlibrary (<< 0.11.0-1) diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo5/changelog /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo5/changelog --- fbreader-0.8.17/distributions/debian/maemo5/changelog 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo5/changelog 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,200 @@ +fbreader (0.10.7-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Mon, 30 Mar 2009 13:29:00 +0400 + +fbreader (0.10.6-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thu, 26 Mar 2009 22:15:00 +0200 + +fbreader (0.10.5-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 20 Mar 2009 18:12:00 +0200 + +fbreader (0.10.4-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 8 Feb 2009 03:24:00 +0300 + +fbreader (0.10.0-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 3 Aug 2008 19:01:00 +0400 + +fbreader (0.8.17-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 23 Mar 2008 03:30:00 +0300 + +fbreader (0.8.16-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 20 Mar 2008 03:10:00 +0300 + +fbreader (0.8.15-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Tue, 26 Feb 2008 02:41:00 +0300 + +fbreader (0.8.14-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sat, 9 Feb 2008 22:48:00 +0300 + +fbreader (0.8.13-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 24 Jan 2008 15:24:00 +0300 + +fbreader (0.8.12-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sat, 19 Jan 2008 03:47:00 +0300 + +fbreader (0.8.11-1) stable; urgency=low + + * new upstream version + * dependency rules have been changed + + -- Nikolay Pultsin Sat, 12 Jan 2008 22:27:00 +0300 + +fbreader (0.8.10-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 4 Jan 2008 20:53:00 +0300 + +fbreader (0.8.9-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 27 Dec 2007 07:13:00 +0300 + +fbreader (0.8.8d-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Mon, 24 Dec 2007 10:27:00 +0300 + +fbreader (0.8.8c-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sun, 23 Dec 2007 08:14:00 +0300 + +fbreader (0.8.8b-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 20 Dec 2007 22:30:00 +0300 + +fbreader (0.8.8a-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Mon, 17 Dec 2007 03:03:00 +0300 + +fbreader (0.8.8-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 23 Nov 2007 22:55:00 +0300 + +fbreader (0.8.7b-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Tue, 6 Nov 2007 22:55:00 +0300 + +fbreader (0.8.7a-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sat, 3 Nov 2007 00:00:00 +0400 + +fbreader (0.8.7-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Fri, 5 Sep 2007 00:00:00 +0400 + +fbreader (0.8.6d-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 7 Sep 2007 12:00:00 +0400 + +fbreader (0.8.6c-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 30 Aug 2007 02:30:00 +0400 + +fbreader (0.8.6a-1) stable; urgency=low + + * fixed stylus/finger pressing detection problem on Nokia 770 device + + -- Nikolay Pultsin Thr, 8 Aug 2007 18:47:00 +0400 + +fbreader (0.8.6-3) stable; urgency=low + + * fixed fbreader-maemo2 package icon + + -- Nikolay Pultsin Thr, 8 Aug 2007 01:55:00 +0400 + +fbreader (0.8.6-2) stable; urgency=low + + * fixed fbreader-maemo2 package icon + + -- Nikolay Pultsin Thr, 8 Aug 2007 01:09:00 +0400 + +fbreader (0.8.6-1) stable; urgency=low + + * new upstream version + * added libzlibrary-dev package + + -- Nikolay Pultsin Thr, 5 Aug 2007 23:49:00 +0400 + +fbreader (0.8.5c-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 19 Jul 2007 15:20:00 +0400 + +fbreader (0.8.5a-1) stable; urgency=low + + * new upstream version + * maemo package icon has been restored + + -- Nikolay Pultsin Sat, 7 Jul 2007 02:12:00 +0400 + +fbreader (0.8.5-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Sat, 7 Jul 2007 02:12:00 +0400 + +fbreader (0.8.4zz-1) stable; urgency=low + + * new upstream version + + -- Nikolay Pultsin Thr, 5 Jul 2007 03:17:00 +0400 + +fbreader (0.8.4z-1) stable; urgency=low + + * Initial release. + + -- Nikolay Pultsin Sat, 30 Jun 2007 01:48:00 +0400 diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo5/compat /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo5/compat --- fbreader-0.8.17/distributions/debian/maemo5/compat 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo5/compat 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1 @@ +4 diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo5/control /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo5/control --- fbreader-0.8.17/distributions/debian/maemo5/control 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo5/control 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,79 @@ +Source: fbreader +Priority: optional +Maintainer: Nikolay Pultsin +Standards-Version: 3.6.1 +Build-Depends: debhelper, libexpat1-dev, libbz2-dev, libz-dev, libhildon1-dev, libosso-dev, liblinebreak-dev, libfribidi-dev, libcurl3-dev + +Package: libzlibrary +Section: user/libs +Priority: optional +Architecture: armel i386 +Conflicts: fbreader (<< 0.8.0) +Depends: ${shlibs:Depends} +Description: Platform-dependent part of fbreader + Home page: http://www.fbreader.org/ + +Package: libzlibrary-dev +Section: libdevel +Priority: optional +Architecture: armel i386 +Depends: libzlibrary (= ${Source-Version}) +Description: zlibrary - development files + Home page: http://www.fbreader.org/ + +Package: fbreader +Section: user/tools +Priority: optional +Architecture: armel i386 +Depends: ${shlibs:Depends} +Description: e-book reader + FBReader is an e-book reader for UNIX/Windows computers. + . + Main features: + * supports several open e-book formats: fb2, html, chm, plucker, + palmdoc, ztxt, tcr (psion text), rtf, oeb, openreader, non-DRM'ed + mobipocket, plain text + * reads directly from tar, zip, gzip, bzip2 archives (you can have + several books in one archive) + * supports structured view for your e-book collection + * automatically determines encoding + * automatically generates table of contents + * keeps the last open book and the last read positions for all open books + between runs + * automatic hyphenation (patterns for several languages are included) + . + Home page: http://www.fbreader.org/ +XB-Maemo-Icon-26: + iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/ + AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2QEKFjEFBaQC + bAAABStJREFUSMftlsmPXFcVh79zhzfX0Gm3y+20GwcnDomMEJEVAXIk2CAG + YaYVEUhs2WWTRRbsQCzZgGADKyT2RkLKAgkiYaJsIkAx3R7iEbvT6a4eqrte + Vb07ZFHV7W6TPwAkrnSk867OO997v3N07oX/r//2JQfOlT+9ZT+xdLqXhiBl + WTYhENc2Hsn2j9/49MI4LKjLX7u9cPmr7zz9yRf90QTr+7uiXaoGdS1b21uy + v9VnY+1RlNCEb3732+E/QN//2a9/+qVLn3/9QmLlxFNt70PD8MN1Vl/7UbJ0 + 77Ysd8rQPPvstb9++RtXRifPP1VuPlgmNr25qlVOTp1Ni7LU7XbLdMqCTqvw + mzvbk9/+4c+j8eLp3/zyB1//uTkAPZr4Z665wr75q5+wt71pyiKn1+pQzs1z + dXWV17ulym/fupC9+ccL409tcHH0kPTUaf6tc/bEkmlDqhRaKZI0ocpzbHTs + mnwJ4BA09JFoDSsr17hz8zpoQYBQO85OFN/r72CMYrhyHbf4PH2nKUc5e16z + s7FJkIi1lixJIQoQiTEiRADUASjPC3yIKGUQLWgRtGhERVCRXQn4xjHyEU9k + f+xogiIqM9U/ggiIHKYkxgjyBKjKMyYxYo3BKIM1ljzLKfOCEzi8g2Hj6HuH + pMn0a5VCRRCtpr5SKA1KTUtflOUB57F0mTWMG48gJDYlzTKyrCBVwvm9XULj + 2PeeD7SmlVXEuEkwBiOC0hpRgiCIKESmvjEJ+CdAIpHBYAgiZFlBVbVotzpk + ecqp+zfZH48JUdhpzSPtDlEZnPMYQBmDPG5gEEFESIxlEvxx6SyKwf4eRZ5T + lS263S7tToeyrKiMxUdQEhh3u4Q0Q0JAxTBNavSs+LNiAdpoqqrE+SdqZIKj + HjWkSUpRlFRVSVHk5EWBa1WUEqmAKNM+SgUSPFpAqWmaOIMIoJWmVRSznSPS + RTyT8Zhet8u4HpHlOXmeYWzCZl7RU5okETKtic2YNDqsimA1WmsAQpy2dIwR + rYQ0fSzpIagZjXEywugEY+ysIQqKvGA9BpL5ORYTz9lmj2TjIa1OSt7O+SAx + s+JD8B7nAsEHtNbkWQZhcFy6wdbONEAprDUYM21xrYXGGv5y5jnM/AlefWaR + xa0HlN0MFye4rJjKpYQQPK6Z4BqHKEWZ58gMcfhHdV1Dy9GZn6PfXwcUzjtC + tGSfe4V3rr7FP3pPUyc9Xj73AlY79PwSae8EfjxNbLQBEaJERCBJ7KxBjoC0 + NnSU49IXXqH32UvUJmVdlfTrPfxwh/iZL1KlmnqiWY2OUW+R83MZ81UbY0aI + gLEWmySIKEKIpEaBhOOgIkvwSuGLioEkDCYNy8rR155+XlDfvcmWUYgWfFIx + HA3pDyFpJqjop1NBCTFmTLwD0YhAnB0UhzVSCKUEnBh6MmK5GdAUBec6GUux + Yb9oMxlssPfuVXqjXc5XCWfaOd1OSVEUlGWJtVOpvPf4EDBaMxrVT4ygxPhW + YlGDD+kkHVwzonP3PaIQ9drDcXbtn2s3Htx59+b1f71968bKuYsvXXzphedf + XDpzZrnd6XSTVquljDGilCARYgj+/dWVv6/+/hdXjh58cvnVH37n5a9863f1 + yoqcXJjfvv/w3q17d99/e2Xlvb/dv3/vxs7Odj+E4GfvqJnpJEkypXSxsHCy + yLM8ESXWWuvrerh2587tW977GggHICUiutXunLLG6MFgUDfNpIkxTgDHdDSG + j7kCyMfsxVlsPGLHAg+eD+xY4P/M+ght8RxOZDxGnAAAAABJRU5ErkJggg== + ==== diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo5/fbreader.postinst /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo5/fbreader.postinst --- fbreader-0.8.17/distributions/debian/maemo5/fbreader.postinst 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo5/fbreader.postinst 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,21 @@ +#! /bin/sh + +if [ -x /usr/bin/gtk-update-icon-cache ] +then + /usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor +fi + +if [ -x /usr/bin/update-desktop-database ] +then + /usr/bin/update-desktop-database +fi + +if [ -x /usr/bin/update-mime-database ] +then + /usr/bin/update-mime-database /usr/share/mime +fi + +if [ "$1" = "configure" -a -z "$2" -a -x /usr/bin/maemo-select-menu-location ] +then + /usr/bin/maemo-select-menu-location FBReader.desktop +fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo5/fbreader.postrm /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo5/fbreader.postrm --- fbreader-0.8.17/distributions/debian/maemo5/fbreader.postrm 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo5/fbreader.postrm 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,16 @@ +#! /bin/sh + +if [ -x /usr/bin/gtk-update-icon-cache ] +then + /usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor +fi + +if [ -x /usr/bin/update-desktop-database ] +then + /usr/bin/update-desktop-database +fi + +if [ -x /usr/bin/update-mime-database ] +then + /usr/bin/update-mime-database /usr/share/mime +fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo5/libzlibrary.postinst /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo5/libzlibrary.postinst --- fbreader-0.8.17/distributions/debian/maemo5/libzlibrary.postinst 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo5/libzlibrary.postinst 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +if [ "$1" = "configure" ]; then + ldconfig +fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo5/libzlibrary.postrm /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo5/libzlibrary.postrm --- fbreader-0.8.17/distributions/debian/maemo5/libzlibrary.postrm 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo5/libzlibrary.postrm 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +if [ "$1" = "configure" ]; then + ldconfig +fi diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo5/libzlibrary.shlibs /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo5/libzlibrary.shlibs --- fbreader-0.8.17/distributions/debian/maemo5/libzlibrary.shlibs 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo5/libzlibrary.shlibs 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,2 @@ +libzlcore @SOVERSIONCORE@ libzlibrary (>= @VERSION@-1), libzlibrary (<< 0.11.0-1) +libzltext @SOVERSIONTEXT@ libzlibrary (>= @VERSION@-1), libzlibrary (<< 0.11.0-1) diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/debian/maemo5/rules /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/debian/maemo5/rules --- fbreader-0.8.17/distributions/debian/maemo5/rules 1970-01-01 01:00:00.000000000 +0100 +++ fbreader-0.10.7dfsg/distributions/debian/maemo5/rules 2009-04-30 22:26:45.000000000 +0100 @@ -0,0 +1,66 @@ +#!/usr/bin/make -f +## ---------------------------------------------------------------------- +## debian/rules : package script for fbreader +## ---------------------------------------------------------------------- + +## ---------------------------------------------------------------------- +## uncomment this to turn on verbose mode +#export DH_VERBOSE=1 + +## ---------------------------------------------------------------------- +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) + +## ---------------------------------------------------------------------- +DEB_DIR = $(CURDIR)/debian + +## ---------------------------------------------------------------------- +## targets + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean build-stamp install-stamp + +build: build-stamp +build-stamp: + dh_testdir + $(MAKE) -C zlibrary/core TARGET_ARCH=maemo UI_TYPE=maemo5 + $(MAKE) -C zlibrary/text TARGET_ARCH=maemo UI_TYPE=maemo5 + $(MAKE) -C zlibrary/ui TARGET_ARCH=maemo UI_TYPE=maemo5 + $(MAKE) -C fbreader TARGET_ARCH=maemo UI_TYPE=maemo5 + touch build-stamp + +install: install-stamp +install-stamp: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) -C zlibrary/core TARGET_ARCH=maemo UI_TYPE=maemo5 DESTDIR=$(DEB_DIR)/libzlibrary do_install + $(MAKE) -C zlibrary/text TARGET_ARCH=maemo UI_TYPE=maemo5 DESTDIR=$(DEB_DIR)/libzlibrary do_install + $(MAKE) -C zlibrary/ui TARGET_ARCH=maemo UI_TYPE=maemo5 DESTDIR=$(DEB_DIR)/libzlibrary do_install + $(MAKE) -C fbreader TARGET_ARCH=maemo UI_TYPE=maemo5 DESTDIR=$(DEB_DIR)/fbreader do_install + $(MAKE) -C zlibrary/core TARGET_ARCH=maemo UI_TYPE=maemo5 DESTDIR=$(DEB_DIR)/libzlibrary-dev do_install_dev + $(MAKE) -C zlibrary/text TARGET_ARCH=maemo UI_TYPE=maemo5 DESTDIR=$(DEB_DIR)/libzlibrary-dev do_install_dev + touch install-stamp + +binary-indep: + +binary-arch: build install + dh_testdir + dh_testroot + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a -l $(DEB_DIR)/libzlibrary/usr/lib + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch + +.PHONY: clean build install binary-indep binary-arch binary + +## ---------------------------------------------------------------------- diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/distributions/nsi/win32/control.nsi /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/distributions/nsi/win32/control.nsi --- fbreader-0.8.17/distributions/nsi/win32/control.nsi 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/distributions/nsi/win32/control.nsi 2009-04-30 22:26:45.000000000 +0100 @@ -39,9 +39,14 @@ ReadRegStr $0 HKCU "Software\FBReader\options\Options" "BookPath" StrCmp $0 "" 0 +2 WriteRegStr HKCU "Software\FBReader\options\Options" "BookPath" "C:\Books;$PROFILE\Books" + ReadRegStr $0 HKCU "Software\FBReader\options\Options" "DownloadDirectory" + StrCmp $0 "" 0 +2 + WriteRegStr HKCU "Software\FBReader\options\Options" "DownloadDirectory" "$PROFILE\Books" WriteRegStr HKCU "Software\FBReader\options\PlatformOptions" "TouchScreenPresented" "true" WriteRegStr HKCU "Software\FBReader\options\PlatformOptions" "MousePresented" "true" WriteRegStr HKCU "Software\FBReader\options\PlatformOptions" "KeyboardPresented" "true" + WriteRegStr HKCU "Software\FBReader\options\Options" "LeftMargin" "50" + WriteRegStr HKCU "Software\FBReader\options\Options" "RightMargin" "50" WriteRegStr HKCU "Software\FBReader\options\Options" "KeyDelay" "0" WriteRegStr HKCU "Software\FBReader\options\SmallScrolling" "ScrollingDelay" "true" WriteRegStr HKCU "Software\FBReader\options\LargeScrolling" "ScrollingDelay" "true" @@ -53,8 +58,13 @@ SectionEnd Section "Uninstall" - RMDir /r "$INSTDIR\share" + ClearErrors Delete "$INSTDIR\FBReader.exe" + IfErrors 0 ContinueUninstallation + MessageBox MB_OK "Cannot uninstall FBReader while the program is running.$\nPlease quit FBReader and try again." + Quit + ContinueUninstallation: + RMDir /r "$INSTDIR\share" Delete "$INSTDIR\*.dll" Delete "$INSTDIR\*.license" Delete "$INSTDIR\uninstall.exe" diff -Nru /tmp/y6QFocllrz/fbreader-0.8.17/fbreader/data/default/config.desktop.xml /tmp/rHFBPa8T7G/fbreader-0.10.7dfsg/fbreader/data/default/config.desktop.xml --- fbreader-0.8.17/fbreader/data/default/config.desktop.xml 2008-03-22 13:00:31.000000000 +0000 +++ fbreader-0.10.7dfsg/fbreader/data/default/config.desktop.xml 2009-04-30 22:26:45.000000000 +0100 @@ -10,7 +10,10 @@