r44692 - in /packages/blas/trunk/debian: changelog control libblas3gf.lintian-overrides rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue Apr 10 19:38:37 UTC 2012


Author: sylvestre
Date: Tue Apr 10 19:38:36 2012
New Revision: 44692

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44692
Log:
* -fwhole-file, default from gfortran 4.6, is breaking the blas tests.
  Bring back the previous behavior with -fno-whole-file
* Update of the desc

Added:
    packages/blas/trunk/debian/libblas3gf.lintian-overrides
Modified:
    packages/blas/trunk/debian/changelog
    packages/blas/trunk/debian/control
    packages/blas/trunk/debian/rules

Modified: packages/blas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/blas/trunk/debian/changelog?rev=44692&op=diff
==============================================================================
--- packages/blas/trunk/debian/changelog (original)
+++ packages/blas/trunk/debian/changelog Tue Apr 10 19:38:36 2012
@@ -4,10 +4,11 @@
     Declare the replacements of all *3gf blas & lapack implementation
     (See bug #660607)
   * Standards-Version updated to version 3.9.3
-  * -fwhole-file is breaking the blas tests. Bring back the previous behavior
-    with -fno-whole-file
-
- -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 20 Feb 2012 19:34:55 +0100
+  * -fwhole-file, default from gfortran 4.6, is breaking the blas tests.
+    Bring back the previous behavior with -fno-whole-file
+  * Update of the desc
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 10 Apr 2012 21:10:42 +0200
 
 blas (1.2.20110419-3~exp2) experimental; urgency=low
 

Modified: packages/blas/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/blas/trunk/debian/control?rev=44692&op=diff
==============================================================================
--- packages/blas/trunk/debian/control (original)
+++ packages/blas/trunk/debian/control Tue Apr 10 19:38:36 2012
@@ -13,16 +13,11 @@
 Architecture: any
 Provides: libblas.so.3gf, libblas3gf, libblas.so.3
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libblas3gf (<< 1.2.20110419-3~exp1), libatlas3gf-base (<< 3.8.4-4~exp1),
+Replaces: libblas3gf (<< 1.2.20110419-3~exp3), libatlas3gf-base (<< 3.8.4-4~exp1),
  libopenblas-base ( <<0.1alpha2.2-4~exp1)
-Breaks: libblas3gf (<< 1.2.20110419-3~exp1), libatlas3gf-base (<< 3.8.4-4~exp1),
- libopenblas-base ( <<0.1alpha2.2-4~exp1)
+Breaks: libblas3gf (<< 1.2.20110419-3~exp3), libatlas3gf-base (<< 3.8.4-4~exp1),
+ libopenblas-base ( <<0.1alpha2.2-4~exp)
 Description: Basic Linear Algebra Reference implementations, shared library
- This package is a binary incompatible upgrade to the blas package.
- Several minor changes to the C interface have been incorporated. 
- One can maintain both versions on a system simultaneously to aid 
- in the transition.
- .
  BLAS (Basic Linear Algebra Subroutines) is a set of efficient
  routines for most of the basic vector and matrix operations. 
  They are widely used as the basis for other high quality linear
@@ -36,7 +31,6 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libblas3
 Description: Transitional package for libblas
- This package is a binary incompatible upgrade to the blas package.
  Several minor changes to the C interface have been incorporated. 
  One can maintain both versions on a system simultaneously to aid 
  in the transition.

Added: packages/blas/trunk/debian/libblas3gf.lintian-overrides
URL: http://svn.debian.org/wsvn/debian-science/packages/blas/trunk/debian/libblas3gf.lintian-overrides?rev=44692&op=file
==============================================================================
--- packages/blas/trunk/debian/libblas3gf.lintian-overrides (added)
+++ packages/blas/trunk/debian/libblas3gf.lintian-overrides Tue Apr 10 19:38:36 2012
@@ -1,0 +1,2 @@
+# Transitional package
+libblas3gf: empty-binary-package

Modified: packages/blas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/blas/trunk/debian/rules?rev=44692&op=diff
==============================================================================
--- packages/blas/trunk/debian/rules (original)
+++ packages/blas/trunk/debian/rules Tue Apr 10 19:38:36 2012
@@ -289,6 +289,7 @@
 	dh_installman -p libblas-doc man/manl/*.3
 	dh_installchangelogs -i 
 	dh_strip -i
+	dh_lintian -i
 	dh_link -i
 	dh_compress -i
 	dh_fixperms -i
@@ -307,6 +308,7 @@
 	dh_installman -p libblas-test debian/*.1 #man/manl/dcabs1*
 	dh_installchangelogs -a
 	dh_strip -a
+	dh_lintian -a
 	dh_link -a
 	dh_compress -a
 	dh_fixperms -a




More information about the debian-science-commits mailing list