This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javamail.
commit 55de54d355fa445bd78be40d10ef10d40ca9c9e3 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 29 09:27:17 2015 +0200 Tweaked again debian/orig-tar.sh to work with the latest uscan --- debian/changelog | 5 +++++ debian/orig-tar.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 12b4d76..9d75ac2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ javamail (1.5.2-4) UNRELEASED; urgency=medium * Team upload. + + [ tony mancill ] * Add patch to disable SMTPWriteTimeoutTest, which cannot run without access to a DNS server. (Closes: #770744) + [ Emmanuel Bourg ] + * Tweaked again debian/orig-tar.sh to work with the latest uscan + -- tony mancill <[email protected]> Sun, 23 Nov 2014 15:30:10 -0800 javamail (1.5.2-3) unstable; urgency=medium diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index c9862db..372f3e3 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -5,8 +5,8 @@ TAR=../javamail_$VERSION.orig.tar.xz DIR=javamail-$VERSION mkdir -p $DIR -unzip ../$3 -d $DIR -rm ../$3 +unzip $3 -d $DIR +rm $3 XZ_OPT=--best tar -c -J -f $TAR $DIR rm -rf $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javamail.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

