[Pkg-octave-devel] Octave 4.2.1 in unstable?
Rafael Laboissière
rafael at debian.org
Sun Jun 18 16:13:35 UTC 2017
* Sébastien Villemot <sebastien at debian.org> [2017-06-18 11:55]:
> Le dimanche 18 juin 2017 à 11:48 +0200, Rafael Laboissière a écrit :
>>
>> libsbml5-octave
>> octave-biosig
>> octave-gdf
>> octave-lhapdf
>> octave-nlopt
>> octave-pfstools
>> octave-psychtoolbox-3
>> octave-sundials
>> octave-vlfeat
>> sdpam
>
> Ok, fine with me. I take the first five.
Source packages pfstools, vlfeat and sdpa build correctly against Octave
4.2.1.
The sundials package seems to work correctly against liboctave4, but
building fails due to a problem in a .m file. The debdiff is attached
below. If you think my changes are okay, I will upload the package as
a member of the Debian Science Team.
The psychtoolbox-3 has build-dependencies:
libgstreamer-plugins-base0.10-dev
gstreamer0.10-plugins-base
gstreamer0.10-plugins-good
which are not in unstable. Could you please take a look at this?
Rafael
-------------- next part --------------
diff -u sundials-2.5.0/debian/changelog sundials-2.5.0/debian/changelog
--- sundials-2.5.0/debian/changelog
+++ sundials-2.5.0/debian/changelog
@@ -1,3 +1,10 @@
+sundials (2.5.0-4) unstable; urgency=medium
+
+ * Team upload.
+ * d/p/octave-sundialstb.patch: Remove call to exit inside a function
+
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 18 Jun 2017 12:14:34 -0300
+
sundials (2.5.0-3) unstable; urgency=low
* Team upload.
diff -u sundials-2.5.0/debian/patches/octave-sundialstb.patch sundials-2.5.0/debian/patches/octave-sundialstb.patch
--- sundials-2.5.0/debian/patches/octave-sundialstb.patch
+++ sundials-2.5.0/debian/patches/octave-sundialstb.patch
@@ -97,11 +97,10 @@
if answ == 'y'
rmdir(stbi,'s');
go = 1;
-@@ -210,11 +179,14 @@
+@@ -210,11 +179,13 @@
fprintf('add a call to %s\n',fullfile(stbi,'startup_STB.m'));
fprintf('\nEnjoy!\n\n');
-+exit
+endfunction
+
%---------------------------------------------------------------------------------
More information about the Pkg-octave-devel
mailing list