File: orig-tar.sh

package info (click to toggle)
java-access-bridge 1.26.2-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,400 kB
  • sloc: sh: 8,963; java: 5,228; makefile: 204; ansic: 10
file content (13 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

# called by uscan with '--upstream-version' <version> <file>

TAR=$3

# move to directory 'tarballs'
if [ -r .svn/deb-layout ]; then
  . .svn/deb-layout
  mv $TAR $origDir
  echo "moved $TAR to $origDir"
fi