This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository lucene2.
commit 73702337848409b49358ad8da3eddbaf713df655 Author: Jan-Pascal van Best <[email protected]> Date: Wed Aug 1 20:31:39 2007 +0000 Renamed download-upstream script to comply with Debian practices --- debian/{download-upstream => get-orig-source.sh} | 0 debian/rules | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/download-upstream b/debian/get-orig-source.sh similarity index 100% rename from debian/download-upstream rename to debian/get-orig-source.sh diff --git a/debian/rules b/debian/rules index facd0ce..b6a6945 100755 --- a/debian/rules +++ b/debian/rules @@ -183,8 +183,8 @@ restore-from-source: remove-source mv $(UPSTREAM_BASENAME)/* . rmdir $(UPSTREAM_BASENAME) -download-upstream: - debian/download-upstream +get-orig-source: + debian/get-orig-source.sh upload: cd .. ; dupload -t vanbest lucene2_$(DEBIAN_VERSION)_$(DEBIAN_ARCH).changes -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

