This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit b63b4297d19abafc0138082b549ddab309198224 Author: Miguel Landaeta <[email protected]> Date: Mon May 23 19:37:13 2011 -0430 Add minor fixes to rules file --- debian/rules | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 6ae80ba..a3ea353 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,12 @@ #!/usr/bin/make -f VERSION := $(shell dpkg-parsechangelog | grep ^Version: | sed 's/^Version: \(.\+\)-.\+$$/\1/') -JARS := announce antlr code-quality eclipse idea jetty maven osgi plugins scala +UPSTREAM_VERSION := $(shell echo $(VERSION) | sed 's/~m/-milestone-/') +JARS := announce antlr code-quality ide jetty maven osgi plugins scala export JAVA_HOME=/usr/lib/jvm/default-java %: - dh --with javahelper $@ + dh $@ --with javahelper override_dh_auto_build: gradle assemble -g $(CURDIR)/.gradlehome @@ -32,11 +33,11 @@ override_dh_link: ln -s ../../java/gradle-$$j.jar gradle-$$j-$(VERSION).jar; \ done ; -override_jh_depends: +#override_jh_depends: # jh_depends crashes when checking jar symlinks, should I file a bug? override_jh_installlibs: - jh_installlibs --upstream-version=$(VERSION) + jh_installlibs --upstream-version=$(UPSTREAM_VERSION) override_jh_installjavadoc: jh_installjavadoc -pgradle-doc build/distributions/all/gradle-$(VERSION)/docs/javadoc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

