3 # called by uscan with '--upstream-version' <version> <file>
5 TAR=../lapack_$2.orig.tar.xz
7 # clean up the upstream tarball
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
16 echo tar -a -c -f $TAR $DIR
17 tar -a -c -f $TAR $DIR
20 # move to directory 'tarballs'
21 if [ -r .svn/deb-layout ]; then
24 echo "moved $TAR to $origDir"