This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jftp.
commit 396f797882496d5524e730c7272b78049ecbf76d Author: Varun Hiremath <[email protected]> Date: Mon Sep 10 16:34:40 2007 +0000 Fix watch file and set mergeWithUpstream --- debian/orig-tar.sh | 2 +- debian/watch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index d6de786..7271b30 100644 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -14,7 +14,7 @@ rm -rf $TAR $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout - mv $TAR $origDir + mv $3 $origDir echo "moved $3 to $origDir" fi diff --git a/debian/watch b/debian/watch index 52d2d06..5518239 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://heanet.dl.sourceforge.net/sourceforge/j-ftp/ \ - j-ftp-(.*).tar.gz debian debian/orig-tar.sh +#http://heanet.dl.sourceforge.net/sourceforge/j-ftp/ \ +http://sf.net/j-ftp/ j-ftp-(.*).tar.gz debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jftp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

