1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
Source: gnumeric
Section: math
Priority: optional
Standards-Version: 4.3.0
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11~) ,dh-buildinfo ,dh-python ,po-debconf ,dpkg-dev (>= 1.16.1.1)
,bison
# "dblatex" needed for PDF generation:
# ,dblatex
# ,gtk-doc-tools
,flex
,gettext
,gobject-introspection (>= 1.56.1~)
,intltool
,itstool
,libglib2.0-dev (>= 2.28.0)
,libgirepository1.0-dev (>= 1.41.4)
,libgoffice-0.10-dev (>= 0.10.42~)
,libgsf-1-dev (>= 1.14.33)
,libgtk-3-dev
,libpango1.0-dev
,libperl-dev
,libxml-parser-perl
,libxml2-dev
,libxml2-utils
,python-dev
,python-gi-dev
,pxlib-dev
,w3c-sgml-lib
,zlib1g-dev
# Tests:
# ,dbus (>= 1.8) [!kfreebsd-any !sparc64]
# ,xvfb ,xauth
# ,gtk-vector-screenshot
# ,unzip
# ,dconf-gsettings-backend | gsettings-backend
# ,gconf2
# ,gconf-service
# ,valgrind [amd64 i386]
Homepage: http://www.gnumeric.org/
Vcs-Browser: https://salsa.debian.org/debian/gnumeric
Vcs-Git: https://salsa.debian.org/debian/gnumeric.git
Package: gnumeric
Architecture: any
Pre-Depends: debconf
Depends: gnumeric-common (= ${source:Version})
,${misc:Depends} ,${shlibs:Depends}
,gsfonts
,procps
Recommends: gnumeric-doc (>= ${Upstream-Version})
,evince
,lp-solve
Suggests: gnumeric-plugins-extra
,fonts-liberation | ttf-mscorefonts-installer
,libgsf-1-dev
Breaks: gnumeric-doc (<< ${Upstream-Version})
,gnumeric-common (<< 1.12.2)
Replaces: gnumeric-common (<< 1.12.2)
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}, yelp
Suggests: gnumeric (>= ${Upstream-Version}), docbook-xsl
Breaks: gnumeric (<< 1.2.9-1)
Replaces: gnumeric (<< 1.2.9-1), 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})
,${misc:Depends} ,${shlibs:Depends}
,${python:Depends} ,${perl:Depends}
,python3-gi
,gir1.2-gtk-3.0
# ,libgtk3-perl
Breaks: gnumeric (<= 1.3.92-1)
Replaces: gnumeric (<= 1.3.92-1)
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.
Package: gir1.2-gnumeric
Section: introspection
Architecture: any
Depends: ${gir:Depends}, ${misc:Depends}
Description: GObject introspection data for the Gnumeric spreadsheet
This package contains introspection data for the Gnumeric spreadsheet.
With it one can use gnumeric API from scripting languages like Python or
others.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|