Codebase list libslf4j-java / af0785e
Use XZ compression for the upstream tarball Emmanuel Bourg 9 years ago
2 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11
22 * Switch to debhelper level 9
33 * Standards-Version updated to 3.9.5 (no changes)
4 * Use XZ compression for the upstream tarball
45
56 -- Emmanuel Bourg <ebourg@apache.org> Fri, 14 Feb 2014 00:06:41 +0100
67
22 # $2 = version
33 # $3 = file
44 DIR=libslf4j-java-$2.orig
5 TAR=$3
5 TAR=../libslf4j-java_$2.orig.tar.xz
66
77 # clean up the upstream tarball
8 tar xzf $TAR
8 tar xzf $3
9 rm $3
910 mv slf4j-$2 $DIR
10 GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
11 XZ_OPT=--best tar cJf $TAR -X debian/orig-tar.exclude $DIR
1112 rm -rf $DIR
1213
1314 # move to directory 'tarballs'