This is an automated email from the git hooks/post-receive script. bengen pushed a commit to branch master in repository apache-log4j-extras1.2.
commit 0179c2cee6c5d528f5a6b93103e69ad2f2bcbb92 Author: Hilko Bengen <[email protected]> Date: Tue Jul 28 23:22:10 2015 +0200 Updated debian/watch, removed unneeded source tarball editing script. --- debian/orig-tar.sh | 20 -------------------- debian/watch | 9 +-------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 81a0b47..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -e -# -# Removes unwanted content from the upstream sources. -# Called by uscan with '--upstream-version' <version> <file> -# - -VERSION=$2 -TAR=../apache-log4j-extras1.2_$VERSION.orig.tar.xz -DIR=apache-log4j-extras1.2-$VERSION -TAG=$(echo "apache-log4j-extras-$VERSION" | sed -re's/~(alpha|beta|rc)/-\1-/') - -svn export http://svn.apache.org/repos/asf/logging/log4j/companions/extras/tags/${TAG}/ $DIR -XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR -rm -rf $DIR ../$TAG - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $TAR $origDir && echo "moved $TAR to $origDir" -fi diff --git a/debian/watch b/debian/watch index be16382..1669bd6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,9 +1,2 @@ version=3 -http://archive.apache.org/dist/logging/log4j/extras/(1.2.[\d]+)/apache-log4j-extras-(1.2.[\d]+).tar.gz debian debian/orig-tar.sh - - -# http://www.apache.org/dyn/closer.cgi/logging/log4j/extras/1.2.17/apache-log4j-extras-1.2.17-src.tar.gz - -# opts="uversionmangle=s/-(alpha|beta|rc)(-)?/~$1$2/" \ -# http://svn.apache.org/repos/asf/logging/log4j/companions/extras/tags/ \ -# apache-log4j-extras-(\d.*)/ debian debian/orig-tar.sh +http://archive.apache.org/dist/logging/log4j/extras/(1\.2\..*)/apache-log4j-extras-(1\.2\..*)-src.tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-log4j-extras1.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

