[Pkg-octave-commit] [octave] 01/02: Rename liboctave3 to liboctave3v5 for g++-5 transition.
Sébastien Villemot
sebastien at debian.org
Fri Sep 4 22:03:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository octave.
commit a54064f8b00b0f2a49271bc8f89f7e3ee13549c2
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sat Sep 5 00:00:59 2015 +0200
Rename liboctave3 to liboctave3v5 for g++-5 transition.
Closes: #797992
---
debian/control | 8 +++++---
debian/{liboctave3.install => liboctave3v5.install} | 0
debian/liboctave3v5.lintian-overrides | 2 ++
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 00eb147..1fc3df1 100644
--- a/debian/control
+++ b/debian/control
@@ -63,7 +63,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-octave/octave.git
Package: octave
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, texinfo, octave-common (= ${source:Version}),
- liboctave3 (= ${binary:Version})
+ liboctave3v5 (= ${binary:Version})
Recommends: gnuplot-x11 | gnuplot-qt, libopenblas-base | libatlas3-base,
pstoedit,
default-jre-headless [!hppa !hurd-i386 !kfreebsd-amd64 !kfreebsd-i386 !m68k !mips !mipsel !sparc !sparc64]
@@ -209,10 +209,12 @@ Description: GNU Info documentation on the GNU Octave language
on the C++ classes used by Octave, as well as the main octave documentation
which is needed for the 'help -i foo' command within Octave.
-Package: liboctave3
+Package: liboctave3v5
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: liboctave3
+Replaces: liboctave3
Multi-Arch: same
Section: libs
Description: Shared libraries of the GNU Octave language
@@ -225,7 +227,7 @@ Description: Shared libraries of the GNU Octave language
Package: liboctave-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- liboctave3 (= ${binary:Version}), octave (= ${binary:Version}),
+ liboctave3v5 (= ${binary:Version}), octave (= ${binary:Version}),
libreadline-dev | libreadline6-dev | libreadline5-dev, libncurses5-dev,
libhdf5-dev (>= 1.8.8) | libhdf5-openmpi-dev (>= 1.8.8) | libhdf5-mpich2-dev (>= 1.8.8),
libgl1-mesa-dev | libgl-dev,
diff --git a/debian/liboctave3.install b/debian/liboctave3v5.install
similarity index 100%
rename from debian/liboctave3.install
rename to debian/liboctave3v5.install
diff --git a/debian/liboctave3v5.lintian-overrides b/debian/liboctave3v5.lintian-overrides
new file mode 100644
index 0000000..4e31887
--- /dev/null
+++ b/debian/liboctave3v5.lintian-overrides
@@ -0,0 +1,2 @@
+# G++5 ABI transition
+liboctave3v5: package-name-doesnt-match-sonames liboctave3
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git
More information about the Pkg-octave-commit
mailing list