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 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372
|
octave (2.0.13.95-1) frozen unstable; urgency=low
* Upgraded to sixth pre-release of Octave 2.0.14
* Recompiled under libc6_2.0.7u-7.1 to get rid of libc6_2.0.7u dependence
-- Dirk Eddelbuettel <edd@debian.org> Thu, 10 Dec 1998 19:52:59 -0500
octave (2.0.13.94-2) frozen unstable; urgency=low, Closes=30377
* Applied patch from foka@debian.org to mkoctfile.in (fixes #30377)
* Made emacsen install script output slightly less verbose
* Upgraded to Standards-Version 2.5.0
-- Dirk Eddelbuettel <edd@debian.org> Sat, 5 Dec 1998 11:55:59 -0500
octave (2.0.13.94-1) frozen unstable; urgency=low
* Upgraded to fifth pre-release of Octave 2.0.14
* Applied (modified) patch by Rafael Laboissiere <rafael@icp.inpg.fr> to
emacsen install script for [x]emacs handling of 'no-site-file' script
* While this does not formally close an open Debian bug, it should go
into frozen as the previous four pre-releases of Octave-2.0.14
-- Dirk Eddelbuettel <edd@debian.org> Fri, 4 Dec 1998 20:44:57 -0500
octave (2.0.13.93-1) frozen unstable; urgency=low, Closes=29674
* Upgraded to fourth pre-release of Octave 2.0.14 which contains
an upstream bug fix to Bessel function arguments
* Built properly with upstream sources in octave_2.0.13.93.orig.tar.gz
so that a .diff.gz is built (fixes #29674)
-- Dirk Eddelbuettel <edd@debian.org> Wed, 18 Nov 1998 19:51:24 -0500
octave (2.0.13.92-1) frozen unstable; urgency=low, Closes=27516
* Upgraded to third pre-release of Octave 2.0.14
* Among other things, this defines __NO_MATH_INLINES to prevent the use
of inlines in /usr/include/__math.h which cannot cope with expressions
like exp(Inf). My thanks to John Eaton for having debugged this, on my
computer ;-) (fixed #27516)
-- Dirk Eddelbuettel <edd@debian.org> Fri, 6 Nov 1998 23:35:06 -0500
octave (2.0.13.91-1) unstable; urgency=low
* Upgraded to second pre-release of Octave 2.0.14
-- Dirk Eddelbuettel <edd@debian.org> Thu, 29 Oct 1998 20:12:40 -0500
octave (2.0.13.90-1) unstable; urgency=low
* Upgraded to first pre-release of Octave 2.0.14
* Modified emacsen install file to be more silent
* Added new package octave-htmldoc with html documentation
* debian/rules: Added 'make check' to use DejaGnu regression suite
-- Dirk Eddelbuettel <edd@debian.org> Thu, 22 Oct 1998 19:16:46 -0400
octave (2.0.13-6) unstable; urgency=low, Closes=26468 26776
* Recompiled under egcs_2.91.57 and libstdc++_2.91.57 (fixes #26776)
* Changed cursor keybindings for inferior-octave-mode to comments in
/etc/emacs/site-start.d/50octave.el; now the Emacs mode for Octave is
consistent with other comint modes, on the other hand, the code that is
commented out makes the mode consistent with Octave's own shell. The
difference is whether cursor keys or M-p,M-n are used to scroll
through the readline history (fixes #26468)
* Applied patch by Mumit Khan for use with newer egcs compiler
(http://www.che.wisc.edu/octave/mailing-lists/bug-octave/1998/270)
* Changed debian/rules to also install ChangeLog file from
subdirectories of the Octave source tree
-- Dirk Eddelbuettel <edd@debian.org> Sat, 19 Sep 1998 12:34:22 -0400
octave (2.0.13-5) unstable; urgency=low, Closes=24490 24497
* Added the default LOADPATH to LOADPATH setting in /etc/octave.conf
* Changed emacsen-common to be more tolerant on rmdir (fixes #24490)
* Corrected cosmetic type in emacsen-common 'remove' script (fixes #24497)
-- Dirk Eddelbuettel <edd@debian.org> Fri, 17 Jul 1998 18:21:34 -0400
octave (2.0.13-4) frozen unstable; urgency=medium, Closes=23674
* Applied patch by Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
to configure{,.in} to also use the -rpath linker option on non-Intel
Linux systems to allow for dynamic linking of Octave libraries. While
this change does not affect i386 systems, it fixes an important bug for
other Debian architectures and should go into frozen (fixes #23674)
* Changed debian/rules to use --with-f2c argument for configure under
m68k, and --with-g77 (from the egcs suite) under i386, sparc and alpha.
-- Dirk Eddelbuettel <edd@debian.org> Fri, 19 Jun 1998 19:47:42 -0400
octave (2.0.13-3) unstable; urgency=low, Closes=23293
* Changed debian/rules to set CC=egcc only after an explicit test for
either of i386, alpha or sparc (fixes #23293)
-- Dirk Eddelbuettel <edd@debian.org> Tue, 9 Jun 1998 18:51:59 -0400
octave (2.0.13-2) frozen unstable; urgency=low
* Reuploaded stable release 2.0.13 to replace the test-release 2.0.12.90 in
'frozen' which corrects one serious bug in 2.0.12.90 (fixes #22807)
* Changed /etc/emacs/site-start.d/50octave.el to add a flavour-dependent
directory to emacs load-path
-- Dirk Eddelbuettel <edd@debian.org> Mon, 25 May 1998 20:16:24 -0400
octave (2.0.13-1) unstable; urgency=low
* Upgraded to new upstream release 2.0.13
-- Dirk Eddelbuettel <edd@debian.org> Thu, 21 May 1998 22:11:22 -0400
octave (2.0.12.91-1) unstable; urgency=low
* Upgraded to new upstream test-release 2.0.12.91
-- Dirk Eddelbuettel <edd@debian.org> Tue, 19 May 1998 20:00:25 -0400
octave (2.0.12.90-1) unstable frozen; urgency=low, Closes=22424 22491
* Upgraded to new upstream test-release 2.0.12.90 (fixes #22424)
* Changed debian/rules to remove usr/info/dir (fixes #22491)
-- Dirk Eddelbuettel <edd@debian.org> Sat, 16 May 1998 13:09:40 -0400
octave (2.0.12-1) unstable frozen; urgency=low
* Upgraded to new upstream version.
-- Dirk Eddelbuettel <edd@debian.org> Mon, 4 May 1998 08:20:05 -0400
octave (2.0.11.94-1) unstable; urgency=low
* Upgraded to new upstream test-release 2.0.11.94
-- Dirk Eddelbuettel <edd@debian.org> Wed, 29 Apr 1998 07:46:22 -0400
octave (2.0.11.93-1) unstable; urgency=low, Closes=20372 21222
* Upgraded to new upstream test-release 2.0.11.93
* Adapted to new Emacsen policy (fixes #20372, #21222)
* Converted debian/rules to debhelper
-- Dirk Eddelbuettel <edd@debian.org> Fri, 24 Apr 1998 18:28:31 -0400
octave (2.0.11.92-3) unstable; urgency=low
* Fixed dependency on info to "info (>= 3.12)"
-- Dirk Eddelbuettel <edd@debian.org> Fri, 17 Apr 1998 18:44:10 -0400
octave (2.0.11.92-2) unstable; urgency=low, closes=20033 20978
* Added Depends: on "info (>= 3.12-1) | info-browser" to debian/control
as Octave no longer comes with an info binary
* Added explicit setting of INFO_PROGRAM = "/usr/bin/info" to
/etc/octave.conf as the default INFO_PROGRAM still points to the old
location
-- Dirk Eddelbuettel <edd@debian.org> Thu, 16 Apr 1998 22:46:32 -0400
octave (2.0.11.92-1) unstable; urgency=low, closes=20033 20978
* Upgraded to new upstream test-release 2.0.11.92
* Compiled with libstdc++2.8_2.90.27-0.6 which provides a correctly
versioned shlibs file (fixes #20033, #20978)
-- Dirk Eddelbuettel <edd@debian.org> Thu, 16 Apr 1998 18:41:21 -0400
octave (2.0.11.91-1) unstable; urgency=low
* Upgraded to new upstream test-release 2.0.11.91
* This fixes a couple of small bugs, one of them dear to to fellow
Debianer Jim van Zandt, and as a test-release might as well go into
our current 'unstable' distribution. I have used previous pre-releases
and they work just as well --- call it the pre-patch methodology
spreading into application space ;-)
-- Dirk Eddelbuettel <edd@debian.org> Fri, 10 Apr 1998 11:51:56 -0400
octave (2.0.11-2) frozen unstable; urgency=low
* Compilation with new gcc/g77/g++ 2.90.26 based on egcs
* Changed debian/rules by adding a Perl one-liner substition so that
/usr/bin/octave-bug will use tempfile(1) to create a temporary
filename; also sent the sources for debianutils-1.8 upstream so that
they might be included in the next release (fixes #19804)
-- Dirk Eddelbuettel <edd@debian.org> Wed, 18 Mar 1998 18:41:12 -0500
octave (2.0.11-1) unstable; urgency=low
* Upgraded to new upstream version
-- Dirk Eddelbuettel <edd@debian.org> Wed, 25 Feb 1998 18:33:04 -0500
octave (2.0.10-2) unstable; urgency=low
* Compilation with f2c instead of g77 in order to get a libc6 version
going (see bug report #17963 filed against g77)
* Added Replaces: octave (<= 2.0.5-2) to control for octave-staticlibs
to cleanly replace the static libraries from the older octave package
as well as an explicit version number for the Depends: on octave
(thanks to Richard Braakman for the hints)
* Fixed FSF address in copyright (lintian)
* Made octave.rc to /etc/octave.conf symlink absolute (lintian)
* Created links to ../man7/undocumented.7.gz in lieu of manual pages
for the two utility scripts octave-bug and mkoctfile (lintian)
-- Dirk Eddelbuettel <edd@debian.org> Wed, 25 Feb 1998 18:32:27 -0500
octave (2.0.10-1) unstable; urgency=low
* Upgraded to new upstream version
* This version is compiled on a libc5 system as g77/gcc and eg77/egcc
(including the new {gcc,g77}_2.90.23-1) both die on some legacy
Fortran code on a libc6 system. Major bummer.
-- Dirk Eddelbuettel <edd@debian.org> Sun, 8 Feb 1998 17:05:07 -0500
octave (2.0.9-2) unstable; urgency=low
* Compiled with GNU libc2 aka libc6 (fixes bug #11739)
* Create a new file /usr/share/octave/ls-R file from the postinst
* Now ships the unmodified upstream source as octave_2.0.9.orig.tar.gz
* Byte-compile the octave-{mod,hlp,inf}.el files
* Includes two newer octave-{mod,inf} files and add an elisp startup
file /etc/emacs/site-start.d/50octave.el (thanks to Nils Naumann)
-- Dirk Eddelbuettel <edd@debian.org> Sat, 1 Nov 1997 17:13:31 -0500
octave (2.0.9-1) unstable; urgency=low
* Upgraded to new upstream version
-- Dirk Eddelbuettel <edd@debian.org> Thu, 10 Jul 1997 19:19:12 -0400
octave (2.0.8-1) unstable; urgency=low
* Upgraded to new upstream version
-- Dirk Eddelbuettel <edd@debian.org> Mon, 23 Jun 1997 20:02:03 -0400
octave (2.0.7-1) unstable; urgency=low
* upgraded to new upstream version (bug #10419)
-- Dirk Eddelbuettel <edd@debian.org> Sat, 7 Jun 1997 13:42:21 -0400
octave (2.0.6-1) unstable; urgency=low
* upgraded to new upstream version
-- Dirk Eddelbuettel <edd@debian.org> Wed, 28 May 1997 18:50:13 -0400
octave (2.0.5-3) unstable; urgency=low
* added creation of /usr/local/share/octave/site-m in the postinst if
/usr/local filesystem is writable and removal of the directories
/usr/local/share/octave/site-m and /usr/local/share/octave/site-m in
the prerm if they are empty to reflect Debian policy on /usr/local/
* moved configuration file /usr/share/octave/site/m/startup/octaverc
into /etc/octave.conf and provided a softlink from the default location
* added LOADPATH setting to octave.conf aka octaverc for the local tree
* made /etc/octave.conf a conffile
* moved static libs into a seperate package (which is not needed for
normal use of octave) --- this saves 4.4 MB of diskspace
* patched mkoctfile.in to add a flag for stripping to /usr/bin/mkoctfile
* changed configure to explicit setting of host architecture
-- Dirk Eddelbuettel <edd@debian.org> Sun, 27 Apr 1997 19:06:03 -0400
octave (2.0.5-2) unstable; urgency=low
* rewrote debian/rules:
- configure for dynamic loading, shared libs and lite kernel which
allows dynamic extension of the octave language via user provided
C++ programs; examples are in /usr/doc/octave/examples
- configure prefix /usr; install prefix debian/tmp/usr (fixes bug #8139)
- configure for libs in /usr/lib/octave to avoid clashed
- include upstream postscript docs
* rewrote Description in debian/control:
* changed Priority: to optional as per overrides file
* changed Suggests: from info to virtual package info-browser
* created new package octave-doc for postscript docs on octave
* updated debian/copyright
* new maintainer
-- Dirk Eddelbuettel <edd@debian.org> Wed, 26 Mar 1997 22:15:30 -0500
octave (2.0.5-1) unstable; urgency=low
* tracking upstream source, upgraded to newest release
* put *.el files back in /usr/lib/emacs/site-lisp bug #7457
* also bugs #7144, 7282, and 7532 are fixed with this release.
-- Dale Scheetz <dwarf@polaris.net> Mon, 10 Mar 1997 21:47:07 -0500
octave (2.0.2-2) unstable; urgency=low
* bug#7020 removed static libraries from the installation
* bug#7021 corrected spelling errors
* applied patch from upstream for pipes fix
-- Dale Scheetz <dwarf@polaris.net> Sun, 2 Feb 1997 20:19:27 -0500
octave (2.0.2-1) unstable; urgency=low
* New upstream source
-- Dale Scheetz <dwarf@polaris.net> Wed, 29 Jan 1997 12:18:29 -0500
octave (2.0.1-2) unstable; urgency=low
* corrected unreferenced dependencies
-- Dale Scheetz <dwarf@polaris.net> Mon, 27 Jan 1997 09:45:30 -0500
octave (2.0.1-1) unstable; urgency=low
* Bug# 6028, 6044, 6416, Moved to newer release.
* Bug# 5096, referenced binary no longer exists.
-- Dale Scheetz <dwarf@polaris.net> Sun, 26 Jan 1997 16:16:43 -0500
octave (1.1.1-8) frozen unstable; urgency=low
* built with static libc5.2.18
-- Dale Scheetz <dwarf@polaris.net> Tue, 26 Nov 1996 13:49:37 -0500
octave (1.1.1-7) unstable; urgency=low
* converted to Standards-Version 2.1.0.0
-- Dale Scheetz <dwarf@polaris.net> Mon, 14 Oct 1996 08:42:54 -0400
Octave-1.1.1-5 dcs
* Added extended description field.
Octave-1.1.1-4 dcs
* Added dependencies for libc5, ncurses3.0, libgr++27 to debian.control.
Octave-1.1.1-3 dcs
* Removed dld to repair symbol loading problems in ELF.
Octave-1.1.1-2 dcs
Dale Scheetz <dwarf@polaris.net>
* Took over package maintenance from Andrew
* Added this change log
* Built as ELF with a change from termcap to ncurses
Octave-1.1.1-1 adf
Andrew D. Fernandes <adfernan@cnd.mcgill.ca>
* added Debian GNU/Linux package maintenance system files
* changed configure and configure.in to use debian's dld
instead of the dld packaged here
GNU Octave is Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997 John W. Eaton
Source available from: http://bevo.che.utexas.edu/octave
Local variables:
mode: debian-changelog
End:
|