File: orig-tar.sh

package info (click to toggle)
async-http-client 1.6.5-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,096 kB
  • sloc: java: 23,453; xml: 464; sh: 7; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

VERSION=$2
TAR=../async-http-client_$VERSION.orig.tar.gz
DIR=async-http-client-$VERSION

tar xzf $3
mv sonatype-async-http-client-* $DIR
GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
rm -rf $DIR