[Pkg-scicomp-commits] atlas/trunk/debian

Sylvestre Ledru sylvestre.ledru at inria.fr
Thu Oct 16 09:54:31 UTC 2008


SVN commit 3914 by sylvestre-guest:

  * Watch file updated
  * Standards-Version changed to 3.8.0
  * Copyright file updated
  * Some 'set -e' were missing


 M  +8 -2      atlas/trunk/debian/changelog  
 M  +1 -1      atlas/trunk/debian/control  
 M  +1 -0      atlas/trunk/debian/copyright  
 M  +2 -0      atlas/trunk/debian/libatlas3gf-2.0.config  
 M  +2 -0      atlas/trunk/debian/libatlas3gf-3dnow.config  
 M  +2 -0      atlas/trunk/debian/libatlas3gf-altivec.config  
 M  +2 -0      atlas/trunk/debian/libatlas3gf-ev6.config  
 M  +2 -0      atlas/trunk/debian/libatlas3gf-sse.config  
 M  +2 -0      atlas/trunk/debian/libatlas3gf-sse2.config  
 M  +2 -0      atlas/trunk/debian/libatlas3gf-v9.config  
 M  +2 -6      atlas/trunk/debian/watch  


--- atlas/trunk/debian/changelog #3913:3914
@@ -1,11 +1,17 @@
 atlas (3.6.0-23) unstable; urgency=low
 
-  * Splitted patches out of the diff.gz and integrated them as dpatch patches.
+  * Split patches out of the diff.gz and integrated them as dpatch patches.
   * Removing debian/used_lapack_version in clean
   * Use the changelog from liblapack-dev to find the current lapack version as
     we don't build-depend on the lapack3 package.
 
- -- Bernd Zeimetz <bzed at debian.org>  Fri, 25 Jul 2008 10:55:46 +0200
+  [ Sylvestre Ledru ]
+  * Watch file updated
+  * Standards-Version changed to 3.8.0
+  * Copyright file updated
+  * Some "set -e" were missing
+	
+ -- Bernd Zeimetz <bzed at debian.org>  Thu, 16 Oct 2008 11:55:46 +0200
 
 atlas (3.6.0-22) unstable; urgency=low
 
--- atlas/trunk/debian/control #3913:3914
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Camm Maguire <camm at enhanced.com>, Ondrej Certik <ondrej at certik.cz>
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Build-Depends: expect, debhelper (>=4.1.16), patch, gfortran, gfortran-4.3, libblas-dev, sharutils, liblapack-dev, liblapack-pic, libblas-test, help2man, devscripts, dpatch
 Homepage: http://math-atlas.sourceforge.net/
 
--- atlas/trunk/debian/copyright #3913:3914
@@ -8,6 +8,7 @@
 Jack Dongarra atlas at cs.utk.edu
 
 Copyright:
+(C) Copyright 1997-2008 All Rights Reserved
 
 Permission to use, copy, modify, and distribute this software and
 its documentation for any purpose and without fee is hereby granted
--- atlas/trunk/debian/libatlas3gf-2.0.config #3913:3914
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 . /usr/share/debconf/confmodule
 
 if ! grep ^"cpu family" /proc/cpuinfo | grep -q 'PA-RISC 2.0'; then
--- atlas/trunk/debian/libatlas3gf-3dnow.config #3913:3914
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 TDNCOMP=y
 
 . /usr/share/debconf/confmodule
--- atlas/trunk/debian/libatlas3gf-altivec.config #3913:3914
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 . /usr/share/debconf/confmodule
 
 if ! grep ^"cpu" /proc/cpuinfo | grep -q altivec; then
--- atlas/trunk/debian/libatlas3gf-ev6.config #3913:3914
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 . /usr/share/debconf/confmodule
 
 if ! grep ^"cpu model" /proc/cpuinfo | grep -q EV[678]; then
--- atlas/trunk/debian/libatlas3gf-sse.config #3913:3914
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 . /usr/share/debconf/confmodule
 
 if ! grep ^flags /proc/cpuinfo | grep -q xmm &&
--- atlas/trunk/debian/libatlas3gf-sse2.config #3913:3914
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 . /usr/share/debconf/confmodule
 
 if ! grep ^flags /proc/cpuinfo | grep -q 26 &&
--- atlas/trunk/debian/libatlas3gf-v9.config #3913:3914
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 . /usr/share/debconf/confmodule
 
 if ! grep ^"cpu model" /proc/cpuinfo | grep -q UltraSparc; then
--- atlas/trunk/debian/watch #3913:3914
@@ -1,6 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# Site		Directory		Pattern			Version	Script
-version=2
-http://prdownloads.sourceforge.net/math-atlas/atlas([0-9]\.[02468]\.[0-9]).tar.gz		debian	uupdate
+version=3
+http://sf.net/math-atlas/atlas(\d.*)\.tar\.gz



More information about the Pkg-scicomp-commits mailing list