Codebase list maven-verifier / 6063a29
Track and download the new releases from GitHub Emmanuel Bourg 1 year, 4 months ago
4 changed file(s) with 5 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
55 * Standards-Version updated to 4.6.2
66 * Switch to debhelper level 13
77 * Use salsa.debian.org Vcs-* URLs
8 * Track and download the new releases from GitHub
89
910 -- Emmanuel Bourg <ebourg@apache.org> Tue, 10 Jan 2023 01:33:06 +0100
1011
00 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: Maven Verifier
2 Source: http://svn.apache.org/repos/asf/maven/shared/trunk/maven-verifier/
2 Source: https://github.com/apache/maven-verifier
33
44 Files: *
55 Copyright: 2006-2015, The Apache Software Foundation
+0
-10
debian/orig-tar.sh less more
0 #!/bin/sh -e
1
2 VERSION=$2
3 TAR=../maven-verifier_$VERSION.orig.tar.xz
4 DIR=maven-verifier-$VERSION
5 TAG=$(echo "maven-verifier-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
6
7 svn export http://svn.apache.org/repos/asf/maven/shared/tags/${TAG} $DIR
8 XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
9 rm -rf $DIR ../$TAG
0 version=3
1 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
2 http://svn.apache.org/repos/asf/maven/shared/tags/ \
3 maven-verifier-(\d.*)/ debian debian/orig-tar.sh
0 version=4
1 opts="mode=git" \
2 https://github.com/apache/maven-verifier refs/tags/maven-verifier-([\d.]+)