LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
orig-tar.sh
Go to the documentation of this file.
1 #!/bin/sh -e
2 
3 # called by uscan with '--upstream-version' <version> <file>
5 TAR=../lapack_$2.orig.tar.xz
6 
7 # clean up the upstream tarball
8 tar -a -x -f $3
9 rm $3
10 (cd $DIR
11 mv TESTING testing; ln -s testing TESTING
12 mv SRC src; ln -s src SRC
13 mv INSTALL install; ln -s install INSTALL
14 mv BLAS blas; ln -s blas BLAS
15 )
16 echo tar -a -c -f $TAR $DIR
17 tar -a -c -f $TAR $DIR
18 rm -rf $DIR
19 
20 # move to directory 'tarballs'
21 if [ -r .svn/deb-layout ]; then
22  . .svn/deb-layout
23  mv $TAR $origDir
24  echo "moved $TAR to $origDir"
25 fi
26 
27 exit 0
lapack
Definition: changelog:208
ELF f x
Definition: testslamch:1
DIR
Definition: orig-tar.sh:4