r38507 - in /packages/atlas/trunk/debian: ./ patches/ source/

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue May 17 13:09:10 UTC 2011


Author: sylvestre
Date: Tue May 17 13:08:56 2011
New Revision: 38507

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38507
Log:
  * New upstream release
  * force -j 1 of make removed (hopefully fixes the FTBFS)
  * -Si cputhrchk 0 removed
  * Standards-Version updated to version 3.9.2
  * Switch to dpkg-source 3.0 (quilt) format

Added:
    packages/atlas/trunk/debian/source/
    packages/atlas/trunk/debian/source/format
Removed:
    packages/atlas/trunk/debian/patches/12_hurd.diff
    packages/atlas/trunk/debian/patches/13_melf.diff
    packages/atlas/trunk/debian/patches/15_randomCrashOnBuild.diff
    packages/atlas/trunk/debian/patches/19_mips.diff
Modified:
    packages/atlas/trunk/debian/TODO
    packages/atlas/trunk/debian/changelog
    packages/atlas/trunk/debian/control
    packages/atlas/trunk/debian/patches/04_static_install_target.diff
    packages/atlas/trunk/debian/patches/06_install_shared.diff
    packages/atlas/trunk/debian/watch

Modified: packages/atlas/trunk/debian/TODO
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/TODO?rev=38507&op=diff
==============================================================================
--- packages/atlas/trunk/debian/TODO (original)
+++ packages/atlas/trunk/debian/TODO Tue May 17 13:08:56 2011
@@ -1,2 +1,3 @@
-* syncro des packages de dev et pas de dev
+* see it is worst keeping liblapack_atlas.a or rename it to liblapack.a
 * Provide -dbg packages
+* get ride of the .3gf extensions

Modified: packages/atlas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/changelog?rev=38507&op=diff
==============================================================================
--- packages/atlas/trunk/debian/changelog (original)
+++ packages/atlas/trunk/debian/changelog Tue May 17 13:08:56 2011
@@ -1,9 +1,12 @@
-atlas (3.8.3-31) UNRELEASED; urgency=low
-
-  * force -j 1 of make removed
+atlas (3.8.4-1) unstable; urgency=low
+
+  * New upstream release
+  * force -j 1 of make removed (hopefully fixes the FTBFS)
   * -Si cputhrchk 0 removed
-
- -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 10 May 2011 20:40:12 +0200
+  * Standards-Version updated to version 3.9.2
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 16 May 2011 13:52:42 +0200
 
 atlas (3.8.3-30) unstable; urgency=low
 

Modified: packages/atlas/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/control?rev=38507&op=diff
==============================================================================
--- packages/atlas/trunk/debian/control (original)
+++ packages/atlas/trunk/debian/control Tue May 17 13:08:56 2011
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Build-Depends: debhelper (>= 7), patch, gfortran, libblas-dev, 
  liblapack-dev, liblapack-pic, libblas-test, cdbs, texlive-latex-base, 
  ghostscript, cpufrequtils

Modified: packages/atlas/trunk/debian/patches/04_static_install_target.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/04_static_install_target.diff?rev=38507&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/04_static_install_target.diff (original)
+++ packages/atlas/trunk/debian/patches/04_static_install_target.diff Tue May 17 13:08:56 2011
@@ -33,12 +33,15 @@
 diff -urNad atlas-3.8.3~/Make.top atlas-3.8.3/Make.top
 --- atlas-3.8.3~/Make.top	2009-08-22 21:47:07.000000000 -0700
 +++ atlas-3.8.3/Make.top	2009-08-22 21:47:08.000000000 -0700
-@@ -15,6 +15,8 @@
+@@ -15,6 +15,11 @@
  build:
- 	cd bin/ ; $(MAKE) xatlas_install
- 	cd bin/ ; ./xatlas_install $(INSTFLAGS)
+ 	cd bin/ ; $(MAKE) xatlas_build
+ 	cd bin/ ; ./xatlas_build $(INSTFLAGS)
 +	cd lib/ ; $(MAKE) atlas/libblas.a
 +	cd lib/ ; $(MAKE) atlas/liblapack.a
++	cd lib/ ; $(MAKE) shared
++	cd lib/ ; $(MAKE) fullshared
++
  time: 
  	./xatlbench -dc $(BLDdir)/bin/INSTALL_LOG -dp $(BLDdir)/ARCHS/$(ARCH)
  C_sanity_test:

Modified: packages/atlas/trunk/debian/patches/06_install_shared.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/patches/06_install_shared.diff?rev=38507&op=diff
==============================================================================
--- packages/atlas/trunk/debian/patches/06_install_shared.diff (original)
+++ packages/atlas/trunk/debian/patches/06_install_shared.diff Tue May 17 13:08:56 2011
@@ -8,15 +8,6 @@
 diff -urNad atlas-3.8.3~/Make.top atlas-3.8.3/Make.top
 --- atlas-3.8.3~/Make.top	2009-08-23 01:02:38.000000000 -0700
 +++ atlas-3.8.3/Make.top	2009-08-23 01:02:50.000000000 -0700
-@@ -17,6 +17,8 @@
- 	cd bin/ ; ./xatlas_install $(INSTFLAGS)
- 	cd lib/ ; $(MAKE) atlas/libblas.a
- 	cd lib/ ; $(MAKE) atlas/liblapack.a
-+	cd lib/ ; $(MAKE) shared
-+	cd lib/ ; $(MAKE) fullshared
- time: 
- 	./xatlbench -dc $(BLDdir)/bin/INSTALL_LOG -dp $(BLDdir)/ARCHS/$(ARCH)
- C_sanity_test:
 @@ -308,3 +310,12 @@
  	- cp $(LIBdir)/libptf77blas.a $(INSTdir)/.
  	- chmod 0644 $(INSTdir)/libptcblas.a $(INSTdir)/libptf77blas.a

Added: packages/atlas/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/source/format?rev=38507&op=file
==============================================================================
--- packages/atlas/trunk/debian/source/format (added)
+++ packages/atlas/trunk/debian/source/format Tue May 17 13:08:56 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: packages/atlas/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/watch?rev=38507&op=diff
==============================================================================
--- packages/atlas/trunk/debian/watch (original)
+++ packages/atlas/trunk/debian/watch Tue May 17 13:08:56 2011
@@ -1,3 +1,3 @@
 version=3
-http://sf.net/math-atlas/atlas(\d.*)\.tar\.gz debian debian/orig-tar.sh
+http://sf.net/math-atlas/atlas(\d.*)\.tar\.bz2 debian debian/orig-tar.sh
 




More information about the debian-science-commits mailing list