pspp (0.4.0-7ubuntu3) hardy; urgency=low * debian/rules: + Remove duplicate XSBC-Original-Maintainer line. -- Michael Bienia Sun, 02 Mar 2008 00:08:40 +0100 pspp (0.4.0-7ubuntu2) hardy; urgency=low * Rebuild for libgsl0 -> libgsl0ldbl transition. * Munge Maintainer field as per spec. -- Steve Kowalik Sun, 09 Dec 2007 12:19:31 +1100 pspp (0.4.0-7ubuntu1) feisty; urgency=low * Rebuild for ldbl128 change (powerpc, sparc). * Set Ubuntu maintainer address. -- Matthias Klose Thu, 1 Mar 2007 22:53:01 +0000 pspp (0.4.0-7) unstable; urgency=low * debian/pss.doc-base: HTML documents are in pspp.html/ (closes:#364536) -- James R. Van Zandt Mon, 24 Apr 2006 21:00:04 -0400 pspp (0.4.0-6) unstable; urgency=low * rebuild against libreadline5 (closes: #356799) * debian/copyright: update FSF address -- James R. Van Zandt Fri, 17 Mar 2006 20:42:11 -0500 pspp (0.4.0-5) unstable; urgency=low * debian/emacsen-startup: autoload pspp-mode.el, and add it to automode-alist for .sps files. -- James R. Van Zandt Tue, 7 Mar 2006 19:35:26 -0500 pspp (0.4.0-4) unstable; urgency=low * debian/control: depend on texinfo (thanks to Roland Stigge ) (closes: #340062) -- James R. Van Zandt Fri, 25 Nov 2005 21:40:59 -0500 pspp (0.4.0-3) unstable; urgency=low * build against libplot2c2 -- James R. Van Zandt Mon, 26 Sep 2005 19:43:59 -0400 pspp (0.4.0-2) unstable; urgency=low * added libgsl0-dev to Build-Depends -- James R. Van Zandt Sat, 24 Sep 2005 21:38:10 -0400 pspp (0.4.0-1) unstable; urgency=low * New upstream release (fixes: Bug#259615,Bug#328545) * debian/control: update Debian policy version (no changes needed), update program description, add libplot-dev to Build-Depends, bump debhelper version to 4.0 * debian/watch: update format to version 3 * debian/rules: eliminate support for debian-test, install pspp-mode.el, revert to Makefile commands to build .html documentation. Build and install .pdf documentation. Register .html and .pdf files with doc-base. Eliminate deprecated DH_COMPAT setting. * debian/README: eliminate outdated material, add pointers on documentation and the Emacs mode. -- James R. Van Zandt Sat, 24 Sep 2005 09:45:36 -0400 pspp (0.3.0-10) unstable; urgency=low * update debian/watch to point to new upstream site -- James R. Van Zandt Sat, 24 Sep 2005 09:33:02 -0400 pspp (0.3.0-9) unstable; urgency=low * src/q2c.c: fix gcc complaint: label at end of compound statement (thanks to Andreas Jochens )(closes:bug#259615) -- James R. Van Zandt Thu, 5 Aug 2004 21:31:52 -0400 pspp (0.3.0-8) unstable; urgency=low * debian/rules: use debhelper, dh_clean deletes src/version.c and pref.h but preserves pref.h.orig, set DESTDIR for "make install" * Makefile.in: export pkgsysconfdir and DESTDIR * doc/pspp.texi: replace old START-INFO-DIR-ENTRY section with @dircategory and @direntry sections. * doc/texinfo.tex: refresh, to handle @dircategory command * config.guess, config.sub: refresh * lib/gmp/longlong.h: add explicit newlines, and escape the embedded ones (closes:bug#195801) * debian/control: update to policy 3.5.7 -- James R. Van Zandt Sun, 15 Jun 2003 10:20:30 -0400 pspp (0.3.0-7) unstable; urgency=low * debian/changelog: remove obsolete local variables -- James R. Van Zandt Sat, 23 Mar 2002 21:38:30 -0500 pspp (0.3.0-6) unstable; urgency=low * src/command.c: adjust test to work around name space pollution (fix by Ben Pfaff)(closes:bug#99739) * new maintainer email -- James R. Van Zandt Tue, 3 Jul 2001 21:54:08 -0400 pspp (0.3.0-5) unstable; urgency=low * debian/control: build-depend on gettext, libncurses5-dev, tetex-bin, texi2html (closes:Bug#98712) -- James R. Van Zandt Mon, 28 May 2001 21:35:25 -0400 pspp (0.3.0-4) unstable; urgency=low * config.guess, config.sub - update to current versions from CVS server (thanks to Philip Blundell ) (Closes:Bug#93847) * src/groff-font.c(400): reverse last two arguments of call to tmsg (Closes:Bug#93168) -- James R. Van Zandt Sun, 13 May 2001 17:54:08 -0400 pspp (0.3.0-3) unstable; urgency=low * debian/control: move Build-Depends line to source section. Policy version 3.5.2. * debian/rules: honor DEB_BUILD_OPTIONS. Add "/etc/pspp" to config file path. Support debian-test. -- James R. Van Zandt Sat, 31 Mar 2001 10:31:57 -0500 pspp (0.3.0-2) unstable; urgency=low * build-depends on debmake -- James R. Van Zandt Sun, 3 Sep 2000 11:45:59 -0400 pspp (0.3.0-1) unstable; urgency=low * New upstream release * Take "-O2" out of compiler flags, since ascii.c compilation fails. * Add Section and Priority fields to package control file. * Remove reference to old license file directory. -- James R. Van Zandt Sun, 9 Jan 2000 20:01:28 -0500 pspp (0.2.3-3) unstable; urgency=low * update to version 3.0.0 of the Debian policy (FHS). * rebuild with current libraries. (Closes:bug#40421) * debian/copyright: indicate only the download directory, rather than the file URL (which changes every version) -- James R. Van Zandt Sun, 24 Oct 1999 17:43:51 -0400 pspp (0.2.3-2) unstable; urgency=low * Include more files in /usr/doc/pspp/examples/. -- James R. Van Zandt Wed, 24 Mar 1999 20:16:17 -0500 pspp (0.2.3-1) unstable; urgency=low * New upstream release -- James R. Van Zandt Tue, 9 Mar 1999 21:44:17 -0500 pspp (0.2.2-1) frozen unstable; urgency=low * New upstream release - bugfixes: * Fix behavior of PRINT SPACE for negative arguments. * Fix reading some unusual system files. * Fix LIST problems with very long variables. Thanks to Hankin for this bug report. * Fix problems with some string format specifiers. * Fix use of $CASENUM in expressions. Thanks to Dirk Melcher for reporting this bug. * Additional DATA LIST FREE and DATA LIST LIST fixes. Thanks to Hankin again on this one. * Sometimes you may encounter a PSPP script that has to be interpreted in interactive mode. Now you can use the -i flag to do this. * Warnings for egcs 1.1.1 cleaned up. (However you'll get lots of `unused variable' warnings under gcc 2.7.2.3, fixing this will take more effort.) * Tests fixed. * The files in gmp need the internationalization directory in their include path. Thanks to OKUJI Yoshinori for pointing this out. -- James R. Van Zandt Sat, 9 Jan 1999 15:43:18 -0500 pspp (0.2.1-3) frozen unstable; urgency=low * Recompilation to remove dependency on libc6 2.0.7u -- James R. Van Zandt Wed, 9 Dec 1998 22:06:56 -0500 pspp (0.2.1-2) frozen unstable; urgency=low * Upstream release was a bugfix - release for frozen as well as unstable. -- James R. Van Zandt Sun, 22 Nov 1998 19:21:18 -0500 pspp (0.2.1-1) unstable; urgency=low * New upstream release -- James R. Van Zandt Thu, 19 Nov 1998 22:02:48 -0500 pspp (0.2.0-2) frozen unstable; urgency=low * Link with libncurses4. -- James R. Van Zandt Sun, 1 Nov 1998 11:09:39 -0500 pspp (0.2.0-1) unstable; urgency=low * New upstream release: documentation and configuration fixes -- James R. Van Zandt Sat, 24 Oct 1998 04:45:25 -0400 pspp (0.1.23-1) unstable; urgency=low * New upstream release: lots more documentation -- James R. Van Zandt Sun, 16 Aug 1998 11:48:09 -0400 pspp (0.1.22-1) unstable; urgency=low * New upstream release -- James R. Van Zandt Fri, 7 Aug 1998 19:42:53 -0400 pspp (0.1.21-1) unstable; urgency=low * Initial Release. -- James R. Van Zandt Mon, 3 Aug 1998 20:21:20 -0400