2008
octave2.1-forge (2006.03.17+dfsg1-7) unstable; urgency=low
* debian/control:
+ Switch to gfortran from g77
+ Allow uploads by Debian Maintainers
-- Thomas Weber <thomas.weber.mail@gmail.com> Mon, 10 Mar 2008 10:47:22 +0100
octave2.1-forge (2006.03.17+dfsg1-6) unstable; urgency=low
* debian/control: Removed Cyril Brulebois from the list of Uploaders,
at his request
* debian/patches/g++4.3-fixes.patch: Make the package build with GCC 4.3
(closes: #417494)
* debian/patches/manpage-comments.patch: Fix comment macro in mex.1
manpage
-- Rafael Laboissiere <rafael@debian.org> Sat, 23 Feb 2008 22:08:45 +0100
octave2.1-forge (2006.03.17+dfsg1-5) unstable; urgency=low
[ Cyril Brulebois ]
* debian/control:
+ Added myself to the Uploaders.
[ Thomas Weber ]
* Added myself to Uploaders
* New patch debian/patches/fix-pwelch:
Allow using default arguments in pwelch.m and show axis' titles;
thanks Francesco Potorti. (Closes: #454157, #454153)
* debian/control:
- Use g77 for the time being. We'll switch to gfortran when our
libraries are ready (Closes: 432375).
- Use new Homepage: field
[ Rafael Laboissiere ]
* debian/control:
+ Build-conflicts with octave3.0, since it provides octave2.9
+ Dropped mention to octave2.9-forge in the extended description of the
package
+ Bumped Standards-Version to 3.7.3 (no changes needed)
+ Build-depends on texlive-latex-base, because texinfo.tex needs
lcircle.mf
* debian/rules: Delete file main/fixed/doc/fixed.info in clean target
-- Rafael Laboissiere <rafael@debian.org> Fri, 11 Jan 2008 15:43:14 +0100
2007
octave2.1-forge (2006.03.17+dfsg1-4) unstable; urgency=low
* debian/control:
+ Replaced build-dependency on tetex-bin by texlive-generic-recommended,
making the file epsf.tex to be found (closes: #422387)
+ Added XS-Vcs-Svn and XS-Vcs-Browser fields
-- Rafael Laboissiere <rafael@debian.org> Sun, 6 May 2007 23:05:16 +0200
2006
octave2.1-forge (2006.03.17+dfsg1-3) unstable; urgency=low
[ Thomas Weber]
* debian/control: Removed Dirk Eddelbuettel from Uploaders list
[ Rafael Laboissiere ]
* debian/rules: Clean *.m files generated from *.m.in; they should be
removed by "make clean", but they are not
-- Rafael Laboissiere <rafael@debian.org> Tue, 28 Nov 2006 09:18:21 +0100
octave2.1-forge (2006.03.17+dfsg1-2) unstable; urgency=low
[ Rafael Laboissiere ]
* debian/patches/70-leasqr-doc.patch: Improved documentation for leasqr.
Thanks to Francesco Potortì for the patch, which has also been applied
upstream.
[ Thomas Weber]
* Use work-around from Octaviz for the dangling symlink on the autobuilders
(Closes: 400214)
-- Rafael Laboissiere <rafael@debian.org> Mon, 27 Nov 2006 10:24:18 +0100
octave2.1-forge (2006.03.17+dfsg1-1) unstable; urgency=low
[ Thomas Weber ]
* Repackaged the upstream source; removed nonfree/splines/gcvsplf.f and
its license file. This should not have any influence on end users, as
we never built this part. This change brought to you by
Joerg 'Eagle Eye' Jaspert ;)
* This upload still (Closes: #366729).
[ Dirk Eddelbuettel ]
* Built and uploaded while Rafael is travelling
* debian/control: Added myself to Uploaders, feel free to remove again
* Removed .svn directories from debian/ and debian/patches for lintian
-- Dirk Eddelbuettel <edd@debian.org> Wed, 2 Aug 2006 21:33:12 -0500
octave2.1-forge (2006.03.17-1) unstable; urgency=low
[ Rafael Laboissiere ]
* debian/control: Bumped Standards-Version to 3.7.2 (no changes needed)
* debian/rules: Disable installation of files in FIXES
* debian/patches/drop-sparse-check.patch: Patch for commenting out
the call of sparse checks in batch_test.m
[ Thomas Weber ]
* Package renamed to octave2.1-forge; prepare for dual builds for both
Octave 2.1 and Octave 2.9
* debian/compat: Bumped compat level to 5
* debian/control:
- Use debhelper level 5
- conflict against octave-forge
- Depend upon Octave 2.1 and build-conflict against Octave 2.9
- Build-depend on graphicsmagick-libmagick-dev-compat for the libmagick++
intercace
- Drop description of octave-matcompat package; it was a transition
package in Sarge already
* debian/rules: Use CDBS for package building
* Patches:
- add_gisequal.patch: Octave's isequal() can't handle Galois fields
(thanks to David Bateman for the patch)
- 50-leasqr.patch: use upstream CVS version for leasqr.m
(Closes: #366729).
-- Rafael Laboissiere <rafael@debian.org> Mon, 24 Jul 2006 21:02:39 +0200
octave-forge (2006.03.17-2) unstable; urgency=low
* Uploaded to unstable, now that the libhdf5 transition is over
(closes: #357651)
-- Rafael Laboissiere <rafael@debian.org> Wed, 12 Apr 2006 14:30:14 +0200
octave-forge (2006.03.17-1) experimental; urgency=low
[ Thomas Weber ]
* New upstream release
* removed patches (applied upstream)
- 50_main-set-makefile.patch
- 50_make-clean.patch
- 50_makefile-syntax-fix.patch
- 60_make-distclean.patch
- 50_make-pattern-rules.patch
- 50_extra-pdb-sinclude.patch
* debian/rules: revert calling of versioned form of octave-config; the
autobuilders should have recovered by now
[ Rafael Laboissiere ]
* debian/patches/clean-depreciated.patch: Added patch for cleaning
files that are generated from *.in files according to the Octave
version number
* debian/control: Build-depends on octave2.1-headers >= 2.1.73-4
* With the above dependency, the package compiles correctly with g++ 4.1
(closes: #357651)
-- Rafael Laboissiere <rafael@debian.org> Mon, 3 Apr 2006 14:27:28 +0200
octave-forge (2006.01.28-2) unstable; urgency=low
* debian/control: Build-depends on cdbs (to use simple-patchsys.mk)
instead of dpatch
* debian/patches/50_make-clean.patch: Patch from upstream CVS to clean
files left by make
* debian/patches/60_make-distclean.patch: Patch for fixing the upstream
behavior for make distclean
* debian/rules:
- Removed code which was doing the cleanup done in the patches above
- Adjusted to use CDBS' simple-patchsys.mk instead of dpatch
-- Rafael Laboissiere <rafael@debian.org> Mon, 13 Feb 2006 11:18:53 +0100
octave-forge (2006.01.28-1) unstable; urgency=low
* New upstream release
* This version fixes the problem with the 'legend' command failing the
first time it is called (closes: #302034)
* debian/control:
- Build-depends on units and netcdfg-dev, since interfaces to that
program and this library have been added in this new upstream
version
- Suggests units
* debian/rules (in clean target):
- Call make distclean
- Remove files that are left behind after make clean
-- Rafael Laboissiere <rafael@debian.org> Sun, 5 Feb 2006 00:59:06 +0100
octave-forge (2005.06.13-12) unstable; urgency=low
* debian/control: Build-depend on octave2.1-headers >= 2.1.72-9, which
refers only to the versioned octave-config-2.1.72 (closes: #349139)
-- Rafael Laboissiere <rafael@debian.org> Wed, 25 Jan 2006 22:04:27 +0100
octave-forge (2005.06.13-11) unstable; urgency=low
* debian/rules: Explicitly call octave-config-2.1.72 instead of
octave-config
-- Rafael Laboissiere <rafael@debian.org> Sun, 22 Jan 2006 18:45:13 +0100
octave-forge (2005.06.13-10) unstable; urgency=low
* debian/rules: Reverted last change regarding the update-alternatives
octave-config command. Let us hope that the buildd maintainers
already fixed the dangling symlink problem.
-- Rafael Laboissiere <rafael@debian.org> Sun, 22 Jan 2006 00:25:39 +0100
octave-forge (2005.06.13-9) unstable; urgency=low
* debian/control: Set build-dependency only on libxt-dev, since this
package already depends on libx11-dev and x-dev
* debian/rules: Added update-alternatives command to clean up the
octave-config alternative on Debian autobuilders. This is a temporary
hack to get the package correctly autobuilt and will be removed in the
future.
-- Rafael Laboissiere <rafael@debian.org> Sat, 21 Jan 2006 18:47:27 +0100
octave-forge (2005.06.13-8) unstable; urgency=low
+++ Changes by Thomas Weber * remove dependency on xlibs-dev (closes: 345539)
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Mon, 2 Jan 2006 00:16:36 +0100
2005
octave-forge (2005.06.13-7) unstable; urgency=low
+++ Changes by Rafael Laboissiere
* debian/rules: Removed code for diagnosing the problem with
autobuilders
* debian/control: Tighten build-dependency on octave2.1-headers to
>=2.1.72-8 (hopefully, this will fix the autobuilder problems, since
from this version on, the octave-depends script call octave-config
using the full path)
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Sat, 31 Dec 2005 10:15:27 +0100
octave-forge (2005.06.13-6) unstable; urgency=low
+++ Changes by Rafael Laboissiere
* debian/patches/50_make-pattern-rules.dpatch: Improved patch. The
problem with version 3.81 of make is that it treats pattern rules that
are defined as:
%.o : %.cc ; command $< $@
and:
%.o : %.cc
command $< $@
as different rules. Since the former appear in Makeconf, the later
definition (which appears in some Makefiles) will not override the
former. The patch transforms the later into the former.
* debian/rules: Added code for diagnosing the problem that some
autobuilders (ia64, powerpc, and s390) are having to find the
octave-config command.
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Fri, 30 Dec 2005 23:06:29 +0100
octave-forge (2005.06.13-5) unstable; urgency=low
+++ Changes by Rafael Laboissiere
* debian/patches/50_make-pattern-rules.dpatch: Patch for avoinding
override of pattern rules previously defined in Makeconf.base. A big
thanks to Joaquim Ortega <joaquim.ortega@gmail.com> for finding the
bug and proposing the changes. The package is building correctly
again in sid, with the latest version of make (closes: #344995).
* debian/rules: Save original configure script before generating a new
one with autoconf. Restore the saved file in the clean target, such
that the differences will not appear in the .diff.gz file.
* debian/patches/50_extra-pdb-sinclude.dpatch: Patch for avoiding
failures in make clean when Makeconf does not exist in the top source
directory.
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Thu, 29 Dec 2005 20:14:43 +0100
octave-forge (2005.06.13-4) unstable; urgency=low
+++ Changes by Rafael Laboissiere * Rebuilt to get the right dependency on libcln4 (closes: #341809)
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Sun, 4 Dec 2005 22:53:55 +0100
octave-forge (2005.06.13-3) unstable; urgency=low
+++ Changes by Rafael Laboissiere
* debian/control:
- Build-depends on gfortran for all achitectures, instead of g77 and
the special exception of fort77 on m68k. I am glad we did this
move.
- Tight build-dependency on libginac-dev >= 1.3.3-2+b1, since this
library underwnet another ABI transition
- Bumped build-dependency octave2.1-headers >= 2.1.72-6
- Bumped build-dependency debhelper >= 4
* debian/rules:
- Removed special settign for the m68k architecture (fort77)
- Use /usr/bin/gfortran as the Fortran compiler
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Sat, 26 Nov 2005 11:31:12 +0100
octave-forge (2005.06.13-2) unstable; urgency=low
+++ Changes by Rafael Laboissiere
* debian/control: Tighten the build-dependency on libginac-dev to >=
1.3.2-2, forcing the binary dependency on libginac1.3c2, which did the
C++ ABI transition. This should make the package installable in sid
again (closes: #327302).
* This is the first time this package is compiled with g++ 4.0. Since
this is the default version og the C++ in Debian, now, we will not
care anymore about compilation problem with g++ 3.* (closes: #264009).
* debian/compat: Added file with compatibility level 4. This makes
Lintian happy.
* debian/rules: With the move to debhelper compatibility level 4, files
will land on debian/octave-forge, instead of debian/tmp
* debian/copyright:
- Updated FSF address
- Updated infromation about the current maintainer of the package
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Fri, 16 Sep 2005 11:48:52 +0200
octave-forge (2005.06.13-1) unstable; urgency=low
+++ Changes by Rafael Laboissiere
* New upstream release
* debian/control: Upgraded Standards-Version to 2.6.2 (no changes
needed)
* Removed the following dpatches, which are applied upstream:
- debian/patches/50_extra-mex-configure-add
- debian/patches/50_big-endian-rand-fix
- debian/patches/50_exclude-xlib-in-aurecord
- debian/patches/50_weekday-doc
- debian/patches/50_eliminate-getfields-setfields
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Sun, 3 Jul 2005 22:12:00 +0200
octave-forge (2004.11.16-7) unstable; urgency=low
+++ Changes by Rafael Laboissiere
* debian/rules:
- Use option --with-altmpath of configure, such that
_pl_grace_octave_path in grace_octave_path.m points to the right
directory (closes: #298539)
- Fixed {} bashism
* debian/patches/50_weekday-doc.dpatch: Added patch to fix documentation
of weekday.m (closes: #296973)
* debian/patches/50_eliminate-getfields-setfields.dpatch: Added patch to
eliminate call to obsolete getfields/setfields (closes: #299510)
(closes: #299957)
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Fri, 15 Apr 2005 14:11:24 +0200
octave-forge (2004.11.16-6) unstable; urgency=low
+++ Changes by Rafael Laboissiere:
* debian/rules:
- Put $(altoctdir) and $(altmdir) away from LOADPATH. This fixes the
problem of graceplot's plot.m file being earlier than upstream's in
the Octave path (closes: #296991) (closes: #297028).
- Make target configure instead of build depend on patch-stamp. This
is necessary, otherwise patch 50_extra-mex-configure-add.dpatch has
no effect.
* debian/control: Suggests grace
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Sun, 27 Feb 2005 14:07:04 +0100
octave-forge (2004.11.16-5) unstable; urgency=low
+++ Changes by Rafael Laboissiere:
* debian/patches/50_exclude-xlib-in-aurecord.dpatch: Added patch exclude
X11 libs inclusion. This may fix the buildd problem on sparc. (Taken
from CVS at SourceForge on 2005-02-24.)
* debian/rules:
- Make build-stamp depend on patch-stamp, otherwise the dpatches will
never be applied...
- Remove the build-time generated file fntests.log, such that it does
not end up in the .diff.gz.
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Thu, 24 Feb 2005 14:03:18 +0100
octave-forge (2004.11.16-4) unstable; urgency=low
+++ Changes by Rafael Laboissiere:
* Rebuilt with Octave 2.1.65
* debian/control:
- Changed Maintainer to Debian Octave Group
- Bumped Build-Depends on octave2.1-headers to >= 2.1.65
- Build-Depend on dpatch
- Build-Depend on libreadline5-dev instead of libreadline4-dev
- Use automatically calculated variable ${octave:Depends}
* debian/rules:
- Include defs.make and use OCTDIR and MDIR variables
- Put programs in LOCALARCHLIBDIR instead LOCALVERARCHLIBDIR
- With the two changes above, we get rid of all versioned paths for
installed files
- In clean rule, remove several files that are automatically generated
by the upstream build, such that the .diff.gz file is clean
* Removed obsolete files in debian/: aurecord.1, lp.cc.patch_bug210907,
and tsacleanup.pl
* debian/changelog: Added variables for Emacs debian-changelog-mode
* debian/patches/: Added patches:
- 50_extra-mex-configure-add.dpatch: Add file extra/mex/configure.add
- 50_big-endian-rand-fix.dpatch: : Fix rand bug on some big-endian
architectures (taken from CVS at SourceForge)
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Wed, 23 Feb 2005 14:52:46 +0100
2004
octave-forge (2004.11.16-3) unstable; urgency=low
* Rebuilt with octave 2.1.64 * debian/control: Build-Depends and Depends updated accordingly
-- Dirk Eddelbuettel <edd@debian.org> Sat, 4 Dec 2004 10:40:58 -0600
octave-forge (2004.11.16-2) unstable; urgency=low
* extra/mex/configure.add: Added awk support from Sourceforge bug
report number 1062239 with thanks to Dan McMahill (Closes: #281994)
-- Dirk Eddelbuettel <edd@debian.org> Thu, 18 Nov 2004 22:14:40 -0600
octave-forge (2004.11.16-1) unstable; urgency=low
* New upstream release * Rebuilt with octave 2.1.63 (Closes: #281777) * debian/control: Build-Depends and Depends updated accordingly * debian/control: Added Rafael as Uploaders:
-- Dirk Eddelbuettel <edd@debian.org> Wed, 17 Nov 2004 19:51:39 -0600
octave-forge (2004.09.09-5) unstable; urgency=low
* Rebuilt with octave 2.1.62 * debian/control: Build-Depends and Depends updated accordingly
-- Dirk Eddelbuettel <edd@debian.org> Sat, 13 Nov 2004 11:53:53 -0600
octave-forge (2004.09.09-4) unstable; urgency=low
* Rebuilt with octave 2.1.61 * debian/control: Build-Depends and Depends updated accordingly
-- Dirk Eddelbuettel <edd@debian.org> Sat, 6 Nov 2004 08:05:43 -0600
octave-forge (2004.09.09-3) unstable; urgency=low
* Rebuilt with octave 2.1.60 * debian/control: Build-Depends and Depends updated accordingly * debian/watch: Added watch file
-- Dirk Eddelbuettel <edd@debian.org> Sat, 25 Sep 2004 10:18:53 -0500
octave-forge (2004.09.09-2) unstable; urgency=low
* Rebuilt with octave 2.1.59 * debian/control: Build-Depends and Depends updated accordingly
-- Dirk Eddelbuettel <edd@debian.org> Wed, 22 Sep 2004 16:37:17 -0500
octave-forge (2004.09.09-1) unstable; urgency=low
* Upgraded to new upstream version released today
* debian/control: Update both Builds-Depends and Depends to the
matching and required Octave version 2.1.58 released a few days ago
-- Dirk Eddelbuettel <edd@debian.org> Thu, 9 Sep 2004 18:39:53 -0500
octave-forge (2004.07.07-1) unstable; urgency=low
* Upgraded to new upstream version released today
* This new upstream version includes
- new fixed point numerics functions (Closes: #257331)
- corrected demos for vrml (Closes: #255049)
- upstream fix for rand initialization (Closes: #254733)
- correction for inline return values (Closes: #245175)
* debian/control: Added libgsl0-dev to Build-Depends
* debian/control: Build-Depends on octave2.1-headers (>= 2.1.57-4)
to ensure lapack and blas libraries get linked correctly
* debian/control: Removed unversioned g++ from Build-Depends [lintian]
* debian/control: Increased Standards-Version to 3.6.1.1
-- Dirk Eddelbuettel <edd@debian.org> Wed, 7 Jul 2004 20:22:14 -0500
octave-forge (2004.02.12-8) unstable; urgency=low
* Rebuild required by hdf5 library .so number change
-- Dirk Eddelbuettel <edd@debian.org> Mon, 12 Apr 2004 16:22:34 -0500
octave-forge (2004.02.12-7) unstable; urgency=low
* main/plot/plot3.m: End for loop with endfor (Closes: #238583) * main/geometry/configure.add: Modify the qhull configuration test program so that it no longer segfaults with libqhull5 * main/geometry/{convhulln,delaunayn,voronoi}.cc: Change version identifier declaration to `char *qh_version' to match libqhull5 * debian/control: Add libpng12-dev to Build-Depends
-- Dirk Eddelbuettel <edd@debian.org> Wed, 17 Mar 2004 21:05:48 -0600
octave-forge (2004.02.12-6) unstable; urgency=low
* main/plot/orient.m: Typo patch by Robert Ewald (Closes: #238303)
-- Dirk Eddelbuettel <edd@debian.org> Tue, 16 Mar 2004 07:20:40 -0600
octave-forge (2004.02.12-5) unstable; urgency=low
* Rebuilt with Octave 2.1.57
* main/comm/galois-def.h: Applied patch by John Eaton posted to the
octave-bug list that adds definitions no longer in 2.1.57
-- Dirk Eddelbuettel <edd@debian.org> Fri, 12 Mar 2004 20:23:47 -0600
octave-forge (2004.02.12-4) unstable; urgency=low
* Rebuilt with Octave 2.1.56
* debian/control: Enforcing stronger Depends on corresponding Octave
version which will ensure that if octave-forge is installed, an upgrade
of octave occurs only iff a matching octave-forge is available
-- Dirk Eddelbuettel <edd@debian.org> Fri, 5 Mar 2004 22:25:59 -0600
octave-forge (2004.02.12-3) unstable; urgency=low
* Rebuilt with Octave 2.1.55
-- Dirk Eddelbuettel <edd@debian.org> Thu, 26 Feb 2004 19:04:23 -0600
octave-forge (2004.02.12-2) unstable; urgency=low
* Rebuilt with 2.1.54-2
-- Dirk Eddelbuettel <edd@debian.org> Thu, 19 Feb 2004 16:41:32 -0600
octave-forge (2004.02.12-1) unstable; urgency=low
* Upgraded to new upstream version released today
* main/miscellaneous/Makefile: Added a few small corrections which
should hopefully overcome the build issues on alpha, hppa and ia64
that 2004.02.09 experienced with some of the xml*.c* files
-- Dirk Eddelbuettel <edd@debian.org> Thu, 12 Feb 2004 21:01:37 -0600
octave-forge (2004.02.09-1) unstable; urgency=low
* New upstream CVS snapshot * debian/rules: Applied patch by Teemu Ikonen needed for graceplot
-- Dirk Eddelbuettel <edd@debian.org> Mon, 9 Feb 2004 20:54:40 -0600
octave-forge (2004.01.29-2) unstable; urgency=low
* Rebuilt with 2.1.53-3
-- Dirk Eddelbuettel <edd@debian.org> Wed, 4 Feb 2004 14:21:01 -0600
octave-forge (2004.01.29-1) unstable; urgency=low
* Fresh CVS snapshot, now compatible with changes in octave2.1_2.1.53,
with special thanks to Paul Kienzle for making the required changes.
* Rebuild under (and for) octave2.1_2.1.53
* debian/rules: Moved the ${shlibs:Depends} from Suggests to Depends.
While this forces more libraries onto each system, it does limit the
negative surprises when some of the binary libraries are loaded, and
fail. Thanks to George McNinch for the heads-up regarding libginac1.1.
-- Dirk Eddelbuettel <edd@debian.org> Thu, 29 Jan 2004 19:55:47 -0600
octave-forge (2004.01.18-1) unstable; urgency=low
* Fresh CVS snapshot while octave2.1 is changing making octave-forge
releases harder than usual to realize (Closes: #223955, #228188)
* debian/control: Updated to (Build-)Depends on octave2.1_2.1.52
* debian/rules: Small change to correct octave-config problem
-- Dirk Eddelbuettel <edd@debian.org> Sun, 18 Jan 2004 21:27:20 -0600
2003
octave-forge (2003.06.02-8) unstable; urgency=low
* main/optim/lp.cc: Applied patch by Paul Kienzle (Closes: #210907)
-- Dirk Eddelbuettel <edd@debian.org> Mon, 20 Oct 2003 21:01:52 -0500
octave-forge (2003.06.02-7) unstable; urgency=low
* main/sparse/sparse_ops.h: Applied upstream patch to show error message
if bounds of sparse matrix would be exceeded (Closes: #213661)
-- Dirk Eddelbuettel <edd@debian.org> Tue, 14 Oct 2003 20:14:09 -0500
octave-forge (2003.06.02-6) unstable; urgency=low
* debian/rules: Do not strip the file mex.o (Closes: #207542) * debian/control: Increase Standards-Version to 3.6.1.0
-- Dirk Eddelbuettel <edd@debian.org> Sat, 30 Aug 2003 11:18:46 -0500
octave-forge (2003.06.02-5) unstable; urgency=low
* debian/{rules,control}: For m68k, switch from f2c to fort77
* debian/control: Thus Build-Depends: on octave2.1 (>> 2.1.50-1)
-- Dirk Eddelbuettel <edd@debian.org> Sat, 5 Jul 2003 09:09:46 -0500
octave-forge (2003.06.02-4) unstable; urgency=low
* debian/rules: Now really make the change promised in -3
-- Dirk Eddelbuettel <edd@debian.org> Sun, 29 Jun 2003 16:35:45 -0500
octave-forge (2003.06.02-3) unstable; urgency=low
* Rebuild under (and for) octave2.1_2.1.50
* debian/control: Build-Depends and Depends adjusted accordingly
* debian/{control,rules}: As for octave2.1_2.1.50, revert back to the
default gcc suite now that version 3.3 is in unstable and testing
-- Dirk Eddelbuettel <edd@debian.org> Sat, 28 Jun 2003 14:46:42 -0500
octave-forge (2003.06.02-2) unstable; urgency=low
* debian/control: Remove Build-Depends on libginac-dev for m68k and
mipsel as the package has not built there in ages, despite RC bugs
-- Dirk Eddelbuettel <edd@debian.org> Tue, 17 Jun 2003 20:18:24 -0500
octave-forge (2003.06.02-1) unstable; urgency=low
* Upgraded to new upstream version released today * main/plot/gget.m: Contains improved version of patch (Closes: #194561) * debian/rules: After autogen.sh, run 'chmod 0755 configure' though it remain mysterious why this is needed only on hppa (Closes: #192299) * debian/{rules,control}: Match settings used to successfully compile octave2.1_2.1.49 on all architectures: f2c on m68k, gcc 3.3 on hppa * debian/control: Bring ia64 Build-Depends in-line with others as libginac-dev and libgmp3-dev are now universally available * debian/control: (Build-)Depends on octave2.1 (>= 2.1.49) * debian/control: Increase Standards-Version to 3.5.10
-- Dirk Eddelbuettel <edd@debian.org> Mon, 2 Jun 2003 19:54:22 -0500
octave-forge (2003.04.28-3) unstable; urgency=low
* Rebuilt using octave 2.1.48 released today * debian/control: (Build-)Depends on octave2.1 (>= 2.1.48)
-- Dirk Eddelbuettel <edd@debian.org> Tue, 6 May 2003 15:29:23 -0500
octave-forge (2003.04.28-2) unstable; urgency=low
* Rebuilt using octave 2.1.47 released today
-- Dirk Eddelbuettel <edd@debian.org> Fri, 2 May 2003 22:56:25 -0500
octave-forge (2003.04.28-1) unstable; urgency=low
* Upstream CVS snapshot (Closes: #187961, #187430)
-- Dirk Eddelbuettel <edd@debian.org> Mon, 28 Apr 2003 11:46:57 -0500
octave-forge (2003.02.22-4) unstable; urgency=low
* Rebuilt using octave 2.1.46 released yesterday * debian/control: Depends on octave2.1 (= 2.1.46) * debian/rules: Install rasmol.sh under examples
-- Dirk Eddelbuettel <edd@debian.org> Tue, 4 Mar 2003 19:56:08 -0600
octave-forge (2003.02.22-3) unstable; urgency=low
* debian/rules: Add 'touch extra/MacOSX/NOINSTALL' (Closes: #182290)
-- Dirk Eddelbuettel <edd@debian.org> Wed, 26 Feb 2003 21:41:39 -0600
octave-forge (2003.02.22-2) unstable; urgency=low
* debian/control: Added tetex-bin to Build-Depends
-- Dirk Eddelbuettel <edd@debian.org> Sat, 22 Feb 2003 20:38:46 -0600
octave-forge (2003.02.22-1) unstable; urgency=low
* Upgraded to new upstream version released today (Closes: #175798, #176895) * debian/control: Build-Depends on gcc/g77/g++ (>= 3.2.2)
-- Dirk Eddelbuettel <edd@debian.org> Sat, 22 Feb 2003 13:06:20 -0600
2002
octave-forge (2002.11.30-1) unstable; urgency=low
* Upgraded to new upstream release
-- Dirk Eddelbuettel <edd@debian.org> Sat, 30 Nov 2002 11:48:27 -0600
octave-forge (2002.11.28.cvs-3) unstable; urgency=low
* debian/control: Added libncurses5-dev to Build-Depends (Closes: #171181) * debian/control: Added libreadline4-dev for good measure
-- Dirk Eddelbuettel <edd@debian.org> Fri, 29 Nov 2002 17:52:56 -0600
octave-forge (2002.11.28.cvs-2) unstable; urgency=low
* debian/rules: g77 instead of f2c on m68k too * debian/rules: really make sure configure is mode 0755
-- Dirk Eddelbuettel <edd@debian.org> Thu, 28 Nov 2002 23:47:21 -0600
octave-forge (2002.11.28.cvs-1) unstable; urgency=low
* Upgraded to CVS snapshot in preparation of new upstream release * Rebuilt using octave 2.1.40 * debian/control: Depends on octave2.1 (= 2.1.40) * debian/control: Build-Depends s/xlib6g-dev/xlibs-dev/ (Closes: #170174)
-- Dirk Eddelbuettel <edd@debian.org> Thu, 28 Nov 2002 09:45:43 -0600
octave-forge (2002.05.09-6) unstable; urgency=low
* FIXME/Makefile: Don't built fsolve.oct as g++-3.* fails (Closes: #168032)
-- Dirk Eddelbuettel <edd@debian.org> Wed, 6 Nov 2002 20:51:51 -0600
octave-forge (2002.05.09-5) unstable; urgency=low
* Rebuilt using octave 2.1.39
-- Dirk Eddelbuettel <edd@debian.org> Fri, 1 Nov 2002 18:52:42 -0600
octave-forge (2002.05.09-4) unstable; urgency=low
* Rebuilt using octave 2.1.38
-- Dirk Eddelbuettel <edd@debian.org> Tue, 29 Oct 2002 21:35:08 -0600
octave-forge (2002.05.09-3) unstable; urgency=low
* Rebuilt using octave 2.1.37
* main/struct/{getfield,setfield}.cc: Applied patch by JWE
* debian/control: Build-Depends on g77 on m68k (Closes: #164853)
-- Dirk Eddelbuettel <edd@debian.org> Fri, 25 Oct 2002 22:37:21 -0500
octave-forge (2002.05.09-2) unstable; urgency=low
* Rebuilt against libqhull4 now that libqhull3 is gone (Closes: #164550)
-- Dirk Eddelbuettel <edd@debian.org> Sun, 13 Oct 2002 15:01:23 -0500
octave-forge (2002.05.09-1) unstable; urgency=low
* Upgraded to new upstream release
-- Dirk Eddelbuettel <edd@debian.org> Sun, 13 Oct 2002 15:00:36 -0500
octave-forge (2002.04.23.cvs.1-1) unstable; urgency=low
* This is really 2002.04.23.cvs-7, but because of #145526 and the
required scrubbing of the 0x0D character, "dpkg-source -x" and hence
lintian could no longer deal with the old .orig.tar.gz. Katie didn't
like me uploading a new .orig.tar.gz in revision -7, so here we go
with a new one. Because tsacleanup.pl has now been applied to the
upstream source, it is no longer called from debian/rules.
* main/symbolic/*: Apply upstream patch for g++-3.0 (Closes: #145476)
* debian/tsacleanup.pl: Wrote Perl script to scrub tsa/*.m files from ^M
* debian/rules: Use tsacleanup.pl to clean tsa/*.m (Closes: #145526)
* extra/tsa/: Copied four files from the (currently not used) extra/NaN
directory which are required by some tsa functions (Closes: #145527)
* debian/control: Build-Depends on octave2.1 (>= 2.1.36)
-- Dirk Eddelbuettel <edd@debian.org> Sat, 4 May 2002 17:18:34 -0500
octave-forge (2002.04.23cvs-6) unstable; urgency=low
* main/sparse/Makefile: Apply small upstream patch (Closes: #144929)
-- Dirk Eddelbuettel <edd@debian.org> Mon, 29 Apr 2002 20:35:47 -0500
octave-forge (2002.04.23cvs-5) unstable; urgency=low
* debian/control: Now really add Build-Depends on libjpeg62-dev
* debian/control: Move the ${shlibs:Depends} to Suggests. As we
Depends: octave21, the truly required C and C++ libs are already
covered but we do not want to Depends: on the dynamic library for
some useful, but non-core, functionality.
-- Dirk Eddelbuettel <edd@debian.org> Sun, 28 Apr 2002 08:43:02 -0500
octave-forge (2002.04.23cvs-4) unstable; urgency=low
* debian/control: Build-Depends on libjpeg62-dev (Closes: #144848)
-- Dirk Eddelbuettel <edd@debian.org> Sun, 28 Apr 2002 07:38:22 -0500
octave-forge (2002.04.23cvs-3) unstable; urgency=low
* debian/control: Build-Depends on autoconf (Closes: #144788)
-- Dirk Eddelbuettel <edd@debian.org> Sat, 27 Apr 2002 20:40:41 -0500
octave-forge (2002.04.23cvs-2) unstable; urgency=low
* debian/rules: Call autogen.sh as ./autogen.sh (Closes: #144734)
-- Dirk Eddelbuettel <edd@debian.org> Sat, 27 Apr 2002 13:50:54 -0500
octave-forge (2002.04.23cvs-1) unstable; urgency=low
* Upgraded to new upstream CVS snapshot (Closes: #144468) * This releases closes the open upstream bugs (Closes: #142977, #142954) * debian/control: Added Build-Depends on libqhull-dev and libginac-dev (and libgmp3-dev) to support the added geometry and symbolic toolboxes * debian/control: But for now don't use those (unavailable) libs on ia64 * debian/rules: Add a few selected .oct files as arguments to dh_shlibdeps call to make sure required libs are added
-- Dirk Eddelbuettel <edd@debian.org> Thu, 25 Apr 2002 20:11:34 -0500
octave-forge (2002.04.20-1) unstable; urgency=low
* Upgraded to new upstream release [ package newer released ]
-- Dirk Eddelbuettel <edd@debian.org> Sun, 21 Apr 2002 08:01:57 -0500
octave-forge (2002.03.09-1) unstable; urgency=low
* Upgraded to new upstream release [ package never released ]
-- Dirk Eddelbuettel <edd@debian.org> Sat, 9 Mar 2002 22:03:25 -0600
octave-forge (2001.11.02-6) unstable; urgency=low
* debian/rules: Correct symlink from docs to scripts (Closes: #142960)
-- Dirk Eddelbuettel <edd@debian.org> Mon, 15 Apr 2002 20:22:45 -0500
octave-forge (2001.11.02-5) unstable; urgency=low
* main/general/bitand.cc: Apply small upstream patch defining max()
which g++ 3.0 (and other compilers) no longer supply (Closes: #142638)
-- Dirk Eddelbuettel <edd@debian.org> Sat, 13 Apr 2002 23:46:45 -0500
octave-forge (2001.11.02-4) unstable; urgency=low
* debian/rules: Add missing '/' to installation paths
-- Dirk Eddelbuettel <edd@debian.org> Tue, 22 Jan 2002 18:45:59 -0600
octave-forge (2001.11.02-3) unstable; urgency=low
* debian/rules: Remove bashsisms (Closes: #125716) * debian/rules: Use octave-config to learn about directory locations * debian/control: Build-Conflicts with octave2.0-headers (octave-config) * Applied patch by LaMont Jones for gcc-3.0 support (Closes: #127023)
-- Dirk Eddelbuettel <edd@debian.org> Fri, 4 Jan 2002 21:06:42 -0600
2001
octave-forge (2001.11.02-2) unstable; urgency=low
* debian/control: Expanded Build-Depends to match octave2.1
-- Dirk Eddelbuettel <edd@debian.org> Mon, 26 Nov 2001 21:37:42 -0600
octave-forge (2001.11.02-1) unstable; urgency=low
* Upgraded to new upstream release octave-forge
* This constitutes the first release of Paul Kienzle's former
octave-matcompat package together with contributed code by others
which is now developed at http://sourceforge.net/projects/octave/
* debian/control, debian/rules, debian/copyright: Changed accordingly
-- Dirk Eddelbuettel <edd@debian.org> Fri, 2 Nov 2001 18:54:07 -0600
octave-matcompat (20010225-7) unstable; urgency=low
* Empty transition package to ease upgrade to the octave-forge package
which replaces (and extends) this package
-- Dirk Eddelbuettel <edd@debian.org> Fri, 2 Nov 2001 18:55:10 -0600
octave-matcompat (20010225-6) unstable; urgency=low
* debian/control: Added Build-Depends on xlibs-dev (Closes: #105657)
-- Dirk Eddelbuettel <edd@debian.org> Tue, 17 Jul 2001 20:20:40 -0500
octave-matcompat (20010225-5) unstable; urgency=low
* Recompiled under octave2.1_2.1.34
-- Dirk Eddelbuettel <edd@debian.org> Fri, 13 Jul 2001 22:27:18 -0500
octave-matcompat (20010225-4) unstable; urgency=low
* debian/control: Build-Depends on g77 (Closes: #89913)
-- Dirk Eddelbuettel <edd@debian.org> Fri, 16 Mar 2001 21:32:27 -0600
octave-matcompat (20010225-3) unstable; urgency=low
* debian/control: Build-Depends on octave2.1-headers (Closes: #89299)
-- Dirk Eddelbuettel <edd@debian.org> Sun, 11 Mar 2001 15:20:54 -0600
octave-matcompat (20010225-2) unstable; urgency=low
* debian/rules: aurecord goes into /usr/lib/octave/$VERSION/site/exec/$ARCH
instead of /usr/bin where it conflicts with nas-bin (Closes: #88746)
* debian/rules: Do not install aurecord.1 into /usr/share/man/man1
-- Dirk Eddelbuettel <edd@debian.org> Wed, 7 Mar 2001 06:13:36 -0600
octave-matcompat (20010225-1) unstable; urgency=low
* Initial Debian release
-- Dirk Eddelbuettel <edd@debian.org> Sun, 25 Feb 2001 20:43:08 -0600