~ludovicc/uj/groovy

« back to all changes in this revision

Viewing changes to debian/orig-tar.sh

  • Committer: Ludovic
  • Date: 2010-02-15 12:52:27 UTC
  • Revision ID: ludovic.claude@laposte.net-20100215125227-w6u1zu2y9tp71ghn
Bump up Standards version to 3.8.4, no changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
unzip $3
9
9
mv groovy-$2 $DIR
10
10
GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' $DIR
11
 
rm -rf $3 $DIR
 
11
#rm -rf $3 $DIR
12
12
 
13
13
# move to directory 'tarballs'
14
14
if [ -r .svn/deb-layout ]; then