This is an automated email from the git hooks/post-receive script. ben pushed a commit to tag debian/2.5.0-1 in repository autocomplete.
commit 25e99eec23e42e24835d5fc7f14d17c40bc4ebac Author: Benjamin Mesing <[email protected]> Date: Mon Oct 21 20:58:02 2013 +0200 -minor fixes --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1ed7bf1..c18f407 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Benjamin Mesing <[email protected]> Build-Depends: debhelper (>= 9), javahelper (>= 0.4), maven-repo-helper, ant Build-Depends-Indep: default-jdk, default-jdk-doc, librsyntaxtextarea-java (>= 2.5), librsyntaxtextarea-java-doc (>= 2.5) Standards-Version: 3.9.4 -Vcs-Svn: git://git.debian.org/git/pkg-java/autocomplete.git +Vcs-Git: git://git.debian.org/git/pkg-java/autocomplete.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/autocomplete.git Homepage: http://fifesoft.com/autocomplete/ diff --git a/debian/rules b/debian/rules index 0433c3f..247c19d 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p') get-orig-source: git clone https://github.com/bobbylight/AutoComplete.git - ( cd AutoComplete ; git archive -9 --prefix=autocomplete-$(VERSION)/ -o autocomplete_$(VERSION).orig.tar.gz $(VERSION) ) + ( cd AutoComplete ; git archive -9 --prefix=autocomplete-$(VERSION)/ -o ../autocomplete_$(VERSION).orig.tar.gz $(VERSION) ) rm -rf AutoComplete get-orig-pom: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/autocomplete.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

