[blas] 01/02: Remove transitional package libblas3gf.

Sébastien Villemot sebastien at debian.org
Sun Nov 1 09:11:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository blas.

commit f83b4dd4a8ec764e731293efd4e25d8ce2551c09
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Nov 1 10:07:32 2015 +0100

    Remove transitional package libblas3gf.
---
 debian/control                      | 15 +--------------
 debian/libblas3.postinst            |  3 +--
 debian/libblas3gf.lintian-overrides |  2 --
 3 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index cc550c3..abbf3fc 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/blas.gi
 
 Package: libblas3
 Architecture: any
-Provides: libblas.so.3gf, libblas3gf, libblas.so.3
+Provides: libblas.so.3
 Depends: ${shlibs:Depends}, ${misc:Depends}, libblas-common
-Replaces: libblas3gf (<< 1.2.20110419-3), libatlas3gf-base (<< 3.8.4-4),
- libopenblas-base (<< 0.1.1-3)
-Breaks: libblas3gf (<< 1.2.20110419-3), libatlas3gf-base (<< 3.8.4-4),
- libopenblas-base (<< 0.1.1-3)
 Conflicts: octave3.2
 Description: Basic Linear Algebra Reference implementations, shared library
  BLAS (Basic Linear Algebra Subroutines) is a set of efficient
@@ -36,15 +32,6 @@ Description: Dependency package for all BLAS implementations
  The only purpose of this empty package is to ensure multi-arch safety of
  different BLAS implementations. See #760936 for more details.
 
-Package: libblas3gf
-Architecture: all
-Section: oldlibs
-Depends: ${misc:Depends}, libblas3
-Description: Transitional package for libblas
- Several minor changes to the C interface have been incorporated. 
- One can maintain both versions on a system simultaneously to aid 
- in the transition.
-
 Package: libblas-dev
 Architecture: any
 Section: libdevel
diff --git a/debian/libblas3.postinst b/debian/libblas3.postinst
index 2dcf076..89028f6 100644
--- a/debian/libblas3.postinst
+++ b/debian/libblas3.postinst
@@ -2,8 +2,7 @@
 
 set -e
 
-update-alternatives --install /usr/lib/libblas.so.3 libblas.so.3 /usr/lib/libblas/libblas.so.3 10 \
-    --slave /usr/lib/libblas.so.3gf libblas.so.3gf /usr/lib/libblas/libblas.so.3
+update-alternatives --install /usr/lib/libblas.so.3 libblas.so.3 /usr/lib/libblas/libblas.so.3 10
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.
diff --git a/debian/libblas3gf.lintian-overrides b/debian/libblas3gf.lintian-overrides
deleted file mode 100644
index e16524c..0000000
--- a/debian/libblas3gf.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Transitional package
-libblas3gf: empty-binary-package

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/blas.git



More information about the debian-science-commits mailing list