This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala-2.10.
commit e022739e529ae0eef65a291ed1a60cbd46817805 Author: Mehdi Dogguy <[email protected]> Date: Mon Feb 2 18:30:06 2009 +0100 Shorten debian/rules --- debian/rules | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/debian/rules b/debian/rules index 35119cb..a683fda 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,5 @@ #!/usr/bin/make -f -# Uncomment this to turn on verbose mode. export DH_VERBOSE=1 build: build-stamp @@ -13,17 +12,5 @@ clean: dh clean rm -rf simpbuild -install: build install-stamp -install-stamp: - dh install - touch $@ - -binary-indep: install - dh $@ - -binary-arch: install +%: dh $@ - -binary: binary-indep binary-arch - -.PHONY: build clean binary-indep binary-arch binary install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

