File: orig-tar.sh

package info (click to toggle)
txt2html 1%3A2.53-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 816 kB
  • sloc: perl: 3,608; sh: 5; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (48)
1
2
3
4
5
6
7
8
9
10
#!/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