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 a8f5d8bcbead7596be9cf4a8c31e2c08b5656e8c Author: Mehdi Dogguy <[email protected]> Date: Sat May 23 12:17:48 2009 +0200 Shorten debian/rules… using new features of debhelper --- debian/changelog | 3 ++- debian/rules | 8 ++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index e637d43..8fea877 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ scala (2.7.4.dfsg-2) UNRELEASED; urgency=low * Remove Lex Spoon from uploaders (retired), closes: #527957. + * Shorten debian/rules: using new features of debhelper 7 - -- Mehdi Dogguy <[email protected]> Sat, 09 May 2009 23:51:14 +0200 + -- Mehdi Dogguy <[email protected]> Sat, 23 May 2009 12:18:15 +0200 scala (2.7.4.dfsg-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index a683fda..5e65050 100755 --- a/debian/rules +++ b/debian/rules @@ -2,14 +2,10 @@ export DH_VERBOSE=1 -build: build-stamp -build-stamp: - dh_testdir +override_dh_auto_build: ANT_OPTS="-Xmx1024M -Xss64M" ant -f debian/simpbuild.xml build docs dist - touch build-stamp -clean: - dh clean +override_dh_auto_clean: rm -rf simpbuild %: -- 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

