~siretart/boxbackup/boxbackup.debian

« back to all changes in this revision

Viewing changes to debian/get-orig-source.sh

  • Committer: Reinhard Tartler
  • Date: 2011-10-27 23:11:24 UTC
  • Revision ID: siretart@tauware.de-20111027231124-ufwjh9m264e2km6n
fix tarball name

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
PACKAGENAME=boxbackup
69
69
baseurl="https://www.boxbackup.org/svn/box/RELEASE/0.11.1"
70
 
TARBALL=../${PACKAGENAME}_0.11~.1~r${SVNREVISION}.orig.tar.gz
 
70
TARBALL=../${PACKAGENAME}_0.11.1~r${SVNREVISION}.orig.tar.gz
71
71
 
72
72
TMPDIR=`mktemp -d`
73
73
trap 'rm -rf ${TMPDIR}'  EXIT