spline (1.2-1) unstable; urgency=low * New upstream release, fixing bugs in existing package: - crash with long comment lines. - duplication of output lines due to unwanted compiler optimisation (Closes: #578004). (thanks to David Frey for his assistance in tracking down these bugs) * New maintainer, thanks to David Frey for his previous work (Closes: #527149). * Change from native to non-native package. * Patch Makefile to not have arch-specific directives. * Add a rudimentary test suite so that a reoccurence of #578004 on any arch will cause a FTBFS. * Add Homepage field. * Update package description to include citation to algorithm. * Update debian/copyright. * Change packaging to debhelper + 3.0 (quilt). * Drop unneeded prerm script. * Bump Standards Version to 3.8.4. (No changes needed). -- Stuart Prescott Tue, 27 Apr 2010 23:52:22 +0100 spline (1.1-14) unstable; urgency=low * QA upload. * Make clean not ignore errors. * Remove .svn dirs. * Rename local getline func to local_getline. (Closes: #552884). * Bump Standards Version to 3.8.3. (No changes needed). -- Barry deFreese Thu, 29 Oct 2009 21:33:09 -0400 spline (1.1-13) unstable; urgency=low * Upload with correct e-Mail address. -- David Frey Sun, 03 May 2009 23:23:37 +0200 spline (1.1-12) unstable; urgency=low * update to standard version 3.8.1.0 * fixed signed/unsigned char *-warning * orphaned package -- David Frey Sun, 26 Apr 2009 23:26:25 +0200 spline (1.1-11) unstable; urgency=low * handle DEB_BUILD_OPTIONS (closes: #438048) * fix format strings * update standard version -- David Frey Sun, 19 Aug 2007 23:44:37 +0200 spline (1.1-10) unstable; urgency=low * update Standard version. * update FSF address. -- David Frey Tue, 27 Sep 2005 00:35:56 +0200 spline (1.1-9) unstable; urgency=low * do not set link to /usr/doc in postinst (fixes lintian bug) * make -h a legal option, * fix compiler warnings in gcc-3.2 (multi-line strings) -- David Frey Sat, 15 Feb 2003 22:05:54 +0100 spline (1.1-8) unstable; urgency=low * removed lintian warnings, recompile for unstable. * changed precision from float to double, linted the code. -- David Frey Sat, 24 Aug 2002 23:57:02 +0200 spline (1.1-7) unstable; urgency=low * #include to fix build failure (closes: #105152) -- David Frey Sat, 14 Jul 2001 23:36:19 +0200 spline (1.1-6) unstable; urgency=low * changed priority to optional -- David Frey Sat, 10 Feb 2001 01:14:51 +0100 spline (1.1-5) unstable; urgency=low * recompile for woody. -- David Frey Sun, 7 Jan 2001 23:14:13 +0100 spline (1.1-4) unstable; urgency=low * moved sign-on-message into --version code. * fixed lintian error about /usr/doc/ symlink. -- David Frey Sat, 13 Nov 1999 20:38:11 +0100 spline (1.1-3) unstable; urgency=low * updates for FHS compliance: - GPL is now in /usr/share/common-licenses, - package installs documentation into /usr/share/doc/spline, - moved manpage into /usr/share/man/man1, - changed priority to extra -- David Frey Sun, 12 Sep 1999 21:17:56 +0200 spline (1.1-2) unstable; urgency=low * made aspline more spline-like: uses throughout `%g' in the printf-Formats instead of `% f', n is now the number of intervalls, i.e. min. n+1 points will be emitted. * man-page updated * simplified code * changed Maintainer address to official (and working) Debian-address. * fixed bugs found by lintian: old-FSF address and md5sums-paths starting with ".". -- David Frey Tue, 10 Feb 1998 23:08:40 +0100 spline (1.1-1) unstable; urgency=low * aspline recognizes now datasets (rows of data separated by empty lines) and doesn't try to treat them as one dataset as previous versions did. * fixed embarassing bug in the linear interpolation algorithm: aspline is now able to interpolate points on a straight line correctly. * made error message compliant with the GNU guidelines (progname:inputfile:line: ...) -- David Frey Mon, 19 Jan 1998 21:54:22 +0100 spline (1.0-7) unstable; urgency=low * deleted Replaces: and Conflicts: field out of control file (closes Bug#16419). -- David Frey Thu, 1 Jan 1998 22:08:18 +0100 spline (1.0-6) unstable; urgency=low * changed maintainer address back to * updated to Standard 2.3.0.1 * renamed md5sum to md5sums -- David Frey Sun, 21 Dec 1997 22:35:04 +0100 spline (1.0-5) unstable; urgency=low * renamed spline to aspline due to file name conflict with plotutils. -- David Frey Mon, 20 Oct 1997 18:09:37 +0200 spline (1.0-4) unstable; urgency=low * recompiled for libc6 * changed maintainer address to dFrey@debian.org * added md5sums in debian/rules -- David Frey Fri, 12 Sep 1997 22:27:26 +0200 spline (1.0-3) unstable; urgency=low * Converted to new source format -- David Frey Thu, 26 Sep 1996 00:22:53 +0159 Wed May 1 16:34:42 1996 David Frey * added Architecture field. Sat Mar 16 15:52:21 1996 David Frey * Initial release for Debian, already ELF.