Package: atlas3
Version: 3.6.0-20.1
Severity: normal
Tags: patch

Hello,

find attached the patch for my NU of atlas3.

Best regards
Frederik Schueler

-- 
ENOSIG
diff -u atlas3-3.6.0/debian/changelog atlas3-3.6.0/debian/changelog
--- atlas3-3.6.0/debian/changelog
+++ atlas3-3.6.0/debian/changelog
@@ -1,3 +1,12 @@
+atlas3 (3.6.0-20.2) unstable; urgency=low
+
+  * NMU.
+  * Remove debian/control fiddling in favour of using debhelper -s
+    (instead of debhelper -a) Thanks to Jeroen van Wolffelaar
+    <[EMAIL PROTECTED]> for the patch. Closes: #350748
+
+ -- Frederik Schüler <[EMAIL PROTECTED]>  Mon, 22 May 2006 12:19:06 +0000
+
 atlas3 (3.6.0-20.1) unstable; urgency=low
 
   *  NMU.
diff -u atlas3-3.6.0/debian/rules atlas3-3.6.0/debian/rules
--- atlas3-3.6.0/debian/rules
+++ atlas3-3.6.0/debian/rules
@@ -239,7 +239,7 @@
        cp $< $@
        cat $@ | sed "s,TDNCOMP=.*,TDNCOMP=$(TDNCOMP),1" >$<
 
-install-isaonly: $(IBLIBS) $(IHEADERS) $(DTR) debian/control $(LPV)
+install-isaonly: $(IBLIBS) $(IHEADERS) $(DTR) $(LPV)
        dh_movefiles
 
 custom: CUSTOM := t
@@ -296,7 +296,7 @@
        -make killall arch=Linux_$*_static
        -make killall arch=Linux_$*_shared
 
-clean: $(addprefix Linux_,$(addsuffix _clean,$(SA))) debian/control
+clean: $(addprefix Linux_,$(addsuffix _clean,$(SA)))
        dh_testdir
        dh_testroot
        ! [ -e debian/$(ARCHT)/base/applied_sys ] || ! [ -e 
debian/$(ARCHT)/base/patch_sys ] || \
@@ -330,19 +330,6 @@
 
 #
 #
-# Control File
-#
-#
-
-debian/rmcontrol:
-       cp /dev/null $@
-
-debian/control: debian/rmcontrol debian/control-base $(wildcard 
debian/control-$(ARCHT))
-       cat $^ > $@
-       rm $<
-
-#
-#
 # BLAS subbuild
 #
 #
@@ -1077,7 +1064,7 @@
 #
 #
 
-build install: $(ILIBS) $(IHEADERS) $(IPROGS) $(DTR) debian/control $(LPV) 
$(MMPS)
+build install: $(ILIBS) $(IHEADERS) $(IPROGS) $(DTR) $(LPV) $(MMPS)
        dh_movefiles
 
 # Build architecture-independent files here.
@@ -1102,27 +1089,27 @@
 
 # Build architecture-dependent files here.
 binary-arch: install
-       dh_testdir -a
-       dh_testroot -a
-       dh_installdocs -a
-       dh_installexamples -a
-       dh_installinfo -a
-       dh_installdebconf -a
+       dh_testdir -s
+       dh_testroot -s
+       dh_installdocs -s
+       dh_installexamples -s
+       dh_installinfo -s
+       dh_installdebconf -s
        dh_installman debian/*.1 -patlas3-test
-       dh_installchangelogs -a 
-       dh_strip -a
-       dh_link -a
-       dh_compress -a
-       dh_fixperms -a
-       dh_makeshlibs -a
+       dh_installchangelogs -s 
+       dh_strip -s
+       dh_link -s
+       dh_compress -s
+       dh_fixperms -s
+       dh_makeshlibs -s
        chmod +x debian/fixshlibs1 && debian/fixshlibs1
-       dh_installdeb -a
-       dh_shlibdeps -a -Latlas3-base 
-l$$(pwd)/$(BDIR):$$(pwd)/$(LDIR):debian/atlas3-base/usr/lib
+       dh_installdeb -s
+       dh_shlibdeps -s -Latlas3-base 
-l$$(pwd)/$(BDIR):$$(pwd)/$(LDIR):debian/atlas3-base/usr/lib
        for i in $(SA); do dh_shlibdeps -p atlas3-$$i -Latlas3-$$i 
-l$$(pwd)/$(BDIR):$$(pwd)/$(LDIR):debian/atlas3-$$i/usr/lib/$$i:debian/atlas3-$$i/usr/lib
 ; done
        chmod +x debian/fixshlibs && debian/fixshlibs
-       dh_gencontrol -a -u"-Vlibs:Suggests=$$(echo $(addprefix 
atlas3-,$(filter-out base,$(SA))) | sed 's/ /,/g')"
-       dh_md5sums -a
-       dh_builddeb -a
+       dh_gencontrol -s -u"-Vlibs:Suggests=$$(echo $(addprefix 
atlas3-,$(filter-out base,$(SA))) | sed 's/ /,/g')"
+       dh_md5sums -s
+       dh_builddeb -s
 
 APK:=$(addprefix atlas3-,$(SA))
 APK:=$(APK) $(addsuffix -dev,$(APK))
reverted:
--- atlas3-3.6.0/debian/control-base
+++ atlas3-3.6.0.orig/debian/control-base
@@ -1,108 +0,0 @@
-Source: atlas3
-Section: devel
-Priority: optional
-Maintainer: Camm Maguire <[EMAIL PROTECTED]>
-Standards-Version: 3.6.1
-Build-Depends: expect, debhelper (>=4.1.16), patch, g77, refblas3-dev, 
sharutils, lapack3-dev (>= 3.0.20000531a-5), lapack3-pic (>= 3.0.20000531a-5), 
refblas3-test, help2man, devscripts
-
-Package: atlas3-base
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
-Conflicts: atlas2 (<< 3.2.1-1)
-Replaces: atlas2 (<< 3.2.1-1)
-Suggests: ${libs:Suggests}, refblas3, lapack3
-Description: Automatically Tuned Linear Algebra Software,generic shared
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- The libraries in this package are built without any processor extension
- instructions, and should run on all processors of this general
- architecture, albeit less than optimally.  
- . 
- On some architectures, multiple binary packages are provided to take
- advantage of certain commonly available processor instruction set
- extensions.  The instruction extension set used is indicated in the
- package name, with 'base' denoting no extensions. In general, you
- will obtain the best performance by installing the package with the
- most advanced instruction extension set your machine is capable of
- running.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-base-dev
-Architecture: any
-Depends: atlas3-base, atlas3-headers, g77
-Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
-Conflicts: atlas2-dev (<< 3.2.1-3), atlas2-base-dev
-Replaces: atlas2-dev (<< 3.2.1-3), atlas2-base-dev
-Suggests: refblas3-doc, lapack3-doc
-Description: Automatically Tuned Linear Algebra Software,generic static
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package includes the static libraries and symbolic links
- needed for program development.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-headers
-Architecture: all
-Depends: libc6-dev
-Conflicts: atlas-dev, atlas2-dev (<< 3.2.1-3), atlas2-headers
-Replaces: atlas2-dev (<< 3.2.1-3), atlas2-headers
-Suggests: refblas3-dev, lapack3-dev, lapack3-doc
-Description: Automatically Tuned Linear Algebra Software,C header files
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package provides the headers needed to compile against the libraries
- provided by ATLAS.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-test
-Priority: extra
-Architecture: any
-Replaces: atlas-test
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: refblas3, lapack3
-Description: Automatically Tuned Linear Algebra Software,test programs
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package provides dynamically linked testing and bench-marking
- binaries to compare the blas and atlas libraries on your system.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-doc
-Section: doc
-Conflicts: atlas-doc
-Replaces: atlas-doc
-Architecture: all
-Description: Automatically Tuned Linear Algebra Software,documentation
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package provides documentation on the atlas libraries useful for
- developers.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
reverted:
--- atlas3-3.6.0/debian/control-i386
+++ atlas3-3.6.0.orig/debian/control-i386
@@ -1,135 +0,0 @@
-Package: atlas3-sse
-Section: libs
-Architecture: i386
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
-Suggests: atlas3-sse2, refblas3, lapack3
-Description: Automatically Tuned Linear Algebra Software,SSE1 shared 
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- These libraries use the SSE1 extensions only available on Pentium III
- and later processors.
- .
- On some architectures, multiple binary packages are provided to take
- advantage of certain commonly available processor instruction set
- extensions.  The instruction extension set used is indicated in the
- package name, with 'base' denoting no extensions. In general, you
- will obtain the best performance by installing the package with the
- most advanced instruction extension set your machine is capable of
- running.
- . 
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-sse-dev
-Architecture: i386
-Depends: atlas3-sse, atlas3-headers, g77
-Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
-Conflicts: atlas2-sse-dev
-Replaces: atlas2-sse-dev
-Suggests: refblas3-doc, lapack3-doc
-Description: Automatically Tuned Linear Algebra Software,SSE1 static  
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package includes the static libraries and symbolic links
- needed for program development.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-sse2
-Section: libs
-Architecture: i386
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
-Suggests: refblas3, lapack3
-Description: Automatically Tuned Linear Algebra Software,SSE2 shared 
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- These libraries use the SSE2 extensions only available on Pentium IV
- and later processors.
- .
- On some architectures, multiple binary packages are provided to take
- advantage of certain commonly available processor instruction set
- extensions.  The instruction extension set used is indicated in the
- package name, with 'base' denoting no extensions. In general, you
- will obtain the best performance by installing the package with the
- most advanced instruction extension set your machine is capable of
- running.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-sse2-dev
-Architecture: i386
-Depends: atlas3-sse2, atlas3-headers, g77
-Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
-Conflicts: atlas2-sse2-dev
-Replaces: atlas2-sse2-dev
-Suggests: refblas3-doc, lapack3-doc
-Description: Automatically Tuned Linear Algebra Software,SSE2 static 
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package includes the static libraries and symbolic links
- needed for program development.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-3dnow
-Section: libs
-Architecture: i386
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
-Suggests: refblas3, lapack3
-Description: Automatically Tuned Linear Algebra Software,3dnow shared
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- These libraries use the 3dnow extensions only available on AMD
- 3dnow and later processors.  Please note that the floating point
- produced by these extensions is not IEEE compliant.
- .
- On some architectures, multiple binary packages are provided to take
- advantage of certain commonly available processor instruction set
- extensions.  The instruction extension set used is indicated in the
- package name, with 'base' denoting no extensions. In general, you
- will obtain the best performance by installing the package with the
- most advanced instruction extension set your machine is capable of
- running.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-3dnow-dev
-Architecture: i386
-Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
-Conflicts: atlas2-3dnow-dev
-Replaces: atlas2-3dnow-dev
-Depends: atlas3-3dnow, atlas3-headers, g77
-Suggests: refblas3-doc, lapack3-doc
-Description: Automatically Tuned Linear Algebra Software,3dnow static
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package includes the static libraries and symbolic links
- needed for program development.
- .
- Homepage: http://math-atlas.sourceforge.net/
reverted:
--- atlas3-3.6.0/debian/control-alpha
+++ atlas3-3.6.0.orig/debian/control-alpha
@@ -1,44 +0,0 @@
-Package: atlas3-ev6
-Section: libs
-Architecture: alpha
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
-Suggests: refblas3, lapack3
-Description: Automatically Tuned Linear Algebra Software,EV6 shared
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- These libraries use the hand-tuned assembler kernels that run on  
- EV6 and later procesors.
- .
- On some architectures, multiple binary packages are provided to take
- advantage of certain commonly available processor instruction set
- extensions.  The instruction extension set used is indicated in the
- package name, with 'base' denoting no extensions. In general, you
- will obtain the best performance by installing the package with the
- most advanced instruction extension set your machine is capable of
- running.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-ev6-dev
-Architecture: alpha
-Conflicts: atlas2-ev6-dev
-Replaces: atlas2-ev6-dev
-Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
-Depends: atlas3-ev6, atlas3-headers, g77
-Suggests: refblas3-doc, lapack3-doc
-Description: Automatically Tuned Linear Algebra Software,EV6 static
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package includes the static libraries and symbolic links
- needed for program development.
- .
- Homepage: http://math-atlas.sourceforge.net/
diff -u atlas3-3.6.0/debian/control atlas3-3.6.0/debian/control
--- atlas3-3.6.0/debian/control
+++ atlas3-3.6.0/debian/control
@@ -106,6 +106,96 @@
  .
  Homepage: http://math-atlas.sourceforge.net/
 
+Package: atlas3-ev6
+Section: libs
+Architecture: alpha
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
+Suggests: refblas3, lapack3
+Description: Automatically Tuned Linear Algebra Software,EV6 shared
+ ATLAS is an approach for the automatic generation and optimization of
+ numerical software. Currently ATLAS supplies optimized versions for the
+ complete set of linear algebra kernels known as the Basic Linear Algebra
+ Subroutines (BLAS), and a subset of the linear algebra routines in the
+ LAPACK library.
+ .
+ These libraries use the hand-tuned assembler kernels that run on  
+ EV6 and later procesors.
+ .
+ On some architectures, multiple binary packages are provided to take
+ advantage of certain commonly available processor instruction set
+ extensions.  The instruction extension set used is indicated in the
+ package name, with 'base' denoting no extensions. In general, you
+ will obtain the best performance by installing the package with the
+ most advanced instruction extension set your machine is capable of
+ running.
+ .
+ Homepage: http://math-atlas.sourceforge.net/
+
+Package: atlas3-ev6-dev
+Architecture: alpha
+Conflicts: atlas2-ev6-dev
+Replaces: atlas2-ev6-dev
+Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
+Depends: atlas3-ev6, atlas3-headers, g77
+Suggests: refblas3-doc, lapack3-doc
+Description: Automatically Tuned Linear Algebra Software,EV6 static
+ ATLAS is an approach for the automatic generation and optimization of
+ numerical software. Currently ATLAS supplies optimized versions for the
+ complete set of linear algebra kernels known as the Basic Linear Algebra
+ Subroutines (BLAS), and a subset of the linear algebra routines in the
+ LAPACK library.
+ .
+ This package includes the static libraries and symbolic links
+ needed for program development.
+ .
+ Homepage: http://math-atlas.sourceforge.net/
+
+Package: atlas3-2.0
+Section: libs
+Architecture: hppa
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
+Suggests: refblas3, lapack3
+Description: Automatically Tuned Linear Algebra Software,2.0 shared
+ ATLAS is an approach for the automatic generation and optimization of
+ numerical software. Currently ATLAS supplies optimized versions for the
+ complete set of linear algebra kernels known as the Basic Linear Algebra
+ Subroutines (BLAS), and a subset of the linear algebra routines in the
+ LAPACK library.
+ .
+ These libraries use the hand-tuned assembler kernels that run on  
+ 2.0 and later procesors.
+ .
+ On some architectures, multiple binary packages are provided to take
+ advantage of certain commonly available processor instruction set
+ extensions.  The instruction extension set used is indicated in the
+ package name, with 'base' denoting no extensions. In general, you
+ will obtain the best performance by installing the package with the
+ most advanced instruction extension set your machine is capable of
+ running.
+ .
+ Homepage: http://math-atlas.sourceforge.net/
+
+Package: atlas3-2.0-dev
+Architecture: hppa
+Conflicts: atlas2-2.0-dev
+Replaces: atlas2-2.0-dev
+Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
+Depends: atlas3-2.0, atlas3-headers, g77
+Suggests: refblas3-doc, lapack3-doc
+Description: Automatically Tuned Linear Algebra Software,2.0 static
+ ATLAS is an approach for the automatic generation and optimization of
+ numerical software. Currently ATLAS supplies optimized versions for the
+ complete set of linear algebra kernels known as the Basic Linear Algebra
+ Subroutines (BLAS), and a subset of the linear algebra routines in the
+ LAPACK library.
+ .
+ This package includes the static libraries and symbolic links
+ needed for program development.
+ .
+ Homepage: http://math-atlas.sourceforge.net/
+
 Package: atlas3-sse
 Section: libs
 Architecture: i386
@@ -243,0 +334,90 @@
+
+Package: atlas3-altivec
+Section: libs
+Architecture: powerpc
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
+Suggests: refblas3, lapack3
+Description: Automatically Tuned Linear Algebra Software,altivec shared
+ ATLAS is an approach for the automatic generation and optimization of
+ numerical software. Currently ATLAS supplies optimized versions for the
+ complete set of linear algebra kernels known as the Basic Linear Algebra
+ Subroutines (BLAS), and a subset of the linear algebra routines in the
+ LAPACK library.
+ .
+ These libraries use the hand-tuned assembler kernels that run on  
+ ALTIVEC and later procesors.
+ .
+ On some architectures, multiple binary packages are provided to take
+ advantage of certain commonly available processor instruction set
+ extensions.  The instruction extension set used is indicated in the
+ package name, with 'base' denoting no extensions. In general, you
+ will obtain the best performance by installing the package with the
+ most advanced instruction extension set your machine is capable of
+ running.
+ .
+ Homepage: http://math-atlas.sourceforge.net/
+
+Package: atlas3-altivec-dev
+Architecture: powerpc
+Conflicts: atlas2-altivec-dev
+Replaces: atlas2-altivec-dev
+Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
+Depends: atlas3-altivec, atlas3-headers, g77
+Suggests: refblas3-doc, lapack3-doc
+Description: Automatically Tuned Linear Algebra Software,altivec static
+ ATLAS is an approach for the automatic generation and optimization of
+ numerical software. Currently ATLAS supplies optimized versions for the
+ complete set of linear algebra kernels known as the Basic Linear Algebra
+ Subroutines (BLAS), and a subset of the linear algebra routines in the
+ LAPACK library.
+ .
+ This package includes the static libraries and symbolic links
+ needed for program development.
+ .
+ Homepage: http://math-atlas.sourceforge.net/
+
+Package: atlas3-v9
+Section: libs
+Architecture: sparc
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
+Suggests: refblas3, lapack3
+Description: Automatically Tuned Linear Algebra Software,v9 shared
+ ATLAS is an approach for the automatic generation and optimization of
+ numerical software. Currently ATLAS supplies optimized versions for the
+ complete set of linear algebra kernels known as the Basic Linear Algebra
+ Subroutines (BLAS), and a subset of the linear algebra routines in the
+ LAPACK library.
+ .
+ These libraries use the hand-tuned assembler kernels that run on  
+ V9 and later procesors.
+ .
+ On some architectures, multiple binary packages are provided to take
+ advantage of certain commonly available processor instruction set
+ extensions.  The instruction extension set used is indicated in the
+ package name, with 'base' denoting no extensions. In general, you
+ will obtain the best performance by installing the package with the
+ most advanced instruction extension set your machine is capable of
+ running.
+ .
+ Homepage: http://math-atlas.sourceforge.net/
+
+Package: atlas3-v9-dev
+Architecture: sparc
+Conflicts: atlas2-v9-dev
+Replaces: atlas2-v9-dev
+Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
+Depends: atlas3-v9, atlas3-headers, g77
+Suggests: refblas3-doc, lapack3-doc
+Description: Automatically Tuned Linear Algebra Software,v9 static
+ ATLAS is an approach for the automatic generation and optimization of
+ numerical software. Currently ATLAS supplies optimized versions for the
+ complete set of linear algebra kernels known as the Basic Linear Algebra
+ Subroutines (BLAS), and a subset of the linear algebra routines in the
+ LAPACK library.
+ .
+ This package includes the static libraries and symbolic links
+ needed for program development.
+ .
+ Homepage: http://math-atlas.sourceforge.net/
reverted:
--- atlas3-3.6.0/debian/control-powerpc
+++ atlas3-3.6.0.orig/debian/control-powerpc
@@ -1,44 +0,0 @@
-Package: atlas3-altivec
-Section: libs
-Architecture: powerpc
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
-Suggests: refblas3, lapack3
-Description: Automatically Tuned Linear Algebra Software,altivec shared
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- These libraries use the hand-tuned assembler kernels that run on  
- ALTIVEC and later procesors.
- .
- On some architectures, multiple binary packages are provided to take
- advantage of certain commonly available processor instruction set
- extensions.  The instruction extension set used is indicated in the
- package name, with 'base' denoting no extensions. In general, you
- will obtain the best performance by installing the package with the
- most advanced instruction extension set your machine is capable of
- running.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-altivec-dev
-Architecture: powerpc
-Conflicts: atlas2-altivec-dev
-Replaces: atlas2-altivec-dev
-Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
-Depends: atlas3-altivec, atlas3-headers, g77
-Suggests: refblas3-doc, lapack3-doc
-Description: Automatically Tuned Linear Algebra Software,altivec static
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package includes the static libraries and symbolic links
- needed for program development.
- .
- Homepage: http://math-atlas.sourceforge.net/
reverted:
--- atlas3-3.6.0/debian/control-sparc
+++ atlas3-3.6.0.orig/debian/control-sparc
@@ -1,44 +0,0 @@
-Package: atlas3-v9
-Section: libs
-Architecture: sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
-Suggests: refblas3, lapack3
-Description: Automatically Tuned Linear Algebra Software,v9 shared
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- These libraries use the hand-tuned assembler kernels that run on  
- V9 and later procesors.
- .
- On some architectures, multiple binary packages are provided to take
- advantage of certain commonly available processor instruction set
- extensions.  The instruction extension set used is indicated in the
- package name, with 'base' denoting no extensions. In general, you
- will obtain the best performance by installing the package with the
- most advanced instruction extension set your machine is capable of
- running.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-v9-dev
-Architecture: sparc
-Conflicts: atlas2-v9-dev
-Replaces: atlas2-v9-dev
-Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
-Depends: atlas3-v9, atlas3-headers, g77
-Suggests: refblas3-doc, lapack3-doc
-Description: Automatically Tuned Linear Algebra Software,v9 static
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package includes the static libraries and symbolic links
- needed for program development.
- .
- Homepage: http://math-atlas.sourceforge.net/
reverted:
--- atlas3-3.6.0/debian/control-hppa
+++ atlas3-3.6.0.orig/debian/control-hppa
@@ -1,44 +0,0 @@
-Package: atlas3-2.0
-Section: libs
-Architecture: hppa
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libatlas.so.3, libblas.so.3, liblapack.so.3
-Suggests: refblas3, lapack3
-Description: Automatically Tuned Linear Algebra Software,2.0 shared
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- These libraries use the hand-tuned assembler kernels that run on  
- 2.0 and later procesors.
- .
- On some architectures, multiple binary packages are provided to take
- advantage of certain commonly available processor instruction set
- extensions.  The instruction extension set used is indicated in the
- package name, with 'base' denoting no extensions. In general, you
- will obtain the best performance by installing the package with the
- most advanced instruction extension set your machine is capable of
- running.
- .
- Homepage: http://math-atlas.sourceforge.net/
-
-Package: atlas3-2.0-dev
-Architecture: hppa
-Conflicts: atlas2-2.0-dev
-Replaces: atlas2-2.0-dev
-Provides: libatlas-3.so, libblas-3.so, liblapack-3.so
-Depends: atlas3-2.0, atlas3-headers, g77
-Suggests: refblas3-doc, lapack3-doc
-Description: Automatically Tuned Linear Algebra Software,2.0 static
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package includes the static libraries and symbolic links
- needed for program development.
- .
- Homepage: http://math-atlas.sourceforge.net/

Attachment: signature.asc
Description: Digital signature

Reply via email to