[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] HDF5 transition is finished



Hi,

This morning, after an upgrade of my Debian testing system, I got
octave3.2_3.2.4-12+b1 installed.  I assume that the HDF5 transition is
over, at least as regards Octave.

I guess you could soon upload 3.4.3 to unstable (or maybe even 3.6.1).  I
checked the relationships for this version of the package and saw that it
conflicts with octave3.2.  Would that be enough to get a smooth
transition? According to the Policy manual [1], we might also add a
"Replaces: octave3.2" relationship.  I am not really sure about this,
since this can potentially break some code from our users, due to
possible incompatibilities between 3.2 and later versions.

It is time also for updating the Octave-Forge packages.  I wish I had
time for participating again to the DOG.  At any rate, I was looking at
the octave-pkg-dev package and spotted a harmless bug, fixed in the patch
attached below.

Keep the good work,

Cheers,

Rafael

[1] http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces
>From 96226803466ea2fb94da53dcd42287ddae9ffcce Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere <rafael@laboissiere.net>
Date: Wed, 22 Feb 2012 17:13:13 +0100
Subject: [PATCH] Drop definition of unused variable

---
 octave-pkg.mk.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/octave-pkg.mk.in b/octave-pkg.mk.in
index 6472b3b..a631502 100644
--- a/octave-pkg.mk.in
+++ b/octave-pkg.mk.in
@@ -29,7 +29,6 @@ shrpkg = /usr/share/octave/debian
 # stable version of Octave
 mpath = usr/share/octave/packages
 bpath = usr/lib/octave/packages
-pkgname = $(package:octave-%=%)
 hosttype = $(shell octave-config -p CANONICAL_HOST_TYPE)
 apiversion = $(shell octave-config -p API_VERSION)
 octave_options = --no-history --silent --no-init-file
-- 
1.7.9


Reply to: