[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. debian/3.4.3-4-9-g0c77daa

Sébastien Villemot sebastien.villemot at ens.fr
Fri Feb 24 10:18:39 UTC 2012


The following commit has been merged in the master branch:
commit cce3ee256feab885ed878d8b48cd556a1a53a1c7
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Thu Feb 23 20:21:02 2012 +0100

    Rename liboctave0 to liboctave1 to reflect the SOVERSION bump

diff --git a/debian/control b/debian/control
index 3755d91..f1fa172 100644
--- a/debian/control
+++ b/debian/control
@@ -107,7 +107,7 @@ Description: GNU Info documentation on the GNU Octave language
  octave documentation which is needed for the 'help -i foo' command within
  Octave.
 
-Package: liboctave0
+Package: liboctave1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Section: libs
@@ -120,7 +120,7 @@ Description: Shared libraries of the GNU Octave language
 
 Package: liboctave-dev
 Architecture: any
-Depends: liboctave0 (= ${binary:Version}), octave (= ${binary:Version}), ${misc:Depends},
+Depends: liboctave1 (= ${binary:Version}), octave (= ${binary:Version}), ${misc:Depends},
  libreadline-dev | libreadline6-dev | libreadline5-dev, libncurses5-dev,
  libhdf5-dev (>= 1.8.8), libgl1-mesa-dev | libgl-dev,
  libblas-dev (>=1.2-7), liblapack-dev (>=3.2.1-7), libfftw3-dev, gfortran, gcc, g++
diff --git a/debian/liboctave0.install b/debian/liboctave0.install
deleted file mode 100644
index 9128abd..0000000
--- a/debian/liboctave0.install
+++ /dev/null
@@ -1,8 +0,0 @@
-usr/lib/liboctave.so.0 /usr/lib
-usr/lib/liboctave.so.0.0.0 /usr/lib
-
-usr/lib/libcruft.so.0 /usr/lib
-usr/lib/libcruft.so.0.0.0 /usr/lib
-
-usr/lib/liboctinterp.so.0 /usr/lib
-usr/lib/liboctinterp.so.0.0.0 /usr/lib
diff --git a/debian/liboctave1.install b/debian/liboctave1.install
new file mode 100644
index 0000000..e8fee0b
--- /dev/null
+++ b/debian/liboctave1.install
@@ -0,0 +1,5 @@
+usr/lib/liboctave.so.1* /usr/lib
+
+usr/lib/libcruft.so.1* /usr/lib
+
+usr/lib/liboctinterp.so.1* /usr/lib

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list