Codebase list ivy / f48b983
Removed debian/orig-tar.sh Emmanuel Bourg 3 years ago
4 changed file(s) with 6 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
11
22 * Standards-Version updated to 4.5.1
33 * Switch to debhelper level 13
4 * Removed debian/orig-tar.sh
45
56 -- Emmanuel Bourg <ebourg@apache.org> Mon, 18 Jan 2021 12:51:32 +0100
67
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: Apache Ivy
22 Source: https://www.apache.org/dist/ant/ivy/
3 Files-Excluded: */test*
4 */doc*
5 */asciidoc*
36
47 Files: *
58 Copyright: 2009-2014, The Apache Software Foundation
+0
-19
debian/orig-tar.sh less more
0 #!/bin/sh -e
1
2 # called by uscan with '--upstream-version' <version> <file>
3 VERSION=$2
4 DIR=ivy-$VERSION.orig
5 TAR=../ivy_${VERSION}.orig.tar.xz
6
7 # clean up the upstream tarball
8 tar -z -x -f $3
9 mv apache-ivy* $DIR
10 XZ_OPT=--best tar -c -J -v -f $TAR --exclude '*/test*' --exclude '*/doc*' $DIR
11 rm -rf $DIR $3
12
13 # move to directory 'tarballs'
14 if [ -r .svn/deb-layout ]; then
15 . .svn/deb-layout
16 mv $3 $origDir
17 echo "moved $3 to $origDir"
18 fi
0 version=3
0 version=4
11 opts="uversionmangle=s/-rc/~rc/" \
2 https://www.apache.org/dist/ant/ivy/([\d].*)/apache-ivy-([\d].*)-src.tar.gz debian debian/orig-tar.sh
2 https://www.apache.org/dist/ant/ivy/([\d].*)/apache-ivy-([\d].*)-src.tar.gz