~hudson-ubuntu/+junk/jenkins-commons-jexl

« back to all changes in this revision

Viewing changes to debian/orig-tar.sh

  • Committer: James Page
  • Date: 2011-06-29 10:05:46 UTC
  • Revision ID: james.page@canonical.com-20110629100546-tx0up7ta61v9tnbl
renamed package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -e
2
2
 
3
3
VERSION=$2
4
 
TAR=../hudson-commons-jexl_$VERSION.orig.tar.gz
5
 
DIR=hudson-commons-jexl-$VERSION
 
4
TAR=../jenkins-commons-jexl_$VERSION.orig.tar.gz
 
5
DIR=jenkins-commons-jexl-$VERSION
6
6
mkdir -p $DIR
7
7
# Expand the upstream tarball
8
8
tar -xzf $TAR -C $DIR --strip-components=1