--- gnumeric-1.9.6.orig/config.guess +++ gnumeric-1.9.6/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-01-08' +timestamp='2008-01-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -139,16 +139,6 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -case "${UNAME_MACHINE}" in - i?86) - test -z "$VENDOR" && VENDOR=pc - ;; - *) - test -z "$VENDOR" && VENDOR=unknown - ;; -esac -test -f /etc/SuSE-release -o -f /.buildenv && VENDOR=suse - # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in @@ -850,13 +840,13 @@ if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu else - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnueabi + echo ${UNAME_MACHINE}-unknown-linux-gnueabi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) echo cris-axis-linux-gnu @@ -865,16 +855,16 @@ echo crisv32-axis-linux-gnu exit ;; frv:Linux:*:*) - echo frv-${VENDOR}-linux-gnu + echo frv-unknown-linux-gnu exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; mips:Linux:*:*) eval $set_cc_for_build @@ -897,7 +887,7 @@ s: ::g p }'`" - test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-gnu"; exit; } + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) eval $set_cc_for_build @@ -920,16 +910,16 @@ s: ::g p }'`" - test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-gnu"; exit; } + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) - echo or32-${VENDOR}-linux-gnu + echo or32-unknown-linux-gnu exit ;; ppc:Linux:*:*) - echo powerpc-${VENDOR}-linux-gnu + echo powerpc-unknown-linux-gnu exit ;; ppc64:Linux:*:*) - echo powerpc64-${VENDOR}-linux-gnu + echo powerpc64-unknown-linux-gnu exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -943,39 +933,39 @@ esac objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-${VENDOR}-linux-gnu ;; - PA8*) echo hppa2.0-${VENDOR}-linux-gnu ;; - *) echo hppa-${VENDOR}-linux-gnu ;; + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; esac exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-${VENDOR}-linux-gnu + echo hppa64-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) - echo x86_64-${VENDOR}-linux-gnu + echo x86_64-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-${VENDOR}-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so @@ -990,18 +980,18 @@ p'` case "$ld_supported_targets" in elf32-i386) - TENTATIVE="${UNAME_MACHINE}-${VENDOR}-linux-gnu" + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; a.out-i386-linux) - echo "${UNAME_MACHINE}-${VENDOR}-linux-gnuaout" + echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit ;; coff-i386) - echo "${UNAME_MACHINE}-${VENDOR}-linux-gnucoff" + echo "${UNAME_MACHINE}-pc-linux-gnucoff" exit ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. - echo "${UNAME_MACHINE}-${VENDOR}-linux-gnuoldld" + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" exit ;; esac # Determine whether the default compiler is a.out or elf @@ -1035,7 +1025,7 @@ p }'`" test x"${LIBC}" != x && { - echo "${UNAME_MACHINE}-${VENDOR}-linux-${LIBC}" + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit } test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } @@ -1494,9 +1484,9 @@ the operating system you are using. It is advised that you download the most up to date version of the config scripts from - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run ($0) is already up to date, please send the following data and any information you think might be --- gnumeric-1.9.6.orig/debian/gnumeric.install +++ gnumeric-1.9.6/debian/gnumeric.install @@ -0,0 +1,19 @@ +/etc/gconf/schemas/*.schemas +/usr/bin/gnumeric* +/usr/bin/ssconvert* +/usr/bin/ssgrep* +/usr/bin/ssindex* +/usr/lib/goffice/*/plugins/*/*.la +/usr/lib/goffice/*/plugins/*/*.so +/usr/lib/goffice/*/plugins/*/*.xml +# /usr/lib/gnumeric/*/plugins/*/*.glade +/usr/lib/gnumeric/*/plugins/*/*.la +/usr/lib/gnumeric/*/plugins/*/*.so +/usr/lib/gnumeric/*/plugins/*/*.xml +/usr/lib/libspreadsheet-*.so* +/usr/lib/libspreadsheet.so +/usr/lib/gnumeric/*/include/gnumeric-features.h +/usr/share/gnumeric/*/GNOME_Gnumeric-gtk.xml +/usr/share/gnumeric/*/Gnumeric-embed.xml +# /usr/share/gnumeric/*/Gnumeric-embed.xml +/usr/share/man/man*/* --- gnumeric-1.9.6.orig/debian/pycompat +++ gnumeric-1.9.6/debian/pycompat @@ -0,0 +1 @@ +4 --- gnumeric-1.9.6.orig/debian/gnumeric.postinst +++ gnumeric-1.9.6/debian/gnumeric.postinst @@ -0,0 +1,6 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +exit 0 --- gnumeric-1.9.6.orig/debian/changelog +++ gnumeric-1.9.6/debian/changelog @@ -0,0 +1,2340 @@ +gnumeric (1.9.6-1) unstable; urgency=low + + * New upstream development release. Upstream changes include: + * Basic infrastructure for variable sheet sizes. For example, text and + CSV files now load into sheets as big as needed and the silent + truncation of a test DBF file with 65536 rows is no longer + reproducible. (Closes: #252468, #331356) + * [debian/control] + * Bumped libgsf and goffice build dependencies as per configure.in . + * Fixed debhelper-but-no-misc-depends. + * Call dh_prep instead of dh_clean -k. + * Updated Standards-Version. + * Follow upstream VCS change: replaced Vcs-Svn by Vcs-git and updated + Vcs-Browser. + * [debian/gnumeric.install] Re-enabled schema installation. + * [debian/gnumeric.prerm] Dropped. Fixes maintainer-script-empty. + * [debian/rules] + * Removed calls to dh_desktop which has been deprecated. + * Removed --without-gnomedb, --without-gb, --without-bonobo from + features; they are longer needed or recognised. + + -- J.H.M. Dassen (Ray) Sun, 26 Apr 2009 17:58:42 +0200 + +gnumeric (1.9.5-1) unstable; urgency=low + + * New upstream development release. + * [debian/control] Bumped glib, gtk and goffice build dependencies as per + configure.in . + + -- J.H.M. Dassen (Ray) Sun, 29 Mar 2009 20:15:19 +0200 + +gnumeric (1.9.4-1) unstable; urgency=low + + * New upstream development release. Uploading to unstable now that lenny + has been released. Upstream changes include: + * Fix for CVE-2009-0318, an untrusted search path vulnerability which + affected the python-loader plugin which is part of the + gnumeric-plugins-extra package. (Closes: #569648) + * ssconvert(1) now documents the options for --export-options and has a + simpler example to start with. (Closes: #406920, 511958) + * gnumeric(1) now mentions ssconvert in SEE ALSO. (Closes: 511957) + * Fix problem with functions docs in locales without encoding information. + (Closes: #514127) + * [debian/control] Updated glib, goffice and pango build dependencies, + dropped gconf build dependency per configure.in . Dropped bonobo, + libgnomeui, libgnome, libgsf-gnome build dependencies as we follow the + new upstream default of a non-GNOME build. (Closes: #399323) + * [debian/gnumeric.install] Removed gconf schemas which are no longer + built. + * [debian/gnumeric-common.install] Removed pattern for idl files as they + are no longer built. + * [debian/gnumeric.mime] Removed entry for obsolete, unofficial type + text/x-comma-separated-values. + + -- J.H.M. Dassen (Ray) Mon, 23 Feb 2009 12:44:03 +0100 + +gnumeric (1.9.3-1) experimental; urgency=low + + * New upstream development release. Upstream changes include: + * Print wysiwyg. (Closes: #180378) + * Fixed version numbering. + * [debian/rules] Fix permissions of plugins under /usr/lib/goffice as well. + * [debian/gnumeric.install] Install the plugins under /usr/lib/goffice as + well. + * [debian/control] + * Updated goffice build dependency per configure.in . + * Change the Recommends: evince to evince | evince-gtk. (Closes: #501897) + + -- J.H.M. Dassen (Ray) Sun, 19 Oct 2008 17:45:44 +0200 + +gnumeric (1.9.2) experimental; urgency=low + + * New upstream development release. + * [debian/compat] New; updated to current debhelper compatibility level. + * [debian/rules] No longer set DH_COMPAT. + * [debian/control] + * Updated debhelper build dependency. + * Bumped libgsf and pango build dependencies per configure.in . + * Changed fonts suggestion now that the Liberation fonts are available in + main and the Microsoft Corefonts installer package has been renamed. + (Closes: #490039) + * Cleaned up build dependencies to fix build-depends-on-1-revision lintian + warning. + * [debian/gnumeric.install, debian/gnumeric-common.install, + debian/gnumeric-plugins-extra.install] Dropped some obsoleted patterns; + commented out some patterns which have no current matches. + * [debian/gnumeric.preinst] Added debhelper token. + + -- J.H.M. Dassen (Ray) Sat, 30 Aug 2008 16:49:14 +0200 + +gnumeric (1.9.1-1) experimental; urgency=low + + * New upstream development release. + * [doc/C/gnumeric-C.omf] Missing from tarball; added from SVN. + * [debian/control] + * Updated goffice build dependency per configure.in . + * Reintroduced intltool build dependency. (Closes: #487581) + * Updated Standards-Version. + * [debian/gnumeric-common.install] Include the tango based icons which are + now shipped upstream. + * [debian/rules] Call dh_icons. + * [debian/gnome-gnumeric.xpm] Updated, based on upstream 32x32 png icon. + + -- J.H.M. Dassen (Ray) Wed, 25 Jun 2008 20:04:08 +0200 + +gnumeric (1.9.0-1) experimental; urgency=low + + * New upstream development release. + + * Upstream changes include: + * Gnumeric graphs cannot always round trip through xls format, as + Gnumeric's structure for graphs is richer than that supported by the xls + format, e.g. Gnumeric supports multiple charts per graph and + distinguishes between graph titles and chart titles, but the xls format + only supports one chart per graph and just one title. When exporting to + xls format, if there is no chart title, but there is a graph title, save + that graph title. (Closes: #305399) + * [debian/control] Update libgsf and goffice build dependencies as per + configure.in . + * [debian/gnumeric.install] Include ssgrep. + + -- J.H.M. Dassen (Ray) Mon, 05 May 2008 07:17:09 +0200 + +gnumeric (1.8.4-3) unstable; urgency=high + + * [plugins/python-loader/gnm-py-interpreter.c, + plugins/python-loader/ChangeLog] Pull in fix from SVN gnumeric-1-8 + branch to deal with CVE-2009-0318, an untrusted search path vulnerability + which affected the python-loader plugin which is part of the + gnumeric-plugins-extra package. (Closes: #513418) + + -- J.H.M. Dassen (Ray) Thu, 29 Jan 2009 15:50:12 +0100 + +gnumeric (1.8.4-2) unstable; urgency=high + + * [po/Makefile.in.in] Added a "dummy" definition text for POTFILES to + prevent the definition of CATALOGS from being eaten when + build/po/Makefile is generated; this brings the translations back. + (Closes: #513199) + + -- J.H.M. Dassen (Ray) Tue, 27 Jan 2009 19:11:11 +0100 + +gnumeric (1.8.4-1) unstable; urgency=low + + * New upstream stable release. + + -- J.H.M. Dassen (Ray) Sun, 18 Jan 2009 20:30:30 +0100 + +gnumeric (1.8.3-6) unstable; urgency=medium + + * [NEWS, plugins/excel/ChangeLog, plugins/excel/ms-chart.c]: Pull in fixes + from SVN gnumeric-1-8 branch for issues affecting Excel charts + import/export (bugzilla.gnome.org #544935, #557027). (Closes: #509281) + * [ChangeLog, src/xml-sax-read.c] Pull in fix from SVN gnumeric-1-8 branch + to not crash on old gnumeric files which have gnm:StyleRegion tags + without attributes in them. (Closes: #510929) + + -- J.H.M. Dassen (Ray) Sun, 11 Jan 2009 16:19:33 +0100 + +gnumeric (1.8.3-5+lenny1) testing-security; urgency=high + + * Non-maintainer upload by the Security Team. + * Fix insecure search path vulnerability due to how python handles sys.path + by sanitizing sys.path after calling PySys_SetArgv + (CVE-2009-0318; Closes: #513418). + + -- Nico Golde Fri, 06 Feb 2009 19:24:06 +0100 + +gnumeric (1.8.3-5) unstable; urgency=medium + + * [plugins/perl-loader/perl-loader.c] Call PERL_SYS_INIT3() prior to + perl_parse as per perlembed(1) so as not to hang on HPPA. + (Closes: #495062). + + -- J.H.M. Dassen (Ray) Tue, 19 Aug 2008 15:57:26 +0200 + +gnumeric (1.8.3-4) unstable; urgency=high + + * [plugins/fn-date/ChangeLog, plugins/fn-date/functions.c] Pull in fix from + SVN gnumeric-1-8 branch for off-by-one errors in DATE function. + (Closes: #492743) + * [debian/po/ja.po] Updated Japanese translation, courtesy of Atsushi + Shimono . (Closes: #490668) + + -- J.H.M. Dassen (Ray) Fri, 01 Aug 2008 21:56:40 +0200 + +gnumeric (1.8.3-3) unstable; urgency=low + + * Pulled in updates from SVN gnumeric-1-8 branch. + * [debian/compat] New. + * [debian/rules] No longer set DH_COMPAT. + * [gnumeric.preinst] Added debhelper token. + * [debian/copyright] Fixed copyright-without-copyright-notice. + * [debian/control] + * Changed fonts suggestion now that the Liberation fonts are available in + main and the Microsoft Corefonts installer package has been renamed. + (Closes: #490039) + * Updated Standards-Version. + * Cleaned up build dependencies to fix build-depends-on-1-revision lintian + warning. + + -- J.H.M. Dassen (Ray) Sat, 12 Jul 2008 15:20:19 +0200 + +gnumeric (1.8.3-2) unstable; urgency=low + + * [debian/control] Reintroduced intltool build dependency. + * Updates from SVN gnumeric-1-8 branch: + * [src/stf-export.c, ChangeLog, NEWS] (try_auto_date): Don't generate an + invalid time format. Fixes GNOME bugzilla #534514. Fix detection of + fractional seconds. + * [po/pl.po, po/ChangeLog]: pl.po: Updated polish translation + + -- J.H.M. Dassen (Ray) Mon, 23 Jun 2008 19:47:36 +0200 + +gnumeric (1.8.3-1) unstable; urgency=low + + * New upstream release. + * Issues fixed in this or previous release: + * Cell contents are not displayed for cells with an invalid format + (Closes: #470300) + * Failure to open xlsx files generated by Gnumeric itself. + (Closes: #469643) + + -- J.H.M. Dassen (Ray) Sun, 25 May 2008 10:25:50 +0200 + +gnumeric (1.8.2-1) unstable; urgency=low + + * New upstream release. + * [debian/control] Added gnumeric Suggests: msttcorefonts as these may be + needed for proper preview and printing of Excel files. + + -- J.H.M. Dassen (Ray) Fri, 07 Mar 2008 07:01:57 +0100 + +gnumeric (1.8.1-1) unstable; urgency=medium + + * New upstream release. Changes include + * plugins/excel/ms-chart.c: (ms_excel_chart_write): save graph title if + any and if the first chart has no title. (Gnome #301720) + (Closes: #305399) + + -- J.H.M. Dassen (Ray) Fri, 25 Jan 2008 19:55:54 +0100 + +gnumeric (1.8.0-1) unstable; urgency=medium + + * New upstream stable release, building on top of goffice 0.6. + (Closes: #458006) + * [doc/C/gnumeric-C.omf] Taken from svn as it is missing in the upstream + tarball. + * Upstream changes in this release include: + * Fixed paired t-test [gnome #504256]. (Closes: #456798) + * [debian/copyright, debian/gnumeric-doc.copyright] Updated. + * [debian/control] + * Build depend on new goffice packages (as per configure.in). + (Closes: #458006) + * Updated Standards-Version. + * [debian/po/de.po] Updated translation. Thanks Johannes Starosta + . (Closes: #455223) + + Gnumeric bugs cleanup: + * Several issues were fixed during the 1.7.x development series: + * Title elements in charts are lost when saving in xls format. + (Closes: #305399) + * "x_order_2: colinear!" message when showing Help -> About. + (Closes: #341262) + * Autocomplete should be more configurable. (Closes: #242528) + * RFE: Quick tab color changer. (Closes: #353811) + * RFE: Support import of OOXML. (Closes: #408068) + * Issues which have been tagged as unreproducible for a long time and for + which no new information regarding them (or new reports of them) has come + forth: + * Gnumeric crashes and hangs the entire computer (Closes: #447219) + * Eats all memory if started with LC_NUMERIC set. (Closes: #395051) + * XLS plugin is off by default. (Closes: #416110) + Please reopen them if they can be reproduced with this version. + + -- J.H.M. Dassen (Ray) Sat, 29 Dec 2007 23:57:51 +0100 + +gnumeric (1.7.91-1) unstable; urgency=low + + * New upstream beta release. + * [debian/rules] Changed the way in which LDFLAGS are passed so + -Wl,--as-needed has much greater effect. + * [debian/control] Added Homepage. + * [debian/po/vi.po] Added Vietnamese translation courtesy of Clytie Siddall + . (Closes: #453626). + + -- J.H.M. Dassen (Ray) Thu, 06 Dec 2007 10:17:19 +0100 + +gnumeric (1.7.90-1) unstable; urgency=low + + * New upstream beta release. + * [debian/control] + * Bumped goffice build dependency per configure.in . + * Dropped `XS-' prefix from XS-Vcs-Svn, XS-Vcs-Browser. + * [debian/watch] Updated. + * [debian/gnumeric.install] Install gnumeric-features.h . + + Christian Perrier : + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #448448 + * [Debconf translation updates] + * Swedish. Closes: #449026 + * Galician. Closes: #449065 + * Slovak. Closes: #449079 + * Finnish. Closes: #449086 + * Portuguese. Closes: #449232 + * Czech. Closes: #449269 + * Italian. Closes: #449447 + * Spanish; Castilian. Closes: #450546 + * Russian. Closes: #451399 + * French. Closes: #451758 + + -- J.H.M. Dassen (Ray) Tue, 20 Nov 2007 22:20:32 +0100 + +gnumeric (1.7.14-1) unstable; urgency=low + + * New upstream release. + * [debian/control] + * Bumped goffice build dependency per configure.in . + * Versioned the evince recommends to versions which implement the + --print-settings parameter used in the GTK_PRINT_PREVIEW_COMMAND + definition in current gtk+. (Closes: #448445) + + -- J.H.M. Dassen (Ray) Sun, 04 Nov 2007 20:25:29 +0100 + +gnumeric (1.7.13-1) unstable; urgency=low + + * New upstream release. + * Upload to unstable. The 1.6.x series is no longer being developed and + upstream consensus is that 1.7.x is now more stable than 1.6.x. + * Close bugs already marked as fixed in experimental or fixed upstream. + (Closes: #238944, #242528, #341262, #408068) + * Close bugs relating to components which have undergone near complete + overhaul (printing, charts). + (Closes: #284720, #286117, #286523, #336011, #374192, #392670, #396674, #405385, #406019) + * Fixed upstream: + * Title elements in charts are preserved when exporting as .xls and + re-importing. (Closes: #305399) + * [debian/control] + * Bumped goffice build dependency per configure.in . + * Added XS-Vcs-Svn, XS-Vcs-Browser. + * [debian/po/sk.po] Added Slovak translation courtesy of Ivan Masár + . (Closes: #441672). + + -- J.H.M. Dassen (Ray) Sun, 21 Oct 2007 20:54:09 +0200 + +gnumeric (1.7.12-1) experimental; urgency=low + + * New upstream development release. + * [debian/control] + * Bumped libgsf and goffice build dependencies per configure.in . + * Made binNMU safe, thanks Lior Kaplan . + (Closes: #432962) + * [debian/gnumeric.menu] Changed section to Applications/Office as per the + new Debian menu structure. Thanks Bill Allombert . + (Closes: #439009) + + -- J.H.M. Dassen (Ray) Tue, 04 Sep 2007 21:01:55 +0200 + +gnumeric (1.7.11-1) experimental; urgency=low + + * New upstream development release. + * [debian/control] Bumped libgsf and goffice build dependencies per + configure.in . + + -- J.H.M. Dassen (Ray) Tue, 24 Jul 2007 19:46:17 +0200 + +gnumeric (1.7.10-1) experimental; urgency=low + + * New upstream development release. + * [debian/rules, debian/control, debian/gnumeric-plugins-extra.install] + Enabled Psion files support. + * [debian/control] Bumped goffice build dependency per configure.in . + + -- J.H.M. Dassen (Ray) Fri, 4 May 2007 20:19:21 +0200 + +gnumeric (1.7.9-1) experimental; urgency=low + + * New upstream development release. + * [debian/control] + * Bumped libgtk2.0-dev build dependencies and removed gnomeprint build + dependency per configure.in . + * Added gnumeric Depends: procps for pgrep (used in the preinst script). + * Added gnumeric Recommends: evince (called by the print preview + implementation in libgtk). + * Added gnumeric Suggests: epiphany-browser (default browser used by the + library functions called for Help -> Gnumeric on the Web and Help -> + Report a Problem). + * [debian/po/pt_BR.po] Added, courtesy of Eder L. Marques + . (Closes: #417350) + + -- J.H.M. Dassen (Ray) Sat, 21 Apr 2007 19:47:30 +0200 + +gnumeric (1.7.8-1) experimental; urgency=low + + * New upstream development release. + * [debian/gnumeric.mime] Fixed broken entry. (Closes: #412193) + * [debian/control] Bumped goffice build dependency per configure.in . + + -- J.H.M. Dassen (Ray) Mon, 5 Mar 2007 07:01:26 +0100 + +gnumeric (1.7.7-1) experimental; urgency=low + + * New upstream development release. + * Fixes integrated upstream: + * [doc/C/gnumeric.1] Typos/grammar glitches. (Closes: #410249) + * [debian/control] Bumped goffice build dependency per configure.in . + * [debian/po/es.po] Added, courtesy of Carlos Valdivia Yagüe + . (Closes: #383359) + * [debian/po/gl.po] Added, courtesy of Jacobo Tarrio . + (Closes: #407955) + + -- J.H.M. Dassen (Ray) Sat, 17 Feb 2007 17:07:17 +0100 + +gnumeric (1.7.6-1) experimental; urgency=low + + * New upstream development release. + * [debian/control] Bumped goffice build dependency per configure.in . + + -- J.H.M. Dassen (Ray) Mon, 18 Dec 2006 09:02:59 +0100 + +gnumeric (1.7.5-1) experimental; urgency=medium + + * New upstream development release. + * [debian/control] Bumped goffice build dependency per configure.in . + + -- J.H.M. Dassen (Ray) Mon, 4 Dec 2006 17:01:13 +0100 + +gnumeric (1.7.4-1) experimental; urgency=medium + + * New upstream development release. + + -- J.H.M. Dassen (Ray) Mon, 27 Nov 2006 15:52:41 +0100 + +gnumeric (1.7.3-1) experimental; urgency=medium + + * New upstream development release. + * [debian/po/ja.po] Added, courtesy of Shimono Atsushi + . (Closes: #384994). + * [debian/po/it.po] Added, courtesy of Luca Monducci . + (Closes: #396946) + + -- J.H.M. Dassen (Ray) Wed, 22 Nov 2006 22:16:34 +0100 + +gnumeric (1.7.2-1) experimental; urgency=low + + * New upstream development release. + * Follow new python policy: (Closes: #380831) + * [debian/control] + * Added ${python:Depends} dependency to gnumeric-plugins-extra + * Added XB-Python-Version: ${python:Versions} and + XS-Python-Version: current to gnumeric and gnumeric-plugins-extra. + * Build-depend on python-dev instead of python2.3-dev. + * Bumped debhelper build dependency. + * Added python-central build dependency. + * [debian/pycompat] Added. + * [debian/rules] Added dh_pycentral calls. + * [debian/config] Added. + + -- J.H.M. Dassen (Ray) Tue, 17 Oct 2006 19:22:12 +0200 + +gnumeric (1.7.1-1) experimental; urgency=low + + * New upstream development release. + * [debian/control] Bumped libgsf and goffice build dependencies per + configure.in . + * [debian/control] Change list bullet character from `o' to `*' for + aptitude. (Closes: #389140) + * [debian/gnumeric.install] Add goffice plugin. + * [debian/po/lt.po] Added, courtesy of Gintautas Miliauskas . + (Closes: #374319). + * [debian/po/pt.po] Added, courtesy of Ricardo Silva via + Rui Branco . (Closes: #378890) + * [debian/po/ru.po] Added, courtesy of Yuri Kozlov . + (Closes: #379367) + + -- J.H.M. Dassen (Ray) Wed, 4 Oct 2006 21:24:30 +0200 + +gnumeric (1.7.0-1) experimental; urgency=low + + * New upstream development release. Changes include: + * Moving tabs works (Closes: #366354) + * The sheet from which the sheet manage dialog is started is now selected + in that dialog, making it easier to e.g. change the tab's color. + (Closes: #353811) + * [debian/control] Changed goffice build dependency per configure.in; + updated Standards-Version. + * [debian/gnumeric.mime] Updated. + + -- J.H.M. Dassen (Ray) Wed, 10 May 2006 21:29:08 +0200 + +gnumeric (1.6.3-5.1+etch2) stable-proposed-updates; urgency=medium + + * [plugins/python-loader/gnm-py-interpreter.c, + plugins/python-loader/ChangeLog] Pull in fix from SVN gnumeric-1-6 + branch to deal with CVE-2009-0318, an untrusted search path vulnerability + which affected the python-loader plugin which is part of the + gnumeric-plugins-extra package. (Closes: #513418) + + -- J.H.M. Dassen (Ray) Thu, 29 Jan 2009 21:20:17 +0100 + +gnumeric (1.6.3-5.1+etch1) stable-security; urgency=high + + * Non-maintainer upload by the Security Team. + * Backport fix from upstream SVN: + - CVE-2008-0668: arbitrary code execution through integer overflow in + Excel spreadsheet HLINK handling + + -- Devin Carraway Sun, 30 Mar 2008 01:02:31 +0000 + +gnumeric (1.6.3-5) unstable; urgency=low + + * [doc/C/gnumeric.1] Typos/grammar glitches. (Closes: #410249) + * [debian/po/it.po] Added, courtesy of Luca Monducci . + (Closes: #396946) + * [debian/po/es.po] Added, courtesy of Carlos Valdivia Yagüe + . (Closes: #383359) + * [debian/po/gl.po] Added, courtesy of Jacobo Tarrio . + (Closes: #407955) + + -- J.H.M. Dassen (Ray) Sun, 11 Feb 2007 21:18:59 +0100 + +gnumeric (1.6.3-4) unstable; urgency=low + + * Pulled in core code and translation changes from upstream CVS branch. + * Backported packaging improvements from the 1.7.x packages in experimental, + including: + * Follow new python policy. (Closes: #380831) + * [debian/control] Made lists in package descriptions render nicely in + aptitude (Closes: #389140) + * [debian/po/ja.po] Added, courtesy of Shimono Atsushi + . (Closes: ##384994). + * [debian/gnumeric.mime] Add text/csv in whose favour + text/comma-separated-values has been depreciated in RFC 4180. + (Closes: #394053) + + -- J.H.M. Dassen (Ray) Sun, 22 Oct 2006 17:42:30 +0200 + +gnumeric (1.6.3-3) unstable; urgency=low + + * [debian/po/lt.po] Added, courtesy of Gintautas Miliauskas . + (Closes: #374319). + * [debian/po/pt.po] Added, courtesy of Ricardo Silva via + Rui Branco . (Closes: #378890) + * [debian/po/ru.po] Added, courtesy of Yuri Kozlov . + (Closes: #379367) + + -- J.H.M. Dassen (Ray) Mon, 7 Aug 2006 21:47:06 +0200 + +gnumeric (1.6.3-2) unstable; urgency=low + + * Sourceful upload; should fix installability on amd64. (Closes: #365691) + * [debian/po/nl.po] Added, courtesy of Kurt De Bree + (Closes: #363043). + + -- J.H.M. Dassen (Ray) Tue, 9 May 2006 21:21:58 +0200 + +gnumeric (1.6.3-1) unstable; urgency=medium + + * New upstream release. + * [debian/rules] Corrected sed expression to determine the upstream + version: `+' is allowed in a debian_revision. This fixes the + dependencies when a binNMU is made of this package. (Closes: #357936) + * [debian/control] Updated goffice build dependency per configure.in . + Updated pxlib-dev and libgsf-1-dev build dependencies to ensure only one + version of libgsf is used. + + -- J.H.M. Dassen (Ray) Thu, 23 Mar 2006 08:36:14 +0100 + +gnumeric (1.6.2-3) unstable; urgency=medium + + * [ChangeLog, NEWS, README, plugins/fn-financial/functions.c, + plugins/xbase/ChangeLog, plugins/xbase/boot.c, plugins/xbase/xbase.c, + src/dialogs/ChangeLog, src/dialogs/dialog-stf-format-page.c, + src/print-cell.c, src/tools/solver/ChangeLog, src/tools/solver/solver.c] + Updates from CVS gnumeric-1-6 branch. + * [debian/po/fr.po] Added, courtesy of Severine Lombardo via Thomas Huriaux + (Closes: #354543). + + -- J.H.M. Dassen (Ray) Sun, 5 Mar 2006 10:40:45 +0100 + +gnumeric (1.6.1-2) unstable; urgency=medium + + * [debian/gnumeric.templates, debian/gnumeric.preinst] New. Make a + reasonable effort attempt to give the administrator the option of aborting + an installation when there are running gnumeric processes (as those + processes may not be able to function properly (in particular, save their + data) when gnumeric is upgraded). (Closes: #286563, #290508) + * [debian/rules] Added dh_installdebconf calls. + * [debian/control] Added Suggests: debconf. + * [debian/control] Dropped gnumeric-common Depends: gnumeric as it causes a + circular dependency which is problematic in some upgrade scenarios. + (Closes: #339925) + * [debian/control] Added gnumeric-doc Suggests: docbook-xsl for the + (navigation) images in the documentation. Made this a Suggests: rather + than a Recommends: dependency as Recommends: dependencies are difficult to + avoid in many package management frontends and the Recommends: of + docbook-xsl itself (in particular: httpd) are not desirable on many + systems. (Closes: #341572) + + -- J.H.M. Dassen (Ray) Sun, 4 Dec 2005 10:50:17 +0100 + +gnumeric (1.6.1-1) unstable; urgency=medium + + * New upstream release. Changes include: + * Builds with current goffice. (Closes: #338669) + * [po/it.po] Fixed a conflict between accelerators. (Closes: #334103) + * [debian/control] Bumped goffice build dependency per configure.in; bumped + pxlib build dependency to ensure single libgsf runtime dependency. + * [debian/rules] The old way of inhibiting scrollkeeper from running during + "make install" no longer worked; have it run, then remove the files it + generates. + * [debian/docs] Removed "TODO" as it has been removed upstream. + * [debian/watch] Updated. + + -- J.H.M. Dassen (Ray) Tue, 15 Nov 2005 08:06:02 +0100 + +gnumeric (1.6.0-2) unstable; urgency=low + + * Upload to unstable. + + -- J.H.M. Dassen (Ray) Tue, 1 Nov 2005 21:44:07 +0100 + +gnumeric (1.6.0-1) experimental; urgency=low + + * New upstream release. + * Fixed upstream: crash on close with some spreadsheets. (Closes: #329227) + * [debian/*.md5sum] New. Checksums of historical versions of obsoleted + conffiles. + * [debian/rules, debian/gnumeric-common.install] Install checksum files. + * [debian/gnumeric-common.postinst] New. Remove unmodified obsoleted schema + files in /etc/gconf/schemas. (Closes: #264324) + * [debian/rules] Deal with changed mandir; pass --as-needed to ld. + * [debian/gnumeric.install] Updated now that libspreadsheet has version + information in its filename. + * [debian/control] Bumped goffice and libgsf build dependencies per + configure.in . + Added gnumeric-plugins-extra Depends: python-gtk2. (Closes: #332509) + * Upload to experimental due to dependencies. + + -- J.H.M. Dassen (Ray) Mon, 10 Oct 2005 21:17:20 +0200 + +gnumeric (1.5.90-1) unstable; urgency=low + + * New upstream beta release. + * [debian/control] Bumped libgsf, goffice build dependencies per + configure.in . + + -- J.H.M. Dassen (Ray) Fri, 9 Sep 2005 07:00:00 +0200 + +gnumeric (1.5.5-1) unstable; urgency=low + + * New upstream bugfix release. + + -- J.H.M. Dassen (Ray) Mon, 29 Aug 2005 07:01:06 +0200 + +gnumeric (1.5.4-1) unstable; urgency=low + + * New upstream release. + * [debian/rules] Temporarily disabled GDA and GnomeDB plugins as they + currently require newer versions of those libraries than are available in + sid. + + -- J.H.M. Dassen (Ray) Sun, 28 Aug 2005 19:02:18 +0200 + +gnumeric (1.5.3-2) unstable; urgency=low + + * [debian/gnumeric-common.install] Install all translations, including those + of the functions documentation. + * [debian/gnumeric.install] Include manpages here, so dh_install takes them + into account. + * [debian/gnumeric.manpages] Dropped. + * [debian/rules] Clean out additional unwanted files from the temporary + installation directory; use dh_install --fail-missing rather than + --list-missing. + + -- J.H.M. Dassen (Ray) Thu, 18 Aug 2005 18:19:22 +0200 + +gnumeric (1.5.3-1) unstable; urgency=low + + * New upstream release. + * The following issues have been fixed upstream: + * Page settings, including paper orientation, are now restored properly on + load. (Closes: #195600, #236024) + * Blank pages with print and print preview with LANG="". (Closes: #238944) + * Off-by-one errors on xspread import. (Closes: #258964) + * Problems setting margins. (Closes: #276707) + * Typos in German translation. (Closes: #313746) + * Honour the quoting setting in configurable text export. (Closes: #315187) + * IRR function misbehaving on some arguments. (Closes: #315625) + * [ChangeLog, src/workbook-view.c] Applied fix from upstream CVS for ugly + warning on xls save, + * [doc/C/gnumeric-C.omf] Restored contents from upstream CVS. + * [debian/rules] Temporarily disabled GDA and GnomeDB plugins; they require + newer versions of those libraries than are currently available in sid. + * [debian/control] Mention OASIS XML, OpenOffice.org XML, StarOffice in + package description. (Closes: #317395) + Bumped goffice build dependency per configure.in . + * [debian/gnumeric.mime] Add entry for OpenOffice.org Calc. + * [debian/copyright, debian/gnumeric-doc.copyright] Updated FSF's address. + + -- J.H.M. Dassen (Ray) Thu, 18 Aug 2005 10:04:22 +0200 + +gnumeric (1.5.2-1) unstable; urgency=low + + * New upstream release. + * Fixed upstream: + * sumif behaviour with intersheet references. (Closes: #308346) + * Brown bag text import problem. (Closes: #310832) + * [debian/control] Bumped goffice and libgsf build dependencies + per configure.in. + * [debian/rules, debian/gnumeric.install] Install libspreadsheet runtime + files. Libspreadsheet is not a fully rounded separate library at this + point and the gnumeric binary package contains the only binaries + currently using it, so there is no need yet for it to be in a separate + package. This may well change in the future. + * [debian/rules, debian/gnumeric.install] Build and include ssindex. + (Closes: #311534) + + -- J.H.M. Dassen (Ray) Tue, 14 Jun 2005 22:38:59 +0200 + +gnumeric (1.5.1-1) unstable; urgency=low + + * New upstream development release. + * [debian/rules] Clean up, following 1.4 branch. + * [debian/control] Overhauled build dependencies. + + -- J.H.M. Dassen (Ray) Tue, 17 May 2005 08:11:37 +0200 + +gnumeric (1.4.3-6) unstable; urgency=high + + * [ChangeLog, NEWS, omf.make, src/dependent.c, xmldocs.make] Update from + CVS gnumeric-1-4 branch; fixes include: + * Fix crash for sheet-remove on sheets with local dynamic dependencies. + * [debian/rules, debian/gnumeric-doc.install] Applied patch courtesy of + Philipp Sadleder to restore the documentation files + which were lost in -5 due to an accidental switch to upstream CVS's + xmldocs.make. (Closes: #307883) + + -- J.H.M. Dassen (Ray) Fri, 6 May 2005 22:44:29 +0200 + +gnumeric (1.4.3-5) unstable; urgency=medium + + * [ChangeLog, Makefile.am, NEWS, configure.in, plugins/fn-stat/ChangeLog, + plugins/fn-stat/functions.c, schemas/Makefile.am, src/application.c, + src/cut-n-paste-code/goffice/gui-utils/go-action-combo-text.c, + src/dialogs/dialog-function-select.c, src/dialogs/dialog-preferences.c, + src/gnumeric-gconf-priv.h, src/gnumeric-gconf.c, src/gnumeric-gconf.h, + src/gui-file.c, src/libgnumeric.c, src/libgnumeric.h, src/plugin.c, + src/print-info.c, src/tools/ChangeLog, src/tools/Makefile.am, + src/tools/auto-correct.c, src/tools/goal-seek.c, src/tools/goal-seek.h, + src/wbc-gtk.c] Update from CVS gnumeric-1-4 branch; fixes include: + * Backport fix for case sensitivity of font combo. [upstream #161382] + * Backport TRIMMEAN fix. + * Backport goal-seek fix. + * [Makefile.am] Commented out references to the tools dir (which is not + needed on non-win32). + * Reauto*ed. + + -- J.H.M. Dassen (Ray) Sat, 30 Apr 2005 20:06:59 +0200 + +gnumeric (1.4.3-4) unstable; urgency=high + + * [debian/control] Bumped libgda2-dev and libgnomedb2-dev build dependencies + to get runtime dependencies on libgda2-3 and libgnomedb2-4 rather than + libgda2-1 and libgnomedb2-3. + + -- J.H.M. Dassen (Ray) Sun, 10 Apr 2005 10:05:20 +0200 + +gnumeric (1.4.3-3) unstable; urgency=high + + * [NEWS, ChangeLog, plugins/fn-math/ChangeLog, + plugins/fn-math/functions.c, src/colrow.c, src/gnumeric-gconf.c, + src/gnumeric-gconf.h, src/dialogs/ChangeLog, + src/dialogs/dialog-stf-export.c] Updated from CVS gnumeric-1-4 branch to + address + * a crash on page setup + http://bugzilla.gnome.org/show_bug.cgi?id=171503 + * problems which broke the sumif and countif functions + http://bugzilla.gnome.org/show_bug.cgi?id=171509 + (Closes: #303085) + * three leaks in structured text export which caused crashes on exit. + http://bugzilla.gnome.org/show_bug.cgi?id=128936 + + -- J.H.M. Dassen (Ray) Tue, 5 Apr 2005 07:04:02 +0200 + +gnumeric (1.4.3-2) unstable; urgency=high + + * [NEWS, ChangeLog, plugins/qpro/ChangeLog, plugins/qpro/plugin.xml.in, + po/*.po, src/gui-clipboard.c, src/gui-file.c, src/wbc-gtk.c, + src/workbook-control.c] Fixes from CVS gnumeric-1-4 branch, including + a fix for a crash with a non-UTF-8 filename. (Closes: #299805) + * [debian/rules] Configure --with-python=yes. The interpreter name is + currently not configurable. + * [debian/README.Debian] Minor update. + + -- J.H.M. Dassen (Ray) Sun, 20 Mar 2005 12:18:38 +0100 + +gnumeric (1.4.3-1) unstable; urgency=medium + + * New upstream bugfix release, possibly the last of the 1.4 (stable) series. + * [debian/watch] Updated. + * [debian/rules] Cleaned up. + * [debian/gnumeric-common.links] New. + * [debian/gnumeric.install, debian/gnumeric-doc.install] Cleaned up. + + -- J.H.M. Dassen (Ray) Sun, 13 Mar 2005 17:32:09 +0100 + +gnumeric (1.4.2-2) unstable; urgency=high + + * Backported fixes and improvements from CVS gnumeric-1-4 branch: + * [src/file.c] (gnm_file_saver_save) Produce an error when no proper UTF-8 + filename was produced. (Closes: #291265) + * [po/pt_BR.po] Updated Brazilian Portuguese translation. + + -- J.H.M. Dassen (Ray) Sun, 23 Jan 2005 16:06:53 +0100 + +gnumeric (1.4.2-1) unstable; urgency=low + + * New upstream release. Changes include: + * Redo var width content when resizing all cols at once (Closes: #288157) + * Fix comment indicator position when zoomed (Closes: #290388) + * src/libgnumeric.h (gnumeric_popt_options): remove from here. + (Closes: #286882) + * Draw rotated text and print rotated text. (Closes: #289262) + * [debian/control] Fixed some lintian/linda warnings. + * [debian/gnumeric-common.install] Removed + /usr/share/mc/templates/gnumeric.desktop + + -- J.H.M. Dassen (Ray) Mon, 17 Jan 2005 21:09:29 +0100 + +gnumeric (1.4.1-1) unstable; urgency=medium + + * New upstream bugfix release. + + -- J.H.M. Dassen (Ray) Tue, 14 Dec 2004 06:29:55 +0100 + +gnumeric (1.4.0-2) unstable; urgency=medium + + * [debian/gnumeric-doc.doc-base] Removed. The documentation is now included + in DocBook XML format only, and doc-base doesn't handle XML docs. + (Closes: #283700) + * [plugins/xml_sax/xml-sax-write.c,plugins/xml_sax/ChangeLog,NEWS] Patch + from CVS to fix exporting using the sax exporter of sheets with + validation. (Closes: #283999) + * [debian/rules] Build the Paradox plugin. + * [debian/control] Added build dependency on pxlib-dev for the + Paradox plugin; versioned this build dependency as pxlib 0.4.2-1 was + broken (see #283067). + * [debian/gnumeric-plugins-extra.install] Include the Paradox plugin. + + -- J.H.M. Dassen (Ray) Sat, 4 Dec 2004 13:40:33 +0100 + +gnumeric (1.4.0-1) unstable; urgency=medium + + * New upstream release. + + -- J.H.M. Dassen (Ray) Mon, 29 Nov 2004 18:06:16 +0100 + +gnumeric (1.3.93-2) unstable; urgency=medium + + * [src/history.c, ChangeLog] Applied upstream patch to fix crash with weird + history items. (Closes: #280346) + * [debian/gnumeric.install, debian/gnumeric.manpages] Bring back ssconvert. + (Closes: #281477) + * [doc/C/functions.xml, doc/C/func.defs] Replaced by richer manually + generated ones. (Closes: #281940) + + -- J.H.M. Dassen (Ray) Fri, 19 Nov 2004 17:57:48 +0100 + +gnumeric (1.3.93-1) unstable; urgency=low + + * New upstream release. + * [debian/gnumeric.dirs, debian/rules] Include the schemas. + (Closes: #280065, #280066) + * [configure.in, ChangeLog] Fixed things for GNUMERIC_PLUGIN_LDFLAGS and + PY_EXTRA_LIBS. + * Regenerated auto*. + * [src/gnumeric-gconf.c, ChangeLog] Patch from CVS HEAD: + (go_conf_get_short_desc) return NULL if we don't have a description + (go_conf_get_long_desc): ditto. + + -- J.H.M. Dassen (Ray) Sun, 7 Nov 2004 12:25:03 +0100 + +gnumeric (1.3.92-2) unstable; urgency=low + + * [debian/rules] Set 'DESTDIR' rather than 'prefix' on install, for the Perl + plugin; this should address the FTBFS seen on some buildds. + * [debian/gnumeric-plugins-extra.install, debian/control] Put the Perl + plugin in gnumeric-plugins-extra. + * [debian/control] Updated description. + * There are some more bugs which are resolved in this version: + * CSV export now uses the internal number information rather than the + displayed precision. (Closes: #138192) + * A HYPOT function has been added. (Closes: #261155) + * There was an invalid MIME type in gnumeric.desktop. (Closes: #278429) + * Stricter dependencies ought to ensure that if gnumeric-doc is installed + at all, it is of the same upstream release as the gnumeric package. + (Closes: #216588) + + -- J.H.M. Dassen (Ray) Sat, 6 Nov 2004 10:09:44 +0100 + +gnumeric (1.3.92-1) unstable; urgency=low + + * New upstream release; the 1.4 series will start soon. + * The ui service error on startup has been fixed upstream. + (Closes: #269459) + * Applied fixes from CVS HEAD: + * [configure.in] Cleanup; fixed Python test. + * [plugins/gnome-db/ui.xml] Add an action to the menu tag. + * Redid auto*. + * Upload to unstable. Several bugs were already fixed in previous uploads to + experimental: + * Problems with small CSV files. (Closes: #269964, #277722, #277735) + * Ignore whitespace in formulas wherever possible. (Closes: #250350) + * Documentation of selection of discontinuous cells. (Closes: #256777) + * [debian/rules] + * Use dh_desktop. (Closes: #278725) + * Updated the rule to redo auto* and friends. + * [debian/control] Bumped debhelper dependency, for dh_desktop. Added build + dependency on libperl-dev, for the Perl plugin. + * [doc/C/gnumeric.xml] Use DocBook 4.2 to make scrollkeeper and yelp happy. + + -- J.H.M. Dassen (Ray) Fri, 5 Nov 2004 11:41:40 +0100 + +gnumeric (1.3.91-1) experimental; urgency=low + + * New upstream release. + * [debian/rules, debian/gnumeric-doc.postinst, debian/gnumeric-doc.postrm] + Use dh_scrollkeeper. + * [debian/control] Bumped debhelper build dependency to the latest version + with dh_scrollkeeper-related changes. + + -- J.H.M. Dassen (Ray) Wed, 6 Oct 2004 10:52:42 +0200 + +gnumeric (1.3.90-1) experimental; urgency=low + + * New upstream development release. + + -- J.H.M. Dassen (Ray) Thu, 9 Sep 2004 08:10:48 +0200 + +gnumeric (1.3.2-1) experimental; urgency=low + + * New upstream development release. + * [doc/C/bugs.xml] Added from CVS. + * [doc/C/Makefile.am,doc/C/Makefile.in] Added bugs.xml . + * [debian/watch] Added. + * [debian/control] Tightened libgsf build dependencies to ensure that > 6.8 + meg xls files we export can round-trip through Excel without data loss. + Tightened libgnomedb build dependency as 1.0.4-6 has undeclared + dependencies on i386. + * [debian/rules] Minor cleanup. + + -- J.H.M. Dassen (Ray) Mon, 30 Aug 2004 11:24:33 +0200 + +gnumeric (1.3.1-1) experimental; urgency=low + + * New upstream development release: + * Ignores spaces in lots of places, notably before and after operators, + without breaking compatibility with Excel's space operator. + (Closes: #250350) + * The documentation for multiple, discontinuous cell selection has been + updated. (Closes: #256777) + * [debian/control] Bumped libglib2.0-dev, libgtk2.0-dev, + libgnomeprint2.2-dev, libgnomeprintui2.2-dev build dependencies. Added + explicit libgconf2-dev, libbonobo2-dev, libbonoboui2-dev build dependencies. + * [xmldocs.make] Adjusted docdir path. + * [debian/rules] Install the binary as just `gnumeric'. + * [debian/rules, debian/control] The new yelp no longer needs to have XML + documents pregenerated to HTML for speed. + * [debian/gnumeric-doc.doc-base] Dropped. + * [debian/gnumeric.install, debian/gnumeric.manpages] Removed ssconvert + references as ssconvert isn't being built currently. + + -- J.H.M. Dassen (Ray) Mon, 19 Jul 2004 21:35:58 +0200 + +gnumeric (1.2.13-2) unstable; urgency=low + + * [po/ChangeLog,po/cs.po,po/en_GB.po,po/fr.po,po/ja.po,po/nl.po,po/pt_BR.po] + Updated translations from CVS. + + -- J.H.M. Dassen (Ray) Thu, 15 Jul 2004 22:07:14 +0200 + +gnumeric (1.2.13-1) unstable; urgency=high + + * New upstream bugfix release. + * High urgency upload as gnumeric is involved in the cupsys transition for + sarge. + + -- J.H.M. Dassen (Ray) Wed, 23 Jun 2004 19:06:13 +0200 + +gnumeric (1.2.12-3) unstable; urgency=medium + + * [debian/control] Tightened libgda2-dev and libgnomedb2-dev build + dependencies. + * [README,po/ChangeLog,po/it.po,po/de.po] Updated from CVS gnumeric-1-2 + branch. + * [plugins/xbase/ChangeLog,plugins/xbase/xbase.c] Update from CVS. Don't + crash on empty .dbf file. + + -- J.H.M. Dassen (Ray) Sun, 13 Jun 2004 10:46:31 +0200 + +gnumeric (1.2.12-2) unstable; urgency=medium + + * [debian/rules] With GNOME 2.6's yelp, don't try to build HTML docs. + * [debian/control] Removed duplicate build dependency. Tightened all the + build dependencies needed to produce the core `gnumeric' package to GNOME + 2.6 versions that are in sid. In particular, tightened the libgnomeprint + build dependency to ensure that a running gnumeric process won't crash due + to being loaded against both gnutls10 (which GNOME 2.6 uses) and gnutls7 + (which older versions of libgnomeprint2.2-0 used via cupsys). + (Closes: #251213). + + -- J.H.M. Dassen (Ray) Mon, 31 May 2004 17:13:36 +0200 + +gnumeric (1.2.12-1) unstable; urgency=medium + + * New upstream bugfix release. Changes include: + * Fix crash when undoing a cut from a different workbook. (Closes: #243484) + * [debian/control] Bumped libgsf build dependencies. + + -- J.H.M. Dassen (Ray) Thu, 6 May 2004 19:57:02 +0200 + +gnumeric (1.2.11-1) unstable; urgency=medium + + * New upstream bugfix release. + * Configure with LDFLAGS="-Wl,-O1". This roughly cuts the number of buckets + in the gnumeric binary (as given by "readlink -I") in half. + + -- J.H.M. Dassen (Ray) Mon, 19 Apr 2004 07:58:34 +0200 + +gnumeric (1.2.10-1) unstable; urgency=medium + + * New upstream bugfix release reverting an incomplete patch to the duration + functions that disabled them. (Closes: #243168) + + -- J.H.M. Dassen (Ray) Mon, 12 Apr 2004 16:13:48 +0200 + +gnumeric (1.2.9-1) unstable; urgency=medium + + * New upstream bugfix release. + + -- J.H.M. Dassen (Ray) Thu, 8 Apr 2004 11:19:22 +0200 + +gnumeric (1.2.8-5) unstable; urgency=medium + + * [configure.in] substitute WARN_CFLAGS as + src/cut-n-paste-code/foocanvas/libfoocanvas/Makefile references it + directly. + * [aclocal.m4, ltmain.sh, configure] Regenerated using current libtool + in order to cut down direct dependencies. + + -- J.H.M. Dassen (Ray) Sat, 3 Apr 2004 20:40:11 +0200 + +gnumeric (1.2.8-4) unstable; urgency=medium + + * [po/ChangeLog, po/ga.po, po/pt_BR.po] Updated translations from CVS. + * [plugins/excel/*] Excel import/export fixes from CVS (at upstream's + recommendation). + + -- J.H.M. Dassen (Ray) Mon, 22 Mar 2004 08:00:47 +0100 + +gnumeric (1.2.8-3) unstable; urgency=medium + + * [po/ChangeLog, po/cs.po, po/es.po, po/hr.po, po/nl.po, po/pt_BR.po, + po/sv.po] Updated translations from CVS. + * [src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-bubble-prefs.glade] + Typo fix from CVS. + + -- J.H.M. Dassen (Ray) Sun, 21 Mar 2004 11:15:41 +0100 + +gnumeric (1.2.8-2) unstable; urgency=medium + + * [debian/control] Traded in gnumeric-doc Conflicts: gnumeric (<< + ${Upstream-Version}) for gnumeric-doc Suggests: gnumeric (>= + ${Upstream-Version}) to break a dependency loop that forced the removal + when upgrading. (Closes: #238637). + + -- J.H.M. Dassen (Ray) Thu, 18 Mar 2004 18:10:03 +0100 + +gnumeric (1.2.8-1) unstable; urgency=low + + * New upstream bugfix release. + + -- J.H.M. Dassen (Ray) Wed, 17 Mar 2004 07:55:22 +0100 + +gnumeric (1.2.6-3) unstable; urgency=low + + * [src/parse-util.c] Updated from CVS to fix a pretty-print (and thus + saving) problem with ranges like $B$1:$B1. (Closes: #235120) + * [src/commands.c] Fixed incorrect string. (Closes: #233089) + * [po/ChangeLog, po/cs.po, po/en_CA.po, po/es.po, po/ga.po, po/nl.po, + po/pt_BR.po, po/sv.po] Updates from CVS. + * [debian/gnumeric.menu] Quoted needs and section values. + + -- J.H.M. Dassen (Ray) Thu, 4 Mar 2004 18:47:56 +0100 + +gnumeric (1.2.6-2) unstable; urgency=low + + * [debian/control] Bumped yelp build dependency to ensure the HTML + documentation links to the DocBook stylesheet images in their current + location under /usr/share/xml rather than /usr/share/sgml . + * [debian/control, debian/rules, debian/gnumeric.files, + debian/gnumeric-common.files] Introduced a gnumeric-common package for + architecture independent data. (Closes: #233367) + * [po/ChangeLog, po/el.po, po/hr.po, po/pt_BR.po] Updates from CVS. + + -- J.H.M. Dassen (Ray) Wed, 18 Feb 2004 20:42:59 +0100 + +gnumeric (1.2.6-1) unstable; urgency=medium + + * New upstream bugfix release, bringing roundtrip saving of macros in xls. + * [debian/rules] Don't configure --enable-iso-c; with gcc 2.95 it breaks the + build. (Closes: #218710) + * [debian/rules] No longer change the DTD reference to a local file as + scrollkeeper 0.3.13 and newer default to not using the network to retrieve + required DTDs. + * [debian/rules] Update the link for the docbook images . + + -- J.H.M. Dassen (Ray) Fri, 6 Feb 2004 15:33:49 +0100 + +gnumeric (1.2.5-2) unstable; urgency=high + + * [debian/rules] Touch up the generated HTML documentation so references and + images work. (Closes: #227524) + + -- J.H.M. Dassen (Ray) Tue, 20 Jan 2004 15:16:48 +0100 + +gnumeric (1.2.5-1) unstable; urgency=medium + + * New upstream release. + Includes some images that were previously missing from the documentation + and fixes some file references in the documentation. (Closes: #227524) + * Put documentation under /usr/share/gnome/help so images work; symlink + to it from /usr/share/gnumeric/*/... so that help buttons in dialogs work. + (Closes: #227630) + * No longer build with bonobo, after consulting upstream. (Closes: #115828) + * [debian/control] Dropped bonobo build dependencies. + * [debian/rules, debian/gnumeric.postinst, debian/gnumeric.prerm] Use + dh_gconf for schema (de)registration. + * [debian/control] Bumped debhelper build dependency so we have a working + dh_gconf; use ${misc:Depends}. Replaced intltool build dependency by + libxml-parser-perl one. + + -- J.H.M. Dassen (Ray) Mon, 19 Jan 2004 08:24:53 +0100 + +gnumeric (1.2.4-4) unstable; urgency=medium + + * [src/dialogs/dialog-printer-setup.c, src/dialogs/dialog-stf-format-page.c] + #include to get a proper declaration of + gtk_menu_item_new_with_label and thereby fix crashes on 64-bit platforms. + (Closes: #226382) + * [debian/control] Versioned the intltool build dependency. (Closes: #226194) + + -- J.H.M. Dassen (Ray) Tue, 6 Jan 2004 19:03:39 +0100 + +gnumeric (1.2.4-3) unstable; urgency=medium + + * [debian/rules] Fixed gnome-logo-icon.png link. + + -- J.H.M. Dassen (Ray) Fri, 2 Jan 2004 23:29:52 +0100 + +gnumeric (1.2.4-2) unstable; urgency=medium + + * [debian/control] Added build dependency on yelp for yelp-pregenerate. + * [debian/rules] Simplify things by using dh_link. + * [debian/rules] Speed up documentation access with yelp by including + prerendered HTML in gnumeric-doc. (Closes: #225706) + * [debian/gnumeric-doc.doc-base] Back; updated. + + -- J.H.M. Dassen (Ray) Thu, 1 Jan 2004 21:59:03 +0100 + +gnumeric (1.2.4-1) unstable; urgency=medium + + * New upstream release. + * [debian/control] Added build dependency on intltool. + + -- J.H.M. Dassen (Ray) Mon, 29 Dec 2003 14:33:13 +0100 + +gnumeric (1.2.3-2) unstable; urgency=medium + + * At upstream's request, applied patch from CVS to fix some problems with + xls export. + + -- J.H.M. Dassen (Ray) Fri, 26 Dec 2003 22:38:12 +0100 + +gnumeric (1.2.3-1) unstable; urgency=medium + + * New upstream stable release. Changes include: + * Fixed encoding of the author field in the summary, the lack of which + cause problems reopening gnumeric files for users with non-ASCII + characters in their GECOS field. (Closes: #224482) + * Fixed crashes and leaks with chart values and labels. (Closees: #223402) + + -- J.H.M. Dassen (Ray) Wed, 24 Dec 2003 08:48:10 +0100 + +gnumeric (1.2.2-1) unstable; urgency=medium + + * New stable upstream release. Changes include: + * Header and footer fonts can now be configured, under File -> Preferences + -> Font->Footer/Header. (Closes: #210418) + For now, gnumeric needs to be restarted for changes to take effect. + * Include several missing images in the documentation. (Closes: #218580) + * [debian/control] Follow tightended gda, gnomedb, libgnomeprint, + libgnomeprintui build dependencies. + + -- J.H.M. Dassen (Ray) Fri, 5 Dec 2003 18:09:37 +0100 + +gnumeric (1.2.1-3) unstable; urgency=high + + * [debian/rules, debian/control] Keep gnumeric and gnumeric-doc in upstream + version lock-step to ensure the documentation can be found. + * [debian/control] Debian GNOME 2.4 transition: + * Bumped libbonobo2-dev, libbonoboui-dev, libgnome-dev, libgnomeui-dev, + libgsf-1-dev, libgsf-gnome-1-dev, libgnomedb2-dev, + libgnomeprint2.2-dev, libgnomeprintui2.2-dev build dependencies. + * Dropped bonobo-activation build dependency. + + -- J.H.M. Dassen (Ray) Mon, 20 Oct 2003 18:53:32 +0200 + +gnumeric (1.2.1-2) unstable; urgency=high + + * Upload to unstable now that 1.2.0-1 has entered testing. + + -- J.H.M. Dassen (Ray) Fri, 17 Oct 2003 07:56:41 +0200 + +gnumeric (1.2.1-1) experimental; urgency=low + + * New upstream release. + * Upload to experimental to give 1.2.0-1 a chance to go into testing RSN. + * No longer uses gdk_pango_context_get (which in combination with + -DGDK_MULTIHEAD_SAFE caused segfaults on ia64). (Closes: #198690) + * [debian/gnumeric-doc.postinst] Have scrollkeeper-update process our OMF + file only. + * [debian/gnumeric.install] Include the new ssconvert conversion utility. + * [debian/gnumeric.manpages] Add ssconvert(1). + + -- J.H.M. Dassen (Ray) Thu, 9 Oct 2003 10:38:49 +0200 + +gnumeric (1.2.0-1) unstable; urgency=low + + * New upstream stable release. + * A dynamic dependencies leak was fixed and the performance when deleting + multiple sheets at once was improved. (Closes: #194255) + * An issue with expression relocation with cross sheet references was + fixed. (Closes: #206873) + * A check for zero-size files was fixed which results in a more sensible + behaviour when trying to open an empty file. (Closes: #208345) + * Data -> Sort now takes along comments. (Closes: #208913) + * Reorganised binary packages after complaints that they were too granular. + * [debian/rules, debian/gnumeric-doc.files] Updated now that the + documentation is installed in the location where the bonobo-enabled + gnumeric looks (/usr/share/gnumeric/*-bonobo/_share_/gnome/help/...), + so our workaround is no longer needed. + * [debian/control] gnumeric-doc now Recommends: gnome-desktop-data for + gnome-logo-icon.png . + * [debian/control, debian/rules] Build against python 2.3 again. + (Closes: #209292) + * [debian/control] Tightened gda build dependency so the gda plugin is built + again; added build dependency so the gnome-db plugin is built as well. + Follow configure.in's tightening of GSF dependencies to 1.8.2 to ensure + that libole2 based gnumeric-1.0.x can read xls files produced by this + version. + * [debian/rules, debian/*.files, debian/*.install] Switched to dh_install. + + -- J.H.M. Dassen (Ray) Mon, 15 Sep 2003 12:29:30 +0200 + +gnumeric (1.1.20-2) unstable; urgency=low + + * [doc/C/gnumeric.1] Fixed the incorrect section argument which caused it to + be installed with a bogus filename. (Closes: #207705) + * [debian/control] + * Added build dependency on python-gtk2-dev for pygobject so the Python + plugins are built again. (Closes: #208880) + * Corrected the description of gnumeric-doc. (Closes: #207423) + * As yelp is the only reasonable viewer for the DocBook XML format which + is now used for the documentation, up gnumeric-doc's dependency on it to + Recommends: . + * Fixed permissions of the buildinfo file. + * Updated Standards-Version. + * [debian/README] Updated. + + -- J.H.M. Dassen (Ray) Sat, 6 Sep 2003 17:24:31 +0200 + +gnumeric (1.1.20-1) unstable; urgency=low + + * New upstream release. Fixed issues include + * Exporting to text mangles Latin1 characters to escape sequence. + (Closes: #189281) + * UI behaviour in File -> Page Setup. (Closes: #194951) + * LaTeX export of German umlauts no longer works. (Closes: #196740) + * Sheet with apostrophe in name causes Data -> Sort not to work. + (Closes: #197036) + * [debian/control] + * Finally we don't need gal anymore. + * Updated Standards-Version. + * Tightened the gtk2 build dependency to ensure we take advantage of + versioned symbols in libpng. + * Removed docbook-utils, gnome-doc-tools from build dependencies, as + there's no more building involved for the documentation. + * Dropped eog suggestion as gnumeric now uses Gdkpixbuf for images. + * [debian/rules, debian/control] Use dh_buildinfo . + + -- J.H.M. Dassen (Ray) Fri, 22 Aug 2003 09:24:24 +0200 + +gnumeric (1.1.19-3) unstable; urgency=medium + + * The 'and deliver us from gal' upload. + * [debian/control] Round and round the GAL treadmill goes. + + -- J.H.M. Dassen (Ray) Mon, 11 Aug 2003 23:05:13 +0200 + +gnumeric (1.1.19-2) unstable; urgency=medium + + * [debian/control, debian/rules] Build against python 2.3. + * [debian/control] Updated Standards-Version. + + -- J.H.M. Dassen (Ray) Mon, 11 Aug 2003 21:10:22 +0200 + +gnumeric (1.1.19-1) unstable; urgency=medium + + * New upstream release. This is the first GNOME2 release of gnumeric with + (limited) graph support. Fixed issues include + * Segfault on opening a gnumeric file. (Closes: #193276) + * Data->Sort dialog broken. (Closes: #193725) + * [debian/rules] Clean out generated files containing paths. + * [debian/control] Updated libgsf build dependencies; added new libart build + dependency (for graphing). + * [Makefile.am, src/Makefile.am] Updated from CVS to fix the generated + files. + * Removed leftovers from 1.0.x evolution support. + + -- J.H.M. Dassen (Ray) Mon, 9 Jun 2003 10:42:36 +0200 + +gnumeric (1.1.17-4) unstable; urgency=medium + + * Redid auto* to get rid of leftover experimental change in sc plugin + linking. + * [debian/rules] Build without optimisation on m68k to try to work around an + ICE on that architecture (see #177840). + * [debian/control] Round and round the GAL treadmill goes. (Closes: #196331) + + -- J.H.M. Dassen (Ray) Fri, 6 Jun 2003 20:29:34 +0200 + +gnumeric (1.1.17-3) unstable; urgency=medium + + * [debian/control] + * Updated gnumeric-doc's Replaces. + * Updated Standards-Version. + * [debian/rules] + * Hack in a symlink so the documentation contents are found. + (Closes: #193637) + * Add a link for the gnome-logo-icon.png reference as well. + * Install in debian/tmp first and ensure everything needed gets moved into + a package. + * [debian/gnumeric.files] New. + * [doc/C/gui-elements.xml, doc/C/worksheet.xml] Fixed file references by + added missing extensions. + + -- J.H.M. Dassen (Ray) Sat, 17 May 2003 17:22:06 +0200 + +gnumeric (1.1.17-2) unstable; urgency=medium + + * [debian/gnumeric-doc.files] Updated locations so the -doc package is fine + again. + + -- J.H.M. Dassen (Ray) Thu, 15 May 2003 07:36:25 +0200 + +gnumeric (1.1.17-1) unstable; urgency=low + + * New upstream release. Changes include fixes for + * Crash when doing Paste Special under certain circumstances. + (Closes: #178810) + * sum(A1:A2) with cutting and pasting of A1 / A2 doesn't work. + (Closes: #181059) + * [debian/control] Updated libgsf build dependencies. + * Included fixes for some minor issues from CVS HEAD. + + -- J.H.M. Dassen (Ray) Mon, 12 May 2003 18:38:14 +0200 + +gnumeric (1.1.16-7) unstable; urgency=medium + + * [debian/control] Round and round the GAL treadmill goes. (Closes: #191786) + * [debian/gnumeric.mime] Register as editor for the various MIME types and + as composer for application/x-gnumeric. (Closes: #190741) + + -- J.H.M. Dassen (Ray) Sun, 4 May 2003 18:52:24 +0200 + +gnumeric (1.1.16-6) unstable; urgency=low + + * [debian/control] The great GAL treadmill again. Bah. Build against latest + GAL. (Closes: #185021) + * [debian/control] Added gnumeric Conflicts: gnumeric1.0-doc to simplify + switching (yelp can't handle the DocBook SGML that gnumeric1.0-doc is in). + + -- J.H.M. Dassen (Ray) Tue, 18 Mar 2003 07:12:46 +0100 + +gnumeric (1.1.16-5) unstable; urgency=low + + * Use a local file rather than a URL for the DocBook DTD for proper + documentation registration; thanks Johannes Rohr. (Closes: #180742) + + -- J.H.M. Dassen (Ray) Sat, 15 Feb 2003 17:31:28 +0100 + +gnumeric (1.1.16-4) unstable; urgency=low + + * [schemas/gnumeric-dialogs.schemas, schemas/gnumeric-general.schemas]: + specify to fix the warnings on schema installation. + (Closes: #179474) + + -- J.H.M. Dassen (Ray) Sun, 9 Feb 2003 19:06:37 +0100 + +gnumeric (1.1.16-3) unstable; urgency=low + + * First upload of gnumeric 1.1.x to sid. While 1.1.x is still a development + series, it is sufficiently mature in both upstream's and my opinion for + inclusion in sid. It still lacks graphing capabilities. If you require + those, use the gnumeric1.0 packages. + * Many bugs were fixed during 1.1.x development: + * Signedness issues (Closes: #1628292) + * Integration into the GNOME object activation framework. + (Closes: #128635) + * Icons when using a light-on-dark theme. (Closes: #106544) + * Handling of Excel files with 1904 date convention. (Closes: #122365) + * Overly zealous autocompletion. (Closes: #140988) + * Checking of errors on write. (Closes: #147093) + * Hardcoded font descriptor. (Closes: #147797) + * Warning messages on with euro locale. (Closes: #150860) + * Loss of monetary data formatting with euros. (Closes: #151520) + * Locale-dependent decimal point in LaTeX export. (Closes: #152950) + * Export of italic numbers to LaTeX. (Closes: #154997) + * Maximum number of columns. (Closes: #156374) + * Parentheses with summation button. (Closes: #163820) + * Broken defined name information in Excel export. (Closes: #176025) + * Window too wide with xinerama. (Closes: #102699) + * Assertion failures with print preview. (Closes: #150280, #169080) + * Unfortunate format for result of subtracting dates. (Closes: #150783) + * Bad user interface design for sheet handling. (Closes: #99815, #112520) + * Superfluous question when exporting the only sheet. (Closes: #149605) + * Lack of Lotus 1-2-3 import filter. (Closes: #175427) + * [debian/control] + * Added Conflicts, Replaces for the corresponding gnumeric1.0 packages. + * Dropped guppi-gnumeric, evolution suggestions as the GNOME2 port can't + take advantage of those (yet). + * Suggest yelp rather than gnome-help as yelp, unlike gnome-help, handles + DocBook XML. + * Fixed some issues noted by Johannes Rohr: + * [debian/rules] Actually install gnumeric-component. + * Fixed the path to gnumeric-component in + /usr/lib/bonobo/servers/GNOME_Gnumeric.server . + + -- J.H.M. Dassen (Ray) Thu, 6 Feb 2003 21:58:01 +0100 + +gnumeric (1.1.16-2) experimental; urgency=low + + * gda 0.10.0 (needed for gnumeric-gda) has been packaged. Updated build + dependencies accordingly. + + -- J.H.M. Dassen (Ray) Wed, 5 Feb 2003 08:36:33 +0100 + +gnumeric (1.1.16-1) experimental; urgency=low + + * New upstream development release. + * The new libgda has been released upstream, but isn't available as a + package yet, so gnumeric-gda remains broken. + * Updated/changed build dependencies: libgal2.0-dev, libgnomeprint2.2-dev, + libgsf-1-dev, libgsf-gnome-1-dev, libgtk2.0-dev (>= 2.2.0-1 so the + functions that bring xinerama support are available). + * Updated Standards-Version. + + -- J.H.M. Dassen (Ray) Fri, 31 Jan 2003 20:18:20 +0100 + +gnumeric (1.1.15-1) experimental; urgency=low + + * New upstream development release. + * Updated build dependencies. + * gnumeric-gda is now broken: this release of gnumeric needs an unreleased + and unpackaged version of libgda. + * [debian/gnome-gnumeric.xpm] Replaced by one that uses the menu system's + color map. + * [debian/rules] Configure --libexecdir=/usr/bin . + * [debian/gnumeric-doc.dirs] Removed HTML dir as the documentation is now + distributed in DocBook XML. + + -- J.H.M. Dassen (Ray) Wed, 1 Jan 2003 12:24:38 +0100 + +gnumeric (1.1.14-1) experimental; urgency=low + + * New upstream development release. + + -- J.H.M. Dassen (Ray) Tue, 24 Dec 2002 11:20:33 +0100 + +gnumeric (1.1.13-1) experimental; urgency=low + + * New upstream development release. + + -- J.H.M. Dassen (Ray) Fri, 15 Nov 2002 13:04:15 +0100 + +gnumeric (1.1.12-1) experimental; urgency=low + + * New upstream development release. + * Versioned the build-depends on libgda-dev to deal with broken headers. + + -- J.H.M. Dassen (Ray) Fri, 15 Nov 2002 13:04:15 +0100 + +gnumeric (1.1.11-1) experimental; urgency=low + + * New upstream development release. + * Rebuild with the current libgal2; updated build dependencies accordingly. + * [debian/control] Corrected gnumeric-doc's section. + * [doc/C/keybinding-appendix.xml] Added from CVS. + * [doc/C/Makefile.am] Updated accordingly. + + -- J.H.M. Dassen (Ray) Fri, 1 Nov 2002 20:00:03 +0100 + +gnumeric (1.1.10-1) experimental; urgency=low + + * New upstream development release. + * [debian/control] Tightened libgsf(-gnome) build dependencies, just in case. + * [debian/control] Build-depend on scrollkeeper so the OMF file gets + installed. + * [debian/gnumeric-doc.files] Capture the OMF file; removed + /usr/share/gnome/help/ . + * [debian/gnumeric-doc.doc-base] Removed as gnumeric-doc no longer contains + documentation in a format which doc-base knows how to deal with. + (Closes: #165804) + * The upstream tarball now includes the figures again, so gnumeric-doc does + as well. (Closes: #163768) + + -- J.H.M. Dassen (Ray) Sun, 27 Oct 2002 11:57:53 +0100 + +gnumeric (1.1.9-2) experimental; urgency=low + + * Put /usr/share/gnome/help/gnumeric/*/topic.dat in gnumeric-doc where they + belong; added corresponding Replaces. + + -- J.H.M. Dassen (Ray) Tue, 8 Oct 2002 19:05:08 +0200 + +gnumeric (1.1.9-1) experimental; urgency=low + + * New upstream development release. + * Implemented policy 3.5.7 . + + -- J.H.M. Dassen (Ray) Wed, 2 Oct 2002 03:05:44 +0200 + +gnumeric (1.1.8-2) experimental; urgency=low + + * Register schemas with gconf, as noted by Marek Habersack. + * Create /usr/share/doc/gnumeric-doc/html/C so dhelp installation works. + * Updated description in control file. + + -- J.H.M. Dassen (Ray) Fri, 30 Aug 2002 16:08:57 +0200 + +gnumeric (1.1.8-1) experimental; urgency=low + + * New upstream development release. + * Reworked build dependencies. + + -- J.H.M. Dassen (Ray) Tue, 27 Aug 2002 17:19:57 +0200 + +gnumeric (1.1.7-1) experimental; urgency=low + + * New upstream development release of gnumeric; GNOME2 version. + (Closes: #147632) + In experimental for now. + + -- J.H.M. Dassen (Ray) Thu, 15 Aug 2002 21:19:42 +0200 + +gnumeric (1.0.6-1) unstable; urgency=high + + * New upstream maintenance release. + * urgency high to have a chance of getting it into woody; in the current + version in woody, multi-line entry is still broken (#140522). + + -- J.H.M. Dassen (Ray) Sun, 14 Apr 2002 17:37:29 +0200 + +gnumeric (1.0.5-4) unstable; urgency=medium + + * Added icon to the menu entry, courtesy of Ben Burton . + (Closes: #140869) + + -- J.H.M. Dassen (Ray) Wed, 3 Apr 2002 20:55:40 +0200 + +gnumeric (1.0.5-3) unstable; urgency=medium + + * Packaged the GDA plugin now that GDA has gone into main. (Closes: #129056) + * [plugins/gda/ChangeLog, plugins/gda/plugin-gda.c] Minor changes to get the + GDA plugin to build. + + -- J.H.M. Dassen (Ray) Fri, 29 Mar 2002 17:01:29 +0100 + +gnumeric (1.0.5-2) unstable; urgency=medium + + * Moved the OMF file to the -doc package. + * Handle scrollkeeper documentation (de)registration the right way, i.e. + at package (de)installion time rather than at package build time. + (Closes: #138079) + + -- J.H.M. Dassen (Ray) Wed, 13 Mar 2002 12:18:06 +0100 + +gnumeric (1.0.5-1) unstable; urgency=medium + + * New upstream release. (Closes: #130224) + * Don't include SGML sources in the -doc package. + * Added SGML files from CVS (gnome_1_4 branch) that appear to have been left + out of the upstream tarball accidentally. + * Made the scrollkeeper stuff work. + * Fixed lintian warnings about python plugins code files being marked + executable. + + -- J.H.M. Dassen (Ray) Sun, 10 Mar 2002 14:57:49 +0100 + +gnumeric (1.0.4-2) unstable; urgency=medium + + * Actually register as a MIME handler. (Closes: #135178). + * Added a README.Debian to point to related packages, as many users do not + notice Suggests: dependencies. + + -- J.H.M. Dassen (Ray) Fri, 22 Feb 2002 14:32:22 +0100 + +gnumeric (1.0.4-1) unstable; urgency=high + + * New upstream release: + * "Don't confuse the calling context with the view to save.", i.e. + don't save to the wrong filename. (Closes: #131561) + + -- J.H.M. Dassen (Ray) Thu, 31 Jan 2002 08:18:59 +0100 + +gnumeric (1.0.3-2) unstable; urgency=high + + * Release manager has frozen libgal's ABI at libgal19 for woody, so link + against GAL dynamically again, and bump the build dependency accordingly. + * Separate copyright file for gnumeric-doc. + * Include symlinks for IDL files in /usr/share/idl . (Closes: #128629) + * [debian/gnumeric.mime] Added application/x-applix. + + -- J.H.M. Dassen (Ray) Sat, 26 Jan 2002 19:56:18 +0100 + +gnumeric (1.0.3-1) unstable; urgency=high + + * New upstream release. + * [debian/rules] Added explanation for why no GDA plugin is built. + * [src/item-grid.c] Disabled harmless demo warning. (Closes: #130305) + + -- J.H.M. Dassen (Ray) Tue, 22 Jan 2002 16:43:51 +0100 + +gnumeric (1.0.2-1) unstable; urgency=high + + * New upstream release. + * No longer build -fsigned-char. + + -- J.H.M. Dassen (Ray) Sun, 20 Jan 2002 16:53:57 +0100 + +gnumeric (1.0.1-1) unstable; urgency=high + + * New upstream release: + * Signedness fixes for architectures where char is unsigned by default. + (Closes: #127009) + * GAL requirement bumped. + + -- J.H.M. Dassen (Ray) Mon, 7 Jan 2002 00:21:53 +0100 + +gnumeric (1.0.0-1) unstable; urgency=high + + * New upstream release, with magic version number. + * Build -fsigned-char for now, while upstream looks into char (un)signedness + problems. + + -- J.H.M. Dassen (Ray) Mon, 31 Dec 2001 15:29:18 +0100 + +gnumeric (0.99.1-1) unstable; urgency=high + + * New upstream release. + * Python 2.2 has been released, so build against that. + * Verified that links to images in the documentation are fine now that we + build the docs again. (Closes: #126332) + + -- J.H.M. Dassen (Ray) Sat, 29 Dec 2001 14:15:36 +0100 + +gnumeric (0.99.0-1) unstable; urgency=high + + * New upstream release: + * currency order when using locales fixed. (Closes: #67301) + * Reenabled building of documentation which seems to work again. + * [debian/control] + * Added build dependency on gnome-doc-tools for the relevant SGML stuff. + + -- J.H.M. Dassen (Ray) Sun, 16 Dec 2001 16:51:03 +0100 + +gnumeric (0.76-4) unstable; urgency=high + + * Explicitly build-depend on a libglib1.2-dev known to contain + /usr/lib/libgmodule.la to fix ARM build. + + -- J.H.M. Dassen (Ray) Sun, 9 Dec 2001 11:05:23 +0100 + +gnumeric (0.76-3) unstable; urgency=high + + * [debian/control] Build-depend on GPL-compatibly licensed python2.1-dev + package. + * Conform to python policy. (Closes: #121761) + * [debian/rules] Clean out gmo files. + * gnumeric-python changes by Matthias Klose: + * Build with python, version 2.1 (Closes: #120181). + * Add gnumeric-python.{postinst,prerm} files to compile/remove python + files. + + -- J.H.M. Dassen (Ray) Sat, 8 Dec 2001 15:01:20 +0100 + +gnumeric (0.76-2) unstable; urgency=high + + * The upload of 0.75-1 was rejected, so once again: + * Acknowledge NMUs. (Closes: #55096,#62429,#62430,#64887,#94017,#96708,#98779,#99639,#99679,#100111,#101059,#102047,#102270,#102406,#103489,#103776,#104031,#104908,#105274,#105344,#106392,#106796,#107115,#107434,#107567,#107661,#107797,#107982,#107988,#108303,#108826,#108988,#109466,#109496,#109827,#110747,#110844,#110992,#111566,#112087,#112251,#112252,#113745,#114793,#114805,#115216,#115237,#117870,#117983,#117985,#118213,#118354,#119514) + * [debian/control] List plugins in gnumeric-python's description. + (Closes: #119817) + * Applied patch by Karl Eichwalder to correct the German l10n: + distinguish "tab" into "Reiter" (for tabbed window) and "Tabulator" + (for "\t"). (Closes: #121233) + + -- J.H.M. Dassen (Ray) Tue, 27 Nov 2001 22:48:16 +0100 + +gnumeric (0.76-1) unstable; urgency=high + + * New upstream release. + + -- J.H.M. Dassen (Ray) Tue, 20 Nov 2001 21:18:03 +0100 + +gnumeric (0.75-1) unstable; urgency=high + + * New maintainer. + * [debian/control] + * List plugins in gnumeric-python's description. (Closes: #119817) + * Reworked gnumeric's description a bit as well. + * Suggest "guppi-gnumeric" (which the next libguppi13 will provide) for + graphing capabilities. + * Removed temporary explicit build dependency on libfreetype6-dev and + bumped libgnomeprint-dev build dependency to a version that declares a + dependency on libfreetype6-dev. + * [configure.in] + * With the updated libgnomeprint-dev build dependency, printConf.sh takes + care of including the gdk-pixbuf headers for us. + + -- J.H.M. Dassen (Ray) Mon, 19 Nov 2001 20:41:48 +0100 + +gnumeric (0.75-0.2) unstable; urgency=high + + * [debian/control] + * If /etc/paper.config isn't available, previewing and printing fails. + Added a dependency on a recent enough gnome-libs-data known to include + that file to prevent these problems. (Closes: #117983) + * Tightened the libgnomeprint-dev build dependency as older versions may + segfault in their postinst, causing build failures with the build + daemons. + * Temporarily added build dependency on libfreetype6-dev which is needed + for gnome-print but not yet declared by libgnomeprint-dev. + * Changed Suggests: evolution-ssl | evolution to Suggests: evolution as + evolution-ssl now Provides: evolution. + * Removed the Suggests: guppi as the new version isn't packaged yet and + packaging changes are expected. + * [configure.in] Remove es_* from ALL_LINGUAS as their .po files are quite + incomplete and out of date. (Closes: #119514) + * [debian/rules] Clean out files that autogen.sh may have updated. + + -- J.H.M. Dassen (Ray) Wed, 14 Nov 2001 16:23:01 +0100 + +gnumeric (0.75-0.1) unstable; urgency=high + + * New upstream release. + * Tightened the libole2-dev build dependency as per README. + * Previous upload already fixed compilation problems relating to gdk + pixbuf's headers. (Closes: #118354) + + -- J.H.M. Dassen (Ray) Mon, 5 Nov 2001 22:11:54 +0100 + +gnumeric (0.74-0.1) unstable; urgency=high + + * New upstream release: + [debian/control] Tightened build dependency on GAL. + * [configure.in] + * Updated comments on GAL. + * Handle new gdk pixbuf headers location. + * Put the Python(using) plugins in a package of their own to reduce the + main gnumeric package's library dependencies. Build them against + Python 1.5, which is licensed under a GPL-compatible license. + (Closes: #117985, #117870, #118213) + + -- J.H.M. Dassen (Ray) Sun, 4 Nov 2001 20:35:39 +0100 + +gnumeric (0.72-0.2) unstable; urgency=high + + * Included Evolution-Composer.idl in our sources, and modified debian/rules, + configure.in, idl/Makefile.am to use the local copy. Removed build + dependencies on Evolution, as it is currently a problematic package to + build on some of our architectures, which prevents us from propagating + to testing. + * Extended the motivation of --with(out) feature choices in debian/rules. + * Do away with the separate call of configure by passing configure flags to + autogen.sh . + * Use "install -p" to preserve timestamps. + + -- J.H.M. Dassen (Ray) Sun, 21 Oct 2001 15:30:55 +0200 + +gnumeric (0.72-0.1) unstable; urgency=high + + * New upstream release. + * Updated build dependencies: changed python-dev (which has become a dummy + package) to python1.5-dev. + * [configure.in] Honour DEB_BUILD_OPTIONS as per policy. + * Build in a separate build directory. + * Suggest guppi. + + -- J.H.M. Dassen (Ray) Sat, 20 Oct 2001 09:59:51 +0200 + +gnumeric (0.71-0.3) unstable; urgency=high + + * The build daemons always seem to pick the first of ORed build dependencies. + Put evolution-dev before evolution-ssl-dev as it should be available to + all. + * The latest libgnome-dev has been built against the latest liborbit-dev, so + that liborbit's includes like orb/orbit.h are found again. Updated the + build dependencies accordingly. + * Replaced src/parser.y with the CVS version which was changed to deal with + the problem with saving large floats that Johann Spies noted. + Added build dependency on bison. (Closes: #115216) + * Clean out more generated files. + + -- J.H.M. Dassen (Ray) Sun, 14 Oct 2001 14:14:44 +0200 + +gnumeric (0.71-0.2) unstable; urgency=medium + + * Use macros/autogen.sh to set up the build stuff. + * xml-i18n-tools has been replaced by intltool. Updated build dependency and + have autogen.sh take care of it. (Closes: #115237) + * Following upstream's request, added a Suggests: eog which gnumeric can use + as a component to view images. + * Tightened bonobo build dependency as per CVS changes ("to fix some + crashes in printing and fix some stale docs"). + * Enabled support for sending spreadsheets via Evolution, which seems to work + fine. Added build dependency on evolution-ssl-dev or evolution-dev and a + matching Suggests:. + * Replaced GNOME_Gnumeric.oaf.in with the CVS version which disables the + "Embeddable Grid Component Factory" as well. + * [debian/rules] Documented the reasons why we disable some features. + * [configure.in] Documented why we link against GAL statically. + + -- J.H.M. Dassen (Ray) Fri, 12 Oct 2001 11:55:09 +0200 + +gnumeric (0.71-0.1) unstable; urgency=high + + * New upstream release: + * Changes to current cell are now saved. (Closes: #113745) + * [GNOME_Gnumeric.oaf.in] Disabled "Embeddable Grid Component" as per + upstream recommendations (http://bugzilla.gnome.org/show_bug.cgi?id=62007). + (Closes: #114793). + * [configure.in] + * Removed plugins/psiconv/Makefile from AC_OUTPUT which broke builds. + * Permanently leave the GAL red queen's race by linking statically + against libgal. (Closes: #114805) + * [debian/control] + * Tightened xml-i18n build requirements per README. + * Loosened GAL requirements. + * Depend on docbook-utils rather than cygnus-stylesheets which is a dummy + package nowadays. + * [debian/rules] + * Rely on upstream's generated on-line help as we currently don't have + a gnome-doc-tools package (see #100954) needed to deal with the + "DTD DocBook PNG Variant V1.0" used for gnumeric's documentation. + * Call autoheader. + * Call automake "--add-missing". + * We back to using 'configure.in' rather than 'configure.ac', so don't + remove that file, but do clean out a lot of other generated files. + * [debian/copyright] Refer to AUTHORS file for list of contributors. + * Fixed some minor compilation problems; see the source's ChangeLog files. + + -- J.H.M. Dassen (Ray) Tue, 9 Oct 2001 20:55:36 +0200 + +gnumeric (0.70-0.6) unstable; urgency=high + + * Applied patch from upstream CVS to prevent segfaulting due to Python + attempting to directly modify environment strings. (Closes: #112087) + + -- J.H.M. Dassen (Ray) Sat, 15 Sep 2001 19:35:17 +0200 + +gnumeric (0.70-0.5) unstable; urgency=high + + * Updated build-dependency on automake (closes: #110992) + * NMU, authorized by non-maintainer :) + + -- Martijn van de Streek Mon, 3 Sep 2001 12:37:28 +0200 + +gnumeric (0.70-0.4) unstable; urgency=high + + * Fixed run-time help. + * [debian/copyright] Updated list of contributers from AUTHORS. + + -- J.H.M. Dassen (Ray) Sun, 2 Sep 2001 16:31:35 +0200 + +gnumeric (0.70-0.3) unstable; urgency=high + + * Moved documentation under /usr/share/doc so dwww can access it. + (Closes: #110844) + + -- J.H.M. Dassen (Ray) Sat, 1 Sep 2001 13:03:27 +0200 + +gnumeric (0.70-0.2) unstable; urgency=high + + * Rebuild against latest libgal, which still can't coexist with older + versions of itself. (Closes: #110747) + * Bumped gal build dependency to current version in unstable. + * Tightened build dependencies as per gnumeric CVS: + * Bumped bonobo dependency. + * Bumped gnome-print dependency. + + -- J.H.M. Dassen (Ray) Fri, 31 Aug 2001 21:10:24 +0200 + +gnumeric (0.70-0.1) unstable; urgency=medium + + * New upstream release: "This is a high priority upgrade. 0.69 accidentally + broke importing MS Excel workbooks containing more than one sheet." + * [debian/rules] clean: remove Makefile(.in) if generated from Makefile.am; + remove stamp files in the idl directory. + * [debian/control] Versioned the build dependency on automake to a version + that knows about configure.ac. (Closes: #109496) + Changed the font dependency to "gsfonts" (which is what + libgnomeprint-data merely recommends). + * [debian/changelog] Removed log-mailing-address. + + -- J.H.M. Dassen (Ray) Tue, 21 Aug 2001 22:18:23 +0200 + +gnumeric (0.69-0.3) unstable; urgency=low + + * [debian/control] Build depend on recent autoconf. (Closes: #108988) + * [debian/rules] clean: remove configure.in as well. + + -- J.H.M. Dassen (Ray) Sun, 19 Aug 2001 17:52:16 +0200 + +gnumeric (0.69-0.2) unstable; urgency=low + + * Added build dependency on libtool. (Closes: #107988) + * Added dependency on gsfonts-x11 to ensure availability of the standard + PostScript fonts. (Closes: #107115, #107797, #102406). + * Cleaned up source diff. + * [debian/rules] Run automake. + * [debian/copyright] Really updated. + + -- J.H.M. Dassen (Ray) Tue, 14 Aug 2001 21:26:06 +0200 + +gnumeric (0.69-0.1) unstable; urgency=low + + * Non-maintainer upload of new upstream release. + * [debian/docs] Included AUTHORS and MAINTAINERS. + * [debian/copyright] Updated. + * [debian/gnumeric.manpages, debian/rules] Upstream now includes a manpage. + * [configure.ac, debian/rules] Replace unconditional -D_GNU_SOURCE by + -D_USE_BSD if needed. + * [configure.ac] Made --without-evolution work. + + -- J.H.M. Dassen (Ray) Mon, 13 Aug 2001 17:33:59 +0200 + +gnumeric (0.68-0.3) unstable; urgency=low + + * New libgal, so it's recompile time again. + * [configure.in, macros/gnome-guile-checks.m4, debian/rules] Imported + changes from gnumeric CVS to make --without-guile work and regenerate + aclocal.m4 and configure accordingly. (Closes: #107661) + * [configure.in] Imported CVS changes for alloca as well, as we use + autoconf 2.52. + * [debian/control] Added build dependency on automake (for "aclocal"). + + -- J.H.M. Dassen (Ray) Mon, 6 Aug 2001 20:18:16 +0200 + +gnumeric (0.68-0.2) unstable; urgency=low + + * Another NMU (requested by Ray) + * The new -doc package now replaces all pre-0.68 gnumeric docs. + * Cleaned up docbook conversion mess. + + -- Martijn van de Streek Mon, 30 Jul 2001 10:21:52 +0200 + +gnumeric (0.68-0.1) unstable; urgency=low + + * Non-maintainer upload of new upstream release, after conferring with + Vincent. + * [debian/*] Redone based on current dh_make template. + * Split documentation into a separate package. (Closes: #62430) + * [debian/rules] + * Explicitly disabled Evolution support. + It is not mentioned in NEWS or README, so presumably it is not yet ready + for production use. + * Removed the plugins' `.la' files: gnumeric's plugins are not public + libraries nor do they on libtool's libltdl, so policy does not require + them to be included. (Closes: #62429) + * [debian/gnumeric.mime] Added text/comma-separated-values entry; corrected + nametemplates which had .xls and .gnumeric swapped. (Closes: #101059). + * [debian/gnumeric-man.sgml] Added a manpage. (Closes: #102047) + * [debian/control] + * Updated the description. + * Added build dependency on docbook-to-man. + * Added missing build dependency on flex. (Closes: #103776) + * Tightened the build dependency on libxml-dev. (Closes: #105344) + * Updated Standards-Version. + * [configure.in] Reinstated ja, ko, zh_CN.GB2312, zh_TW.Big5 as their po + files were updated and no longer cause problems. + * Clean up bug reports that are no longer relevant: + * We build with the latest available libgal. + (Closes: #99679, #103489, #104031, #105274) + * The accidental deletion of HTML documentation was fixed in a previous + upload. (Closes: #102270) + * Backspace not working in cells was fixed upstream. (Closes: #106796) + * Shrinking output in print setup was fixed upstream. (Closes: #55096) + * Verified that CSV export works fine with this version. (Closes: #100111) + * Non-ancient versions of Gnumeric have no problems with reading back + their own file format. (Closes: #98779) + + -- J.H.M. Dassen (Ray) Sun, 29 Jul 2001 19:38:32 +0200 + +gnumeric (0.67-1) unstable; urgency=low + + * New upstream release. + * Build this bonobo support since this is now the default. + + -- Vincent Renardias Tue, 10 Jul 2001 12:18:37 +0200 + +gnumeric (0.65-2) unstable; urgency=low + + * New upstream version (Closes: #98189). + * Compiled against newer libole2-dev/libgal (Closes: #99041). + * Updated debian/control (Build-Depends). + * ACK bugs fixed by previous NMU: + Closes: #94017, #96708, #80016, #51547, #70837, #96863, #96080, #87837. + Closes: #96062, #96080, #96863. + * Printing problems should be solved. + Closes: #80869, #92986, #92849. + * Integrated NMU work from JHM Dassen: + - The problem of dsum freezing gnumeric when cells involved were deleted + was fixed upstream. (Closes: #90875). + - [configure.in] Removed es_* from ALL_LINGUAS as their .po files are quite + out of date compared to plain es. (Closes: #89108). + - [debian/rules] Explicitly disabled GDA for consistency across + architectures; explicitly enabled warnings. + - [debian/rules] Compile -D_GNU_SOURCE for various functions and macros, + like caddr_t and M_PI_2. + - [debian/control] Added build dependency on xml-i18n-tools; updated build + dependencies on libgal, libxml1 and libole. + + -- Vincent Renardias Mon, 4 Jun 2001 15:06:41 +0200 + +gnumeric (0.64-1.1) unstable; urgency=low + + * Documentation: + * Ensure documentation is included. (Closes: #94017, #96708) + * [debian/gnumeric.doc-base] New, so debhelper registers us with doc-base. + * [debian/control] Added build dependency on cygnus-stylesheets as we + generate the documentation from its SGML source. + * Menu support: + * [debian/menu] Added menu hints. (Closes: #80016) + * MIME support: + * [debian/mime.gnumeric] Renamed to debian/gnumeric.mime so MIME handler + registration through debhelper works. (Closes: #51547, #70837) + * [debian/gnumeric.mime] Register as a handler for application/x-gnumeric + as well; added "nametemplate"s. + * Localisation: + * [debian/control] Added missing build dependency on gettext. + * [po/da.po]: corrected charset to ISO 8859-1. + * [configure.in] Removed ja, ko, zh_CN.GB2312, zh_TW.Big5 from ALL_LINGUAS + as msgfmt on them fails (with errors like invalid multibyte sequence, + end-of-line within string, invalid control sequence). + * [debian/rules] Generate "configure". + * [debian/control] Added build dependency on autoconf. + * Other build and dependencies changes: + * Compiled against current libgal + (Closes: #96863, #96080) + * [debian/control] Updated build dependency for libgal. + * [debian/control] Added missing build dependency on debhelper. + * [debian/control] Downgrade dependency on gnome-help to Suggests as GNOME + allows configuration of a different help browser. (Closes: #87837). + * [debian/control] Removed Recommends: python-dev as there's a Depends: + for it already. + * [debian/rules] Explicitly disable GB and Guile, so that builds on other + architectures will not accidentally get additional dependencies. + * [debian/rules] Remove generated files po/messages, po/cat-id-tbl.c + as part of `clean'. + * [debian/dirs] We don't need to create usr/X11R6/lib anymore. + + -- J.H.M. Dassen (Ray) Wed, 16 May 2001 20:08:35 +0200 + +gnumeric (0.64-1) unstable; urgency=low + + * new upstream upgrade. + * recompile against lastest gnome-print. + + -- Vincent Renardias Mon, 9 Apr 2001 17:28:05 +0200 + +gnumeric (0.63-1) unstable; urgency=low + + * new upstream upgrade (containing many fixes). + * 'make clean' now really does. + * Now appears to be fixed (Closes: #77577). + * Depend on gnome-help (Closes: #62642). + * Dependancy is now correct (Closes: #67249). + * Should be fixed (Closes: #71668). + * Appears to work (Closes: #67305). + * function-reference.html is back (Closes: #81133). + * Python support in back (Closes: #41282, #65287). + + -- Vincent Renardias Sat, 24 Feb 2001 22:46:07 +0100 + +gnumeric (0.61-2) unstable; urgency=low + + * Recompile against libgal4 (Closes: #86638, #86003, #86389). + * Add a Build-depends: line in control (Closes: #75636). + * already fixed bugs (Closes: #75827). + + -- Vincent Renardias Sat, 24 Feb 2001 18:24:15 +0100 + +gnumeric (0.61-1) unstable; urgency=low + + * New upstrem release. + + -- Vincent Renardias Tue, 19 Dec 2000 16:48:51 +0100 + +gnumeric (0.58-0.1) unstable; urgency=low + + * NMU. + * New upstrem release (Closes: #75827) + + -- Christian Marillat Tue, 14 Nov 2000 13:06:46 +0100 + +gnumeric (0.56.0-1) unstable; urgency=low + + * New upstream release. + Recreated tarfile, since the one from ftp.gnome.org and mirrors + were broken (hence: 0.56.0 instead of 0.56). + * Now depends on new package 'libole2'. + + -- Vincent Renardias Tue, 20 Jun 2000 13:42:10 +0200 + +gnumeric (0.54-1) unstable; urgency=low + + * New upstream release. + + -- Vincent Renardias Wed, 24 May 2000 10:03:25 +0200 + +gnumeric (0.53-1) unstable; urgency=low + + * New upstream release. + + -- Vincent Renardias Thu, 11 May 2000 18:54:14 +0200 + +gnumeric (0.52-1) unstable; urgency=low + + * New upstream release. + closes: #61282: Missing gnome-print dependency, bad link to libgnomeprint.so.6. + closes: #61920: Please do NOT ship the bonobo version of gnumeric. + closes: #61447: new version has wrong dependency. + closes: #61897: gnumeric overwrites /usr/bin/graph. + closes: #62347: gnumeric: Can't build! + closes: #61319: Duplicate file /usr/bin/graph. + closes: #55056: gnumeric 0.47-1 reports unknown libglade0 0.11-2 symbol. + closes: #61241: gnumeric: package overlap with plotutils. + + -- Vincent Renardias Fri, 14 Apr 2000 18:31:56 +0200 + +gnumeric (0.51-2) unstable; urgency=low + + * redisable bonobo support. + + -- Vincent Renardias Fri, 7 Apr 2000 12:45:26 +0200 + +gnumeric (0.51-1) unstable; urgency=low + + * New upstream release. + + -- Vincent Renardias Wed, 29 Mar 2000 13:13:02 +0200 + +gnumeric (0.50-1) unstable; urgency=low + + * New upstream release. + * Compile with bonobo support. + + -- Vincent Renardias Mon, 27 Mar 2000 14:46:53 +0200 + +gnumeric (0.48-3) unstable; urgency=low + + * Recompile with gnome-print 0.12. + + -- Vincent Renardias Mon, 6 Mar 2000 10:42:05 +0100 + +gnumeric (0.48-1) unstable; urgency=low + + * New upstream version. + * now built against gtk 1.2.7 (closes GNOME BTS bug #2611) + + -- Vincent Renardias Mon, 21 Feb 2000 12:13:47 +0100 + +gnumeric (0.47-1) unstable; urgency=low + + * New upstream version. + + -- Vincent Renardias Mon, 3 Jan 2000 13:28:49 +0100 + +gnumeric (0.45-1) unstable; urgency=low + + * New upstream version. + + -- Vincent Renardias Mon, 6 Dec 1999 13:57:04 +0100 + +gnumeric (0.44-1) unstable; urgency=low + + * New upstream version. + * Now depends on a fixed (0.10-3) version of gnome-print. + + -- Vincent Renardias Tue, 23 Nov 1999 12:03:00 +0100 + +gnumeric (0.43-1) unstable; urgency=low + + * New upstream version. + + -- Vincent Renardias Fri, 19 Nov 1999 13:07:44 +0100 + +gnumeric (0.41-1) unstable; urgency=low + + * New upstream version. + (Third of the week... ;) + + -- Vincent Renardias Mon, 25 Oct 1999 11:53:44 +0200 + +gnumeric (0.40-1) unstable; urgency=low + + * New upstream version. + + -- Vincent Renardias Fri, 22 Oct 1999 12:25:44 +0200 + +gnumeric (0.39-1) unstable; urgency=low + + * New upstream version. + + -- Vincent Renardias Wed, 20 Oct 1999 15:27:55 +0200 + +gnumeric (0.38-3) unstable; urgency=low + + * fix description; + closes: #46227: gnumeric: package description references non-existent file doc/Design + * Now replaces zh-trans (<<0.8); + closes: #45934: gnumeric: Should replace zh-trans + * Upgrading to gnumeric 0.38-3 and gnome-print 0.9-2 should fix this; + closes: #46028: gnumeric: /usr/share/fonts/fontmap file is invalid for Gnumeric + + -- Vincent Renardias Fri, 1 Oct 1999 14:57:27 +0200 + +gnumeric (0.38-2) unstable; urgency=low + + * Fix rules file; + closes: #46361: gnumeric: etc build problem [patch]. + * rebuilt with newer libs. + + -- Vincent Renardias Fri, 1 Oct 1999 14:57:17 +0200 + +gnumeric (0.38-1) unstable; urgency=low + + * New upstream version. + (Bug fix release) + + -- Vincent Renardias Fri, 24 Sep 1999 12:17:05 +0200 + +gnumeric (0.36-1) unstable; urgency=low + + * New upstream version. + * 'clean' now cleans better. + + -- Vincent Renardias Thu, 23 Sep 1999 12:56:07 +0200 + +gnumeric (0.32-1) unstable; urgency=low + + * New upstream version. + + -- Vincent Renardias Mon, 23 Aug 1999 10:37:49 +0200 + +gnumeric (0.29-1) unstable; urgency=low + + * New upstream version. + + -- Vincent Renardias Mon, 12 Jul 1999 19:05:09 +0200 + +gnumeric (0.27-1) unstable; urgency=low + + * New upstream version. + * Recompiled against newer gnome libraries. + + -- Vincent Renardias Fri, 25 Jun 1999 12:24:51 +0200 + +gnumeric (0.25-2) unstable; urgency=low + + * corrected menu file; closes: #38873. + + -- Vincent Renardias Thu, 3 Jun 1999 18:48:12 +0200 + +gnumeric (0.25-1) unstable; urgency=low + + * New upstream version. + * Recompiled against newer gnome libraries. + + -- Vincent Renardias Tue, 18 May 1999 16:14:21 +0200 + +gnumeric (0.24-1) unstable; urgency=low + + * New upstream version. + + -- Vincent Renardias Fri, 23 Apr 1999 13:33:55 +0200 + +gnumeric (0.15-1) unstable; urgency=low + + * New upstream version. + * closes: #33547, #33904, #32483, #32728. + + -- Vincent Renardias Sat, 6 Mar 1999 12:13:24 +0100 + +gnumeric (0.7-1) unstable; urgency=low + + * New upstream version. + * Corrected menu entry (Fix bug #27782,#28119). + * No longer output an error message regarding python + (had to disable python plugin, which wouldn't compile anyway) + (Fix bugs #27783,#28195,#30523,#30760). + * Recompile with newer GNOME/Gtk+ libs + (Fix bugs #30526,#29161,#27810). + + -- Vincent Renardias Wed, 20 Jan 1999 12:02:30 +0100 + +gnumeric (0.3-1) unstable; urgency=low + + * New upstream release. + + -- Vincent Renardias Wed, 30 Sep 1998 15:26:14 +0200 + +gnumeric (0.2-1) unstable; urgency=low + + * Initial Release. + + -- Vincent Renardias Sat, 26 Sep 1998 17:12:42 +0200 --- gnumeric-1.9.6.orig/debian/compat +++ gnumeric-1.9.6/debian/compat @@ -0,0 +1 @@ +7 --- gnumeric-1.9.6.orig/debian/gnumeric-general.schemas.md5sum +++ gnumeric-1.9.6/debian/gnumeric-general.schemas.md5sum @@ -0,0 +1,16 @@ +9b0af3c368bdf0dcf0310ad593238fbd +f80ea9e3cf441c3c4c591adf0e54a2ae +d69fea2962ccfce7cb6163b169e7441c +84cc7ca2687cfa7023dcb5f18ccacb1e +428297de1381632a1732b7f7d0704e39 +8aeade14ebf7d3a62180f2a704902f94 +b5472fcaeec2d91ee99620630da3af9c +827c7e680ed58266286c976fcf135831 +367c851168bb9c227e0edf15473a8a08 +26600fa41ff14dcd681228a50016f256 +cafbb3876bb04d02266579f8528ab615 +6759ec14e92284c7bc339ecea5865560 +2626bfebcf36e97d3fb97af156060d84 +57f0d2ee08a00d4501b11c60a0b9dd74 +602ce28d13678f4d2a170123ed39e292 +8f279dde262d0d8a065c8cbff164743c --- gnumeric-1.9.6.orig/debian/gnumeric.menu +++ gnumeric-1.9.6/debian/gnumeric.menu @@ -0,0 +1,4 @@ +?package(gnumeric):needs="X11" section="Applications/Office" \ + hints="Gnome,Spreadsheets" \ + title="gnumeric" command="/usr/bin/gnumeric" \ + icon="/usr/share/pixmaps/gnome-gnumeric.xpm" --- gnumeric-1.9.6.orig/debian/gnumeric.mime +++ gnumeric-1.9.6/debian/gnumeric.mime @@ -0,0 +1,23 @@ +application/x-gnumeric; gnumeric '%s'; edit=gnumeric '%s'; compose=gnumeric '%s'; description="Gnumeric spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.gnumeric +text/csv; gnumeric '%s'; edit=gnumeric '%s'; description="Comma Separated Values"; test=test -n "$DISPLAY"; nametemplate=%s.csv +application/vnd.ms-excel; gnumeric '%s'; edit=gnumeric '%s'; description="MS Excel spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.xls +application/x-excel; gnumeric '%s'; edit=gnumeric '%s'; description="MS Excel spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.xls +application/x-ms-excel; gnumeric '%s'; edit=gnumeric '%s'; description="MS Excel spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.xls +application/x-msexcel; gnumeric '%s'; edit=gnumeric '%s'; description="MS Excel spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.xls +application/x-xls; gnumeric '%s'; edit=gnumeric '%s'; description="MS Excel spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.xls +application/x-dos_ms_excel; gnumeric '%s'; edit=gnumeric '%s'; description="MS Excel spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.xls +zz-application/zz-winassoc-xls; gnumeric '%s'; edit=gnumeric '%s'; description="MS Excel spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.xls +application/vnd.sun.xml.calc; gnumeric '%s'; edit=gnumeric '%s'; description="OpenOffice.org Calc spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.sxc +application/vnd.sun.xml.calc.template; gnumeric '%s'; edit=gnumeric '%s'; description="OpenOffice.org Calc spreadsheet template"; test=test -n "$DISPLAY"; nametemplate=%s.stc +application/x-applix; gnumeric '%s'; edit=gnumeric '%s'; description="Applixware Spreadsheets file"; test=test -n "$DISPLAY"; nametemplate=%s.as +application/x-applix-spreadsheet; gnumeric '%s'; edit=gnumeric '%s'; description="Applixware Spreadsheets file"; test=test -n "$DISPLAY"; nametemplate=%s.as +application/vnd.lotus-1-2-3; gnumeric '%s'; edit=gnumeric '%s'; description="Lotus 1-2-3 spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.xls +application/x-123; gnumeric '%s'; edit=gnumeric '%s'; description="Lotus 1-2-3 spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.xls +text/tab-separated-values; gnumeric '%s'; edit=gnumeric '%s'; description="Tab separated values"; test=test -n "$DISPLAY"; nametemplate=%s.tsv +application/x-mps; gnumeric '%s'; edit=gnumeric '%s'; description="MPS (Mathematical Programming System) linear programming file"; test=test -n "$DISPLAY"; nametemplate=%s.mps +application/x-oleo; gnumeric '%s'; edit=gnumeric '%s'; description="GNU Oleo spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.oleo +application/x-planperfect; gnumeric '%s'; edit=gnumeric '%s'; description="PlanPerfect spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.pln +application/x-quattropro; gnumeric '%s'; edit=gnumeric '%s'; description="Quattro Pro spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.wb1 +application/x-sc; gnumeric '%s'; edit=gnumeric '%s'; description="SC/XSpread spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.sc +application/x-sylk; gnumeric '%s'; edit=gnumeric '%s'; description="Multiplan SYLK spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.slk +application/x-xbase; gnumeric '%s'; edit=gnumeric '%s'; description="Xbase spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.dbf --- gnumeric-1.9.6.orig/debian/gnumeric-common.install +++ gnumeric-1.9.6/debian/gnumeric-common.install @@ -0,0 +1,13 @@ +/usr/share/applications/gnumeric.desktop +/usr/share/gnumeric/*.md5sum +/usr/share/gnumeric/*/autoformat-templates/*/*.xml +/usr/share/gnumeric/*/autoformat-templates/*/.category +/usr/share/gnumeric/*/glade/*.glade +# /usr/share/gnumeric/*/glade/*.png +# /usr/share/gnumeric/*/gnome*/ui/*.xml +# /usr/share/gnumeric/*/idl/*.idl +/usr/share/gnumeric/*/templates/*.gnumeric +/usr/share/locale/*/LC_MESSAGES/*.mo +# /usr/share/mime-info/gnumeric.* +/usr/share/pixmaps/* +/usr/share/icons/ --- gnumeric-1.9.6.orig/debian/gnumeric-doc.dirs +++ gnumeric-1.9.6/debian/gnumeric-doc.dirs @@ -0,0 +1,2 @@ +/usr/share/gnome/help/ +/usr/share/omf/gnumeric/ --- gnumeric-1.9.6.orig/debian/gnumeric-common.links +++ gnumeric-1.9.6/debian/gnumeric-common.links @@ -0,0 +1 @@ +usr/share/doc/gnumeric/ usr/share/doc/gnumeric-common --- gnumeric-1.9.6.orig/debian/gnome-gnumeric.xpm +++ gnumeric-1.9.6/debian/gnome-gnumeric.xpm @@ -0,0 +1,186 @@ +/* XPM */ +static char *gnome_gnumeric[] = { +/* columns rows colors chars-per-pixel */ +"32 32 148 2", +" c #440000", +". c #550000", +"X c #660000", +"o c #770000", +"O c #661111", +"+ c #771111", +"@ c #661122", +"# c #552233", +"$ c #553333", +"% c #662222", +"& c #772222", +"* c #666600", +"= c #775522", +"- c #777722", +"; c #444444", +": c #554444", +"> c #445544", +", c #555555", +"< c #664455", +"1 c #775555", +"2 c #556655", +"3 c #554466", +"4 c #555577", +"5 c gray40", +"6 c #777777", +"7 c #881111", +"8 c #AA0000", +"9 c #AA1111", +"0 c #882222", +"q c #992222", +"w c #883333", +"e c #AA2222", +"r c #BB2222", +"t c #BB3333", +"y c #DD3333", +"u c #EE3333", +"i c #884433", +"p c #CC5533", +"a c #884444", +"s c #BB4444", +"d c #885577", +"f c #886666", +"g c #996666", +"h c #887777", +"j c #997777", +"k c #CC4444", +"l c #DD4444", +"z c #DD5544", +"x c #DD5555", +"c c #EE4444", +"v c #EE5555", +"b c #DD6655", +"n c #CC6666", +"m c #DD6666", +"M c #EE6666", +"N c #FF6666", +"B c #EE7777", +"V c #FF7777", +"C c #558800", +"Z c #559900", +"A c #559911", +"S c #778822", +"D c #779933", +"F c #55AA22", +"G c #77DD22", +"H c #77AA44", +"J c #778877", +"K c #AAAA33", +"L c #88DD33", +"P c #99AA55", +"I c #BBAA55", +"U c #888877", +"Y c #998877", +"T c #BBAA66", +"R c #AABB66", +"E c #DD8866", +"W c #CCBB66", +"Q c #88DD44", +"! c #99DD44", +"~ c #99DD55", +"^ c #99DD66", +"/ c #BBCC66", +"( c #BBCC77", +") c #BBDD77", +"_ c #AAEE77", +"` c #224488", +"' c #335588", +"] c #335599", +"[ c #336699", +"{ c #555588", +"} c #445599", +"| c #446688", +" . c #446699", +".. c #556699", +"X. c #557799", +"o. c #666699", +"O. c #777799", +"+. c #4477AA", +"@. c #4477BB", +"#. c #5577BB", +"$. c #887799", +"%. c #AA6688", +"&. c #BB7788", +"*. c #5588BB", +"=. c #7788AA", +"-. c #6688BB", +";. c #7788BB", +":. c #6699BB", +">. c #7799BB", +",. c #6699CC", +"<. c #7799CC", +"1. c #888888", +"2. c #998888", +"3. c #889988", +"4. c #999988", +"5. c #998899", +"6. c gray60", +"7. c #BB8888", +"8. c #AA9999", +"9. c #BB9999", +"0. c #99AA99", +"q. c #AAAA88", +"w. c #AAAA99", +"e. c #9988AA", +"r. c #8899BB", +"t. c #9999BB", +"y. c #AAAAAA", +"u. c #BBBBAA", +"i. c #BBBBBB", +"p. c #EE8888", +"a. c #FF8888", +"s. c #EE9999", +"d. c #FF9999", +"f. c #CCAAAA", +"g. c #CCBBBB", +"h. c #BBDD88", +"j. c #BBEE88", +"k. c #CCDD88", +"l. c #CCCCBB", +"z. c #8899CC", +"x. c #88AACC", +"c. c gray80", +"v. c #DDDDCC", +"b. c #DDDDDD", +"n. c #EEEEDD", +"m. c #EEEEEE", +"M. c gray100", +"N. c None", +/* pixels */ +"N.2 , , , , , , , , , , , , , , , , , , , , , , , 2 N.N.N.N.N.N.", +"2 y.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.y.2 N.N.N.N.N.", +", M.i.y.y.y.y.y.6.y.y.y.y.y.y.y.6.y.y.y.y.y.y.y.i.M., N.N.N.N.N.", +", M.y.b.b.b.b.b.y.b.b.b.b.b.b.b.y.b.b.b.b.b.b.b.y.M., N.N.N.N.N.", +", M.y.b.b.b.b.c.6.c.c.c.c.c.c.c.w.c.c.c.c.c.c.c.y.M., N.N.N.N.N.", +", M.y.b.b.v.c.c.6.c.c.c.c.c.c.c.6.c.c.c.c.c.c.c.y.M., N.N.N.N.N.", +", M.y.v.c.c.c.c.6.c.c.c.c.c.c.c.6.c.c.c.c.c.c.c.y.M., N.N.N.N.N.", +", M.1.6.1.1.1.6 5 6.6.6.6.6.6.6.1.6.6.6.6.6.6.6.3.M., N.N.N.N.N.", +", M.y.v.c.c.c.i.6.m.m.m.m.m.m.m.i.m.m.m.m.m.m.m.i.M., N.N.N.N.N.", +", M.y.v.c.c.c.i.6.m.m.m.m.m.m.m.i.m.m.m.m.m.m.m.i.M., N.N.N.N.N.", +", M.y.c.c.c.c.i.6.m.m.m.m.m.g.7.a w + X & w g 7.8.M., N.N.N.N.N.", +", M.6.y.6.6.6.6.U i.i.i.Y & 0 t l v N V M v k t + a : N.N.N.N.N.", +", M.y.c.c.c.l.i.4.n.f.& q x V V V V V V V V V N V x 0 X N.N.N.N.", +", M.y.c.c.c.l.i.4.f.+ M V V V V V V N N N N N N N N V x o N.N.N.", +", M.y.c.c.c.i.i.h + M V V V N N N N N N N N M v v v v M M o N.N.", +", M.4.w.6.6.6.2.+ B V N N N N N N N N M v v v v v v v v M M X N.", +", M.y.c.c.c.i.j s V N N N N N N v v v v v v v v v x n %.$.>.d N.", +", M.y.c.c.l.i.i B V N N M v v v v v v v v n &.5.;.,.-.*.*.-.=.X ", +", M.y.c.c.l.i.+ a.M v v v v v v v v v 7.<.<.<.,.,.-.*.*.*.#.:.X ", +", M.4.w.6.6.4.+ a.v v v v v v c c c b k.<.<.,.,.-.*.*.*.#.@.>.X ", +", M.y.c.c.l.i.X p.M v v c c c c c c W j.r.,.,.-.*.*.*.#.+.*.=.X ", +", M.y.c.c.l.u.X m V c c c c c c c z _ _ q.,.-.*.*.*.#.+.+.-.O.X ", +", M.y.c.c.i.i.O t d.B c c c u y y I ^ ^ R -.*.*.*.#.+.+.-.r.| X ", +", M.4.0.6.6.4.& q r d.M y y y y p ! ! ~ ~ -.*.*.#.+.+.-.r.} 3 . ", +", M.w.c.l.i.i.f 7 e 9 s.d.v y y K L L L Q J *.#.@.-.z.t.' .@ N.", +", M.w.c.l.i.i.8.X e 9 8 k s.d.E Q L L G L P :.<.x.r.o.` [ 4 X N.", +", M.w.c.l.i.i.y.1 O e 9 8 8 t T / ) h.j.h.( t.e...` ` [ 4 X N.N.", +", M.i.6.6.6.6.1.6 f O e t 9 8 * Z Z Z A Z C ` ` ` ] .4 X N.N.N.", +", y.M.M.M.M.M.M.m.b.9.+ + e t - F A A Z A A ] .X.{ # X N.N.N.N.", +"N., , , , , , , , , > ; $ O + = S D H H H D 4 < % X N.N.N.N.N.N.", +"N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.. . X X X X X . N.N.N.N.N.N.N.N.", +"N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N." +}; --- gnumeric-1.9.6.orig/debian/gnumeric-doc.postrm +++ gnumeric-1.9.6/debian/gnumeric-doc.postrm @@ -0,0 +1,6 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +exit 0 --- gnumeric-1.9.6.orig/debian/gnumeric-doc.install +++ gnumeric-1.9.6/debian/gnumeric-doc.install @@ -0,0 +1,2 @@ +/usr/share/omf/*/*.omf +/usr/share/gnome/help/gnumeric/*/* --- gnumeric-1.9.6.orig/debian/gnumeric-doc.postinst +++ gnumeric-1.9.6/debian/gnumeric-doc.postinst @@ -0,0 +1,6 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +exit 0 --- gnumeric-1.9.6.orig/debian/rules +++ gnumeric-1.9.6/debian/rules @@ -0,0 +1,299 @@ +#! /usr/bin/make -f +# Based on the sample debian/rules that uses debhelper. +# GNU copyright 1997 by Joey Hess. + +#DEB_BUILD_OPTIONS?="debug nostrip" +export DEB_BUILD_OPTIONS + +export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifeq ($(DEB_BUILD_GNU_TYPE),m68k-linux) + DEB_BUILD_OPTIONS+=noopt +endif + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# Try to preserve timestamps as much as possible +export INSTALL=/usr/bin/install -p + +# Are we building a release version, or are we doing development? +CVS_BUILD=$(shell test ! -d CVS; echo $$?) + +upstreamversion=$(shell dpkg-parsechangelog | grep Version | head -1 | sed -e 's/Version: //g' -e 's/-[A-Za-z0-9+\.]*$$//g') + +# Features configuration +# ---------------------- +# +# We're aiming for a package that's stable, with as much functionality as is +# reasonably possible. + +features:= + +# Spreadsheet indexer for beagle +features+= --enable-ssindex + +# Plugins to access databases through the GDA framework and through GnomeDB. +# +# The GDA and GnomeDB plugins for gnumeric now require versions of GDA and +# GnomeDB that are not available as packages yet. +# Mon, 10 Oct 2005 20:37:06 +0200 +features+= --without-gda + +# Psion files support +features+= --with-psiconv + +# Paradox database files plugin +features+= --with-paradox + +# Perl plugin +features+= --with-perl + +# The Python plugin +features+= PYTHON=/usr/bin/python --with-python + +# Don't build a PDF of the documentation. +features+= --disable-pdfdocs + +## Enable it for my development tree: +#features+= --enable-pdfdocs + +confflags := --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --libexecdir=/usr/bin \ + --enable-compile-warnings=minimum \ + $(features) + +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + confflags += --build $(DEB_HOST_GNU_TYPE) +else + confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +endif + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +# Make the linker work a bit harder so dynamic loading can be done faster. +LDFLAGS += -Wl,-O1 + +# Make the linker only include actual dependencies on libraries, rather than +# for all libraries specified in the link line. +LDFLAGS += -Wl,--as-needed + +source-updates: +# This target is not part of the regular package build process. It is used +# by the package maintainer for development purposes and may have +# dependencies beyond the build dependencies specified in debian/control. + rm -f configure-stamp + # Update files generated by autotools + env srcdir=`pwd` NOCONFIGURE=1 \ + LIBTOOLIZE="libtoolize --copy" \ + INTLTOOLIZE="intltoolize --copy" \ + sh autogen.sh $(confflags) + convert icons/32x32/gnumeric.png -depth 4 debian/gnome-gnumeric.xpm + +configure: configure-stamp +configure-stamp: + dh_testdir + + # Prepare for build + + mkdir build + cd build && env srcdir=`pwd`/.. \ + ../configure $(confflags) "CC=$(CC) $(LDFLAGS)" "CFLAGS=$(CFLAGS)" + + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + cd build && $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp debian/*substvars debian/*~ \ + debian/buildinfo + + rm -rf debian/tmp build + + # Update config.{sub,guess} from autotools-dev, if possible. + -for f in config.sub config.guess ; do \ + if test -r /usr/share/misc/$$f ; then \ + OLDDATE=`./$$f -t | tr -d -` ; \ + NEWDATE=`/usr/share/misc/$$f -t | tr -d -` ; \ + if [ $$OLDDATE -lt $$NEWDATE ] ; then \ + echo "GNU config automated update of $$f (replacing $$OLDDATE with $$NEWDATE)" 1>&2 ; \ + cp -f /usr/share/misc/$$f $$f ; \ + fi; \ + fi; \ + done + + -find -type f -name 'Makefile.in' | sed -e 's/\.in$$//' | xargs rm -f + -rm -f po/*.gmo + + # Clean out files generated as part of the documentation generation + -rm -f doc/C/index.html doc/C/gnumeric.html doc/C/ld-id*.html \ + omf-install/gnumeric-C.omf + -rm -rf doc/C/gnumeric doc/C/DBTOHTML_OUTPUT_DIR* + + -rm -rf aclocal.m4 config.h.in stamp-h.in autom4te.cache \ + doc/C/gnumeric.junk + + -rm -f GNOME_Gnumeric.server.in GNOME_Gnumeric.server src/gnumeric-paths.h + + dh_clean + +install: DH_OPTIONS= +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + cd build && env GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \ + $(MAKE) install \ + DESTDIR=`pwd`/../debian/tmp/ \ + localstatedir=`pwd`/../debian/tmp/var/lib \ + libexecdir=`pwd`/../debian/tmp/usr/bin \ + scrollkeeper_localstate_dir=/var/lib/scrollkeeper + + # Plugins are not intended as stand-alone executables + find `pwd`/debian/tmp/usr/lib/*/*/plugins -type f -print0 | xargs -0 chmod a-x + + # Remove unwanted files: static libraries and documentation sources + find `pwd`/debian/tmp/usr/ -name '*.a' -print0 | xargs -0 rm -f + find `pwd`/debian/tmp/ -name '*.sgml' -print0 | xargs -0 rm -f + # Bonobo-only files + rm -rf debian/tmp/usr/lib/bonobo + # libspreadsheet is far from a mature library; loose the development + # files + rm -f debian/tmp/usr/lib/libspreadsheet*.la + rm -f debian/tmp/usr/lib/pkgconfig/libspreadsheet-*.pc + rm -rf debian/tmp/usr/include/libspreadsheet-* + + # Outdated + rm -f debian/tmp/usr/share/mc/templates/gnumeric.desktop + + # Remove scrollkeeper generated files as well; for a package they + # need to be (re)generated at package (de)install time. + rm -rf `pwd`/debian/tmp/var/lib/scrollkeeper + + # Low-colour icon for use by the menu system + $(INSTALL) -m 644 debian/gnome-gnumeric.xpm `pwd`/debian/tmp/usr/share/pixmaps/ + + # Checksums of historical versions of conffiles + $(INSTALL) -m 644 debian/gnumeric-dialogs.schemas.md5sum debian/gnumeric-general.schemas.md5sum debian/gnumeric-plugins.schemas.md5sum `pwd`/debian/tmp/usr/share/gnumeric/ + + dh_install --sourcedir=`pwd`/debian/tmp --fail-missing + + # Name the binary just "gnumeric" + cd debian/gnumeric/usr/bin && mv gnumeric-* gnumeric + + dh_link usr/share/gnumeric/$(upstreamversion)/idl/GNOME_Gnumeric.idl usr/share/idl/GNOME_Gnumeric.idl + + # Make the documentation accessible to gnumeric + dh_link -pgnumeric-doc usr/share/gnome/help/gnumeric usr/share/gnumeric/$(upstreamversion)/doc + + dh_link -pgnumeric-doc usr/share/xml/docbook/stylesheet/nwalsh/images/ usr/share/gnumeric/$(upstreamversion)/doc/C/images + + # Remove files from the main package that belong to a more + # specialist package + # (dh_install doesn't do the right thing here IMO; perhaps it + # doesn't like multiple globs in one line) + while read l ; do \ + rm -rvf debian/gnumeric/$$l ; \ + done < debian/gnumeric-plugins-extra.install + + # Remove dirs that are now empty + -find debian/gnumeric -depth -type d | xargs rmdir >/dev/null 2>&1 + +# Build architecture-independent files here. +# Pass -i to all debhelper commands in this target to reduce clutter. +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installdebconf -i + dh_installdocs -i + + dh_installexamples -i + dh_pycentral -i + #dh_python -i + dh_installmenu -i +# dh_installlogrotate -i +# dh_installemacsen -i +# dh_installpam -i + dh_installmime -i +# dh_installinit -i + dh_installcron -i +# dh_installman -i + dh_link -i + dh_installinfo -i +# dh_undocumented -i + dh_installchangelogs ChangeLog -i + dh_gconf -i + dh_scrollkeeper -i + dh_icons -i + dh_link -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i +# dh_perl -i + dh_gencontrol -v -i -- -VUpstream-Version=$(upstreamversion) + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir -a + dh_testroot -a + dh_installdebconf -a + dh_installdocs -a --noscripts + rm -rf `pwd`/debian/gnumeric-doc/usr/share/doc-base + dh_installexamples -a + dh_pycentral -a + #dh_python -a + dh_installmenu -a +# dh_installlogrotate -a +# dh_installemacsen -a +# dh_installpam -a + dh_installmime -a +# dh_installinit -a + dh_installcron -a + dh_installman -a + dh_link -a + dh_installinfo -a +# dh_undocumented -a + dh_installchangelogs ChangeLog -a + dh_gconf -a + dh_scrollkeeper -a + dh_icons -a + dh_strip -a + dh_link -a + dh_compress -a + + dh_buildinfo + + dh_fixperms -a + dh_makeshlibs -a + dh_installdeb -a +# dh_perl -a + + dh_shlibdeps -v -a + + dh_gencontrol -v -a -- -VUpstream-Version=$(upstreamversion) + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- gnumeric-1.9.6.orig/debian/gnumeric-common.postinst +++ gnumeric-1.9.6/debian/gnumeric-common.postinst @@ -0,0 +1,19 @@ +#! /bin/sh +set -e + +for s in gnumeric-dialogs.schemas gnumeric-general.schemas gnumeric-plugins.schemas ; do + f=/etc/gconf/schemas/$s + if [ -e $f ] ; then + echo "Obsoleted conffile $f found... " + if grep -q '^'$(md5sum $f | sed -e 's/ .*$//')'$' /usr/share/gnumeric/$s.md5sum ; then + echo "... no local changes detected. Removing." + rm -f $f + else + echo "... locally modified. Leaving as-is." + fi + fi +done + +#DEBHELPER# + +exit 0 --- gnumeric-1.9.6.orig/debian/control +++ gnumeric-1.9.6/debian/control @@ -0,0 +1,110 @@ +Source: gnumeric +Section: math +Priority: optional +Maintainer: J.H.M. Dassen (Ray) +Build-Depends: debhelper (>= 7.0.0), python-central (>= 0.5), dh-buildinfo, + po-debconf, gettext, bison, flex, scrollkeeper, + intltool (>= 0.29), libxml-parser-perl, + zlib1g-dev, libglib2.0-dev (>= 2.12.0), libgsf-1-dev (>= 1.14.11), + libgoffice-0-8-dev (>= 0.7.5), libxml2-dev (>= 2.6.10-2), + libpango1.0-dev (>= 1.12.0), + libgtk2.0-dev (>= 2.12.0), libglade2-dev (>= 1:2.4.0), + libart-2.0-dev (>= 2.3.16-5), + pxlib-dev (>= 0.5.1-2+b1), libpsiconv-dev (>= 0.9.8-2), libperl-dev, + python-dev, python-gtk2-dev +Homepage: http://www.gnumeric.org/ +Vcs-git: git://git.gnome.org/gnumeric +Vcs-Browser: http://git.gnome.org/cgit/gnumeric +Standards-Version: 3.8.1 + +Package: gnumeric +Architecture: any +Depends: ${shlibs:Depends}, procps, gsfonts, gnumeric-common (= ${source:Version}), ${misc:Depends} +Recommends: evince (>= 0.9.0) | evince-gtk (>= 0.9.0) +Suggests: gnumeric-doc (>= ${Upstream-Version}), gnumeric-plugins-extra, epiphany-browser, ttf-liberation | ttf-mscorefonts-installer +Conflicts: gnumeric1.0, gnumeric1.0-doc, gnumeric-doc (<< ${Upstream-Version}) +Replaces: zh-trans (<< 0.8-1), gnumeric1.0 +XS-Python-Version: current +XB-Python-Version: ${python:Versions} +Description: spreadsheet application for GNOME - main program + Gnumeric is a spreadsheet application that interoperates well + with other spreadsheets. It comes with plugins that enable it to deal with + commonly used spreadsheet file formats. + . + The following formats can be imported and exported: + - Microsoft Excel 97/2000/XP (.xls); + - Microsoft Excel 95 (.xls); + - OASIS XML, OpenOffice.org XML, StarOffice (.sxc); + - Comma/Character Separated Values (.csv); + - Data Interchange Format (.dif); + - Applix version 4 (.as). + . + Additionally, the following formats can be imported: + - GNU Oleo (.oleo); + - Linear and integer program expression format (.mps); + - Lotus 1-2-3 (.wks, .wk1); + - MS MultiPlan SYLK (.sylk); + - WordPerfect family "Plan Perfect" (.pln); + - Quattro Pro (tm); + - XSpread or SC; + - XBase (.dbf). + . + Gnumeric can export to LaTeX 2e (.tex), TROFF (.me) and HTML as well. + . + Gnumeric should be easy to use, in particular for users familiar with + Excel. + . + Gnumeric is a GNOME application. GNOME (GNU Network Object Model Environment) + is a user-friendly set of applications and desktop tools to be used in + conjunction with a window manager for the X Window System. + +Package: gnumeric-common +Architecture: all +Depends: ${misc:Depends} +Replaces: gnumeric (<= 1.2.6-1) +Description: spreadsheet application for GNOME - common files + Gnumeric is a spreadsheet application that interoperates well + with other spreadsheets. It comes with plugins that enable it to deal with + commonly used spreadsheet file formats. + . + This package contains architecture-independent data files needed by + gnumeric. + +Package: gnumeric-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Recommends: yelp (>= 2.6.0), gnome-desktop-data +Suggests: gnumeric (>= ${Upstream-Version}), docbook-xsl +Conflicts: gnumeric1.0-doc +Replaces: gnumeric (<< 1.1.17-2), gnumeric1.0-doc, docbook-xsl +Description: spreadsheet application for GNOME - documentation + Gnumeric is a spreadsheet application that interoperates well + with other spreadsheets. It comes with plugins that enable it to deal with + commonly used spreadsheet file formats. + . + This package provides the user manual in GNOME Help + (DocBook XML) format. + +Package: gnumeric-plugins-extra +Architecture: any +Depends: gnumeric (= ${binary:Version}), python-gtk2, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Conflicts: gnumeric1.0-python, gnumeric1.0-gda, gnumeric-python, gnumeric-gda +Replaces: gnumeric1.0-gda, gnumeric1.0-python, gnumeric-python, gnumeric-gda, gnumeric (<= 1.3.92-1) +XS-Python-Version: current +XB-Python-Version: ${python:Versions} +Description: spreadsheet application for GNOME - additional plugins + Gnumeric is a spreadsheet application that interoperates well + with other spreadsheets. It comes with plugins that enable it to deal with + commonly used spreadsheet file formats. + . + Some plugins shipped with gnumeric require additional packages to those + required by the main gnumeric program. These plugins are therefore + packaged separately. + . + This includes: + - Perl plugin; + - Python plugin; + - Python plugin loader; + - additional Python functions; + - GNOME glossary. --- gnumeric-1.9.6.orig/debian/gnumeric.examples +++ gnumeric-1.9.6/debian/gnumeric.examples @@ -0,0 +1,4 @@ +samples/hypothetical-sales.gnumeric +samples/test-date.gnumeric +samples/test-indent.gnumeric +samples/test-math.gnumeric --- gnumeric-1.9.6.orig/debian/gnumeric-doc.copyright +++ gnumeric-1.9.6/debian/gnumeric-doc.copyright @@ -0,0 +1,24 @@ +Gnumeric was originally debianized by Vincent Renardias on +Sat, 26 Sep 1998 17:15:24 +0200. + +Gnumeric sources, which include the Gnumeric Manual, can now be found at +http://www.gnome.org/gnumeric/ . + +The Gnumeric Manual is copyright +2007, 2006, 2005, 2004 by Adrian Custer, Ray Dassen, Jody Goldberg, Andreas +Guelzow. +2003 by Kevin Breit, Adrian Custer, Ray Dassen, Jody Goldberg, Andreas J. +Guelzow, Jon K. Hellan, Jukka-Pekka Iivonen, Alexander Kirillov, Charles +Twardy, Sebastian Klost, Thomas Miesbauer. +2002 by Jody Goldberg, Andreas J. Guelzow, Wayne Schuller, Adrian Custer, +Kevin Breit, Aaron Weber, Alexander Kirillov, Eric Baudais, Gregory Leblanc. +2001, 2000, 1999, 1998 by Miguel de Icaza, Thomas Canty, Jukka-Pekka +Iivonen, Almer S. Tigelaar, Morten Welinder. + +Permission is granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any +later version published by the Free Software Foundation with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. + +On Debian systems, a copy of the GFDL can be found in +/usr/share/common-licenses. --- gnumeric-1.9.6.orig/debian/gnumeric.dirs +++ gnumeric-1.9.6/debian/gnumeric.dirs @@ -0,0 +1,6 @@ +usr/bin +usr/lib +usr/share/gconf/schemas +usr/share/idl +usr/share/man/man1 +var/lib/scrollkeeper --- gnumeric-1.9.6.orig/debian/gnumeric-common.preinst +++ gnumeric-1.9.6/debian/gnumeric-common.preinst @@ -0,0 +1,10 @@ +#! /bin/sh +set -e + +if test -L /usr/share/doc/gnumeric-common ; then + rm -f /usr/share/doc/gnumeric-common +fi + +#DEBHELPER# + +exit 0 --- gnumeric-1.9.6.orig/debian/gnumeric.preinst +++ gnumeric-1.9.6/debian/gnumeric.preinst @@ -0,0 +1,37 @@ +#! /bin/sh +set -e + +if ! test -e /usr/share/debconf/confmodule ; then + # Nothing we can do + exit 0 +fi + +if ! pgrep gnumeric 2>&1 >/dev/null ; then + # Nothing more to do + exit 0 +fi + +. /usr/share/debconf/confmodule + +db_version 2.0 +db_title Detected a running gnumeric process + +# Ignore the fact that this question may have been answered on another +# occasion already +db_fset gnumeric/existing-process seen false + +# Try hard to get it answered +db_input high gnumeric/existing-process || true +db_go +db_get gnumeric/existing-process +if [ "$RET" = "false" ] ; then + # Abort installation of the package + db_stop + exit 1 +fi + +db_stop + +#DEBHELPER# + +exit 0 --- gnumeric-1.9.6.orig/debian/docs +++ gnumeric-1.9.6/debian/docs @@ -0,0 +1,5 @@ +AUTHORS +MAINTAINERS +NEWS +README +BUGS --- gnumeric-1.9.6.orig/debian/gnumeric.templates +++ gnumeric-1.9.6/debian/gnumeric.templates @@ -0,0 +1,18 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: gnumeric/existing-process +Type: boolean +Default: false +_Description: Really upgrade gnumeric? + An instance of gnumeric is currently running. If you + upgrade now, it may no longer be able to save its data. + . + You should close the running instances of gnumeric + before upgrading this package. --- gnumeric-1.9.6.orig/debian/copyright +++ gnumeric-1.9.6/debian/copyright @@ -0,0 +1,28 @@ +This package was originally debianized by Vincent Renardias +on Sat, 26 Sep 1998 17:15:24 +0200. + +Gnumeric sources can now be found at http://www.gnome.org/gnumeric/ . + +Gnumeric is Copyright 1998-2008 by the Gnumeric contributors. +The contributors to Gnumeric are listed in the file 'AUTHORS'. + +This program is free software; you can redistribute it and/or modify it +under the terms of version 2 of the GNU General Public License as published +by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details. + +You should have received a copy of the GNU General Public License version 2 +with your Debian GNU/Linux system, in /usr/share/common-licenses/GPL-2, or +with the gnumeric source package as the file COPYING. If not, write to the +Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +02110-1301 USA. + +Note that these are the license terms for the Gnumeric application as a +whole. Some of the source files for this application are licensed under +different terms which are compatible with the GNU General Public License +version 2, e.g. terms that allow relicensing under later versions of that +license. --- gnumeric-1.9.6.orig/debian/gnumeric-plugins-extra.install +++ gnumeric-1.9.6/debian/gnumeric-plugins-extra.install @@ -0,0 +1,10 @@ +# /usr/lib/gnumeric/*/plugins/gdaif/* +# /usr/lib/gnumeric/*/plugins/gnome-db/* +/usr/lib/gnumeric/*/plugins/gnome-glossary/* +/usr/lib/gnumeric/*/plugins/paradox/* +/usr/lib/gnumeric/*/plugins/perl*/* +/usr/lib/gnumeric/*/plugins/psiconv/* +/usr/lib/gnumeric/*/plugins/py-func/* +/usr/lib/gnumeric/*/plugins/python-loader/* +# /usr/lib/gnumeric/*/plugins/python/* +# /usr/share/gnumeric/*/python --- gnumeric-1.9.6.orig/debian/gnumeric-plugins.schemas.md5sum +++ gnumeric-1.9.6/debian/gnumeric-plugins.schemas.md5sum @@ -0,0 +1,7 @@ +ca37a46cd13b0e8ec4d11b1e309d0dda +a05314cee088c4b12f5e9291e048881d +a9e08f426e687c8fc73cda259133d1e2 +f73b4ef86fb7bb176e89b970286e2ab5 +975cc3b2d87570fa5744c6daa7527af8 +abb10e4a5a269502caf12a4ae9e7d4e6 +40912979e4ffb0171613bb32ddd709ce --- gnumeric-1.9.6.orig/debian/watch +++ gnumeric-1.9.6/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/gnome/sources/gnumeric/([\d\.]+)/ \ + gnumeric-(.*)\.tar\.gz \ + debian --- gnumeric-1.9.6.orig/debian/gnumeric-dialogs.schemas.md5sum +++ gnumeric-1.9.6/debian/gnumeric-dialogs.schemas.md5sum @@ -0,0 +1,15 @@ +e4749a1d8e6528eb89d5e7f69739a4ab +3b30b2a55616b9d0c9d7a6a6c3d87140 +f66f3ee26eb661e18fbc4ab068978a79 +d144baf102ebc824225f1625eecc62df +a53d1d5ed61b40cb014310f75a41ccdb +7efca9515c65073dc6e5fdd977c6929e +03ac45d94c384823c1643856039349ec +f6ab538186d5c45322d0d0c8ea010f2e +eb8cafa297fb6699b5cd46368077878f +8c7870ae5940f2833c54d613ef548513 +eb8ecdee45f7a4000e53b90fcc8736de +447a205696ae77705bb15b85ad1363a3 +53565154ae81c4785f1ea3eec0395379 +d9d7f3e0d388ad168fcff2f9d915af2d +71c015d77db71bf8ec5ebf5f86958a67 --- gnumeric-1.9.6.orig/debian/README.Debian +++ gnumeric-1.9.6/debian/README.Debian @@ -0,0 +1,17 @@ +Gnumeric for Debian: FAQs +------------------------- + +Q: The "help" function does not work. Is gnumeric broken? +A: Probably not. + If you get a warning similar to + (gnumeric:4283): Bonobo-WARNING **: Error: 'Unable to find the help files in either /usr/share/gnumeric/1.1.20-bonobo/share/gnome/help/gnumeric/ or /usr/share/gnome/help/. Please check your installation' + the GNOME help system could not find the gnumeric manual. Install the + "gnumeric-doc" package which contains the gnumeric manual. + If you get a warning similar to + (gnumeric:4680): Bonobo-WARNING **: Error: 'Failed to execute child process "gnome-help" (No such file or directory)' + you need to install the "yelp" package which contains the help viewer. + +Q: Where is the plugin? +A: Plugins that require additional libraries or programs are packaged + separately (e.g. "gnumeric-python"). Do "apt-cache search gnumeric" to + find them. --- gnumeric-1.9.6.orig/debian/config +++ gnumeric-1.9.6/debian/config @@ -0,0 +1,3 @@ +#! /bin/sh +set -e +. /usr/share/debconf/confmodule --- gnumeric-1.9.6.orig/debian/po/nl.po +++ gnumeric-1.9.6/debian/po/nl.po @@ -0,0 +1,63 @@ +# Translation of gnumeric_1.6.3-1_templates.po to dutch +# This file is distributed under the same license as the gnumeric package. +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric_1.6.3-1_templates\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2006-04-12 10:33+0100\n" +"Last-Translator: Kurt De Bree \n" +"Language-Team: dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +#, fuzzy +#| msgid "" +#| "It appears there is an instance of gnumeric running currently. If you " +#| "upgrade gnumeric now, that instance may not be able to save its data " +#| "anymore." +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Het lijkt erop dat gnumeric nog ergens loopt. Aanpassingen in de open " +"rekenbladen kunnen mogelijk niet opgeslagen worden." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +#, fuzzy +#| msgid "" +#| "You are strongly recommended to close the running instances of gnumeric " +#| "prior to upgrading this package." +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"U wordt ten zeerste aangeraden om vóór de opwaardering de nog openstaande " +"gnumeric-rekenbladen te sluiten." + +#~ msgid "Are you sure you want to upgrade gnumeric right now?" +#~ msgstr "Weet u zeker dat u gnumeric nu wilt opwaarderen?" --- gnumeric-1.9.6.orig/debian/po/templates.pot +++ gnumeric-1.9.6/debian/po/templates.pot @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" --- gnumeric-1.9.6.orig/debian/po/pt_BR.po +++ gnumeric-1.9.6/debian/po/pt_BR.po @@ -0,0 +1,43 @@ +# Brazilian Portuguese translation (gnumeric) +# Copyright (C)2007 The gnumeric's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnumeric package. +# Eder L. Marques , 2007. +msgid "" +msgstr "pt_BR utf-8\n" +"Project-Id-Version: gnumeric 1.6.3-5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-02-13 04:31+0100\n" +"PO-Revision-Date: 2007-03-27 10:05-0300\n" +"Last-Translator: Eder L. Marques \n" +"Language-Team: l10n Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:1001 +msgid "Are you sure you want to upgrade gnumeric right now?" +msgstr "Você tem certeza de que você quer atualizar o gnumeric agora?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:1001 +msgid "" +"It appears there is an instance of gnumeric running currently. If you " +"upgrade gnumeric now, that instance may not be able to save its data anymore." +msgstr "" +"Parece que existe uma instância do gnumeric sendo atualmente executada. Se " +"você atualizar o gnumeric agora, esta instância pode não ser mais capaz de " +"salvar seus dados." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:1001 +msgid "" +"You are strongly recommended to close the running instances of gnumeric " +"prior to upgrading this package." +msgstr "" +"Você é fortemente recomendado a fechar as instâncias em execução do gnumeric " +"antes de atualizar este pacote." --- gnumeric-1.9.6.orig/debian/po/ru.po +++ gnumeric-1.9.6/debian/po/ru.po @@ -0,0 +1,47 @@ +# translation of gnumeric_1.6.3-2_debconf-ru.po to Russian +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# Yuri Kozlov , 2006. +# Sergey Alyoshin , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric_1.6.3-7_ru\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-03 19:01+0300\n" +"Last-Translator: Sergey Alyoshin \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "Выполнить обновление gnumeric?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Экземпляр gnumeric запущен в данный момент. Если вы выполните обновление в " +"таком состоянии, то gnumeric, возможно, не сможет сохранить данные." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Перед обновлением этого пакета следует закрыть все работающие экземпляры " +"gnumeric." + +#~ msgid "Are you sure you want to upgrade gnumeric right now?" +#~ msgstr "Вы уверены, что хотите обновить gnumeric прямо сейчас?" --- gnumeric-1.9.6.orig/debian/po/es.po +++ gnumeric-1.9.6/debian/po/es.po @@ -0,0 +1,59 @@ +# gnumeric debconf translation to spanish +# Copyright (C) 2006,2007 Software in the Public Interest +# This file is distributed under the same license as the gnumeric package. +# +# Changes: +# - Initial translation +# Carlos Valdivia Yagüe , 2006 +# - Revisions +# Carlos Valdivia Yagüe , 2007 +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric 1.7.13-2\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-03 03:30+0100E\n" +"Last-Translator: Carlos Valdivia Yagüe \n" +"Language-Team: Debian L10n Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "¿Seguro que quiere actualizar gnumeric?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Hay una instancia de gnumeric en ejecución. Si actualiza gnumeric ahora, es " +"posible que esa instancia no pueda guardar los datos." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Debería cerrar todas las instancias de gnumeric en ejecución antes de " +"actualizar este paquete." --- gnumeric-1.9.6.orig/debian/po/da.po +++ gnumeric-1.9.6/debian/po/da.po @@ -0,0 +1,57 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Claus Hindsgaul , 2006. +msgid "" +msgstr "" +"Project-Id-Version: gnumeric debconfnReport-Msgid-Bugs-To: jdassen@debian." +"org\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2006-02-13 14:23+0100\n" +"Last-Translator: Claus Hindsgaul \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +#, fuzzy +#| msgid "" +#| "It appears there is an instance of gnumeric running currently. If you " +#| "upgrade gnumeric now, that instance may not be able to save its data " +#| "anymore." +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Det lader til at der krer en instans af Gnumeric lige nu. Hvis du " +"opgraderer Gnumeric nu, vil denne instans muligvis ikke kunne gemme sine " +"data mere." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +#, fuzzy +#| msgid "" +#| "You are strongly recommended to close the running instances of gnumeric " +#| "prior to upgrading this package." +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Det anbefales kraftigt at lukke den krende instans af Gnumeric, fr du " +"opgraderer denne pakke." + +#~ msgid "Are you sure you want to upgrade gnumeric right now?" +#~ msgstr "Er du sikker p at du vil opgradere Gnumeric lige nu?" --- gnumeric-1.9.6.orig/debian/po/pt.po +++ gnumeric-1.9.6/debian/po/pt.po @@ -0,0 +1,45 @@ +# Native Portuguese translation of gnumeric. +# Copyright (C) 2006 THE gnumeric'S COPYRIGHT HOLDER +# This file is distributed under the same license as the gnumeric package. +# Ricardo Silva , 2006. +# +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric 1.6.3-7\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-02 12:41+0000\n" +"Last-Translator: Ricardo Silva \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "Deseja mesmo actualizar o gnumeric?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Está a correr uma instância do gnumeric. Se actualizar agora, ela pode não " +"ser capaz de salvaguardar os seus dados." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Deve fechar todas as instâncias do gnumeric antes de actualizar este pacote." + +#~ msgid "Are you sure you want to upgrade gnumeric right now?" +#~ msgstr "Tem a certeza que quer actualizar o gnumeric agora?" --- gnumeric-1.9.6.orig/debian/po/it.po +++ gnumeric-1.9.6/debian/po/it.po @@ -0,0 +1,42 @@ +# Italian (it) translation of debconf templates for gnumeric +# Copyright (C) 2006 Software in the Public Interest +# This file is distributed under the same license as the gnumeric package. +# Luca Monducci , 2006, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric 1.6.3 italian debconf templates\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-05 20:04+0100\n" +"Last-Translator: Luca Monducci \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "Aggiornare gnumeric adesso?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Attualmente è in esecuzione una istanza di gnumeric. Se si aggiorna adesso " +"questa istanza potrebbe non essere più in grado di salvare i propri dati." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Si dovrebbe chiudere le istanze di gnumeric in esecuzione prima di " +"aggiornare questo pacchetto." --- gnumeric-1.9.6.orig/debian/po/vi.po +++ gnumeric-1.9.6/debian/po/vi.po @@ -0,0 +1,39 @@ +# Vietnamese translation for Gnumeric. +# Copyright © 2007 Free Software Foundation, Inc. +# Clytie Siddall , 2007 +# +msgid "" +"" +msgstr "Project-Id-Version: gnumeric\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-30 19:23+1030\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b1\n" + +#.Type: boolean +#.Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "Thực sự nâng cấp gnumeric không?" + +#.Type: boolean +#.Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "Một tiến trình gnumeric vẫn đang chạy. Nâng cấp lập tức thì tiến trình này không thể lưu dữ liệu." + +#.Type: boolean +#.Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "Khuyên bạn đóng mỗi tiến trình gnumeric vẫn đang chạy, trước khi nâng cấp gói này." --- gnumeric-1.9.6.orig/debian/po/POTFILES.in +++ gnumeric-1.9.6/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] gnumeric.templates --- gnumeric-1.9.6.orig/debian/po/gl.po +++ gnumeric-1.9.6/debian/po/gl.po @@ -0,0 +1,41 @@ +# Galician translation of gnumeric's debconf templates +# This file is distributed under the same license as the gnumeric package. +# Jacobo Tarrio , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-02 18:56+0000\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "¿Seguro que quere actualizar gnumeric?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Hai unha instancia de gnumeric en execución. Se actualiza agora, é posible " +"que non poida gravar os seus datos." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Debería pechar as instancias de gnumeric que estean a se executar antes de " +"actualizar este paquete." --- gnumeric-1.9.6.orig/debian/po/cs.po +++ gnumeric-1.9.6/debian/po/cs.po @@ -0,0 +1,42 @@ +# Czech translation of gnumeric debconf messages. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the gnumeric package. +# Miroslav Kure , 2006,2007. +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-04 16:32+0100\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "Opravdu aktualizovat gnumeric?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Momentálně běží nejméně jedna instance gnumericu. Pokud provedete " +"aktualizaci nyní, může se stát, že nebudete moci uložit právě otevřená data." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Před aktualizací tohoto balíku byste měli ukončit všechny běžící instance " +"gnumericu." --- gnumeric-1.9.6.orig/debian/po/fi.po +++ gnumeric-1.9.6/debian/po/fi.po @@ -0,0 +1,38 @@ +msgid "" +msgstr "" +"Project-Id-Version: gnumeric\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-02 23:57+0200\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "Päivitetäänkö gnumeric tästä huolimatta?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Ohjelmaa gnumeric ajetaan parhaillaan. Jos se päivitetään nyt, sen tietoja " +"ei ehkä enää saada tallennettua." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Ajossa olevat gnumericit tulisi sulkea ennen tämän paketin päivittämistä." --- gnumeric-1.9.6.orig/debian/po/sv.po +++ gnumeric-1.9.6/debian/po/sv.po @@ -0,0 +1,45 @@ +# Swedish translation for gnumeric debconf. +# Copyright (C) 2007 Free Software Foundation, Inc. +# This file is distributed under the same license as the gnumeric package. +# Daniel Nylander , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric 1.6.2-1\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-02 13:30+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "Verkligen uppgradera gnumeric?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"En instans av gnumeric körs för närvarande. Om du uppgraderar gnumeric nu " +"kommer den instansen inte att kunna spara sitt data." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Du bör stänga de körande instanserna av gnumeric innan du uppgraderar det " +"här paketet." + +#~ msgid "Are you sure you want to upgrade gnumeric right now?" +#~ msgstr "Är du säker på att du vill uppgradera gnumeric just nu?" --- gnumeric-1.9.6.orig/debian/po/lt.po +++ gnumeric-1.9.6/debian/po/lt.po @@ -0,0 +1,56 @@ +# translation of gnumeric_1.6.3-2_templates.po to Lithuanian +# This file is distributed under the same license as the gnumeric package. +# +# Gintautas Miliauskas , 2006. +msgid "" +msgstr "" +"Project-Id-Version: gnumeric_1.6.3-2_templates\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2006-06-18 18:01+0300\n" +"Last-Translator: Gintautas Miliauskas \n" +"Language-Team: Lithuanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%" +"100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +#, fuzzy +#| msgid "" +#| "It appears there is an instance of gnumeric running currently. If you " +#| "upgrade gnumeric now, that instance may not be able to save its data " +#| "anymore." +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Atrodo, kad gnumeric šiuo metu paleistas. Jei atnaujinsite gnumeric dabar " +"pat, paleistasis egzempliorius gali prarasti duomenis." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +#, fuzzy +#| msgid "" +#| "You are strongly recommended to close the running instances of gnumeric " +#| "prior to upgrading this package." +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Primygtinai rekomenduojame uždaryti veikiančius gnumeric egzempliorius prieš " +"atnaujinant šį paketą." + +#~ msgid "Are you sure you want to upgrade gnumeric right now?" +#~ msgstr "Ar tikrai norite dabar atnaujinti gnumeric?" --- gnumeric-1.9.6.orig/debian/po/ja.po +++ gnumeric-1.9.6/debian/po/ja.po @@ -0,0 +1,42 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric_1.6.3-2\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-13 22:00+0900\n" +"Last-Translator: Atsushi Shimono \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "gnumeric を本当にアップグレードしますか?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"実行中の gnumeric を検出しました。もし、gnumeric を今すぐ更新すると、そのデー" +"タは一切保存できなくなります。" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"このパッケージをアップグレードする前に、実行中の gnumeric を終了すべきです。" + --- gnumeric-1.9.6.orig/debian/po/fr.po +++ gnumeric-1.9.6/debian/po/fr.po @@ -0,0 +1,43 @@ +# translation of fr.po to French +# This file is distributed under the same license as the gnumeric package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# severine lombardo , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-11 19:09+0100\n" +"Last-Translator: severine lombardo \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "Faut-il vraiment mettre gnumeric à niveau ?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Gnumeric est actuellement en cours d'utilisation. Si vous le mettez à niveau " +"maintenant, il se pourrait que cette instance soit incapable de sauvegarder " +"ses données." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Il est fortement recommandé de quitter toutes les instances de gnumeric " +"avant de mettre ce paquet à niveau." --- gnumeric-1.9.6.orig/debian/po/de.po +++ gnumeric-1.9.6/debian/po/de.po @@ -0,0 +1,49 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: gnumeric_1.7.91-1\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-12-09 12:58+0100\n" +"Last-Translator: Johannes Starosta \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "Wirklich eine Aktualisierung von Gnumeric durchfhren?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "Eine Instanz von Gnumeric luft gerade. Falls Sie Gnumeric jetzt " +"aktualisieren, knnen die Daten dieser Instanz nicht mehr gespeichert werden." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "Vor der Aktualisierung dieses Paketes sollten Sie die laufenden " +"Instanzen von Gnumeric schlieen." + --- gnumeric-1.9.6.orig/debian/po/sk.po +++ gnumeric-1.9.6/debian/po/sk.po @@ -0,0 +1,40 @@ +msgid "" +msgstr "" +"Project-Id-Version: gnumeric 1.6.3-6\n" +"Report-Msgid-Bugs-To: Source: gnumeric@packages.debian.org\n" +"POT-Creation-Date: 2007-11-02 12:26+0100\n" +"PO-Revision-Date: 2007-11-02 21:43+0100\n" +"Last-Translator: Ivan Masár \n" +"Language-Team: Slovak \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "Really upgrade gnumeric?" +msgstr "Naozaj chcete aktualizovať gnumeric?" + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"An instance of gnumeric is currently running. If you upgrade now, it may no " +"longer be able to save its data." +msgstr "" +"Momentálne beží inštancia aplikácie gnumeric. Ak budete teraz aktualizovať, " +"táto inštancia nebude môcť uložiť pracovné údaje." + +#. Type: boolean +#. Description +#: ../gnumeric.templates:2001 +msgid "" +"You should close the running instances of gnumeric before upgrading this " +"package." +msgstr "" +"Pred aktualizáciou balíka by ste mali zastaviť všetky bežiace inštancie " +"aplikácie gnumeric." + +#~ msgid "Are you sure you want to upgrade gnumeric right now?" +#~ msgstr "Ste si istý, že teraz chcete aktualizovať Gnumeric?"