File: orig-tar.sh

package info (click to toggle)
libjdo-api-java 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,424 kB
  • ctags: 1,311
  • sloc: java: 4,435; xml: 434; makefile: 8; sh: 5
file content (11 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

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

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