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
|
Source: pspp
Section: math
Priority: optional
Maintainer: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Uploaders: Ben Pfaff <blp@cs.stanford.edu>
# postgresql is disabled on hurd-i386 in order to remove
# postgres support which will not build on hurd-i386
# see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820743
Build-Depends: debhelper (>= 9.0.0),
perl,
texinfo (>= 5.2),
texlive,
texlive-generic-recommended,
libgsl-dev (>= 2.0),
libgtk-3-dev (>= 3.4),
libgtksourceview-3.0-dev (>= 3.4),
libxml2-dev,
libreadline-dev,
libglib2.0-dev,
libcairo2-dev (>= 1.12),
libpango1.0-dev (>= 1.22),
zlib1g-dev,
libncurses5-dev,
pkg-config (>= 0.21),
postgresql [!hurd-i386],
libtext-diff-perl,
libpq-dev,
emacsen-common (>= 2.0.8),
dh-autoreconf
Standards-Version: 3.9.8
Homepage: http://savannah.gnu.org/projects/pspp
Package: pspp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Statistical analysis tool
PSPP is a program for statistical analysis of sampled data. It is a free
replacement for the proprietary program SPSS.
.
PSPP supports T-tests, ANOVA, GLM, factor analysis, non-parametric tests, and
other statistical features. PSPP produces statistical reports in plain text,
PDF, PostScript, CSV, HTML, SVG, and OpenDocument formats.
.
PSPP has both text-based and graphical user interfaces. The PSPP user interface
has been translated into a number of languages.
|