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 beeecdcbe5178a45594c83f6b4bd30176645e998 Author: Min Huang <[email protected]> Date: Sun Sep 6 12:26:57 2009 +0200 Do not compress script.js --- debian/changelog | 7 ++++++- debian/rules | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 55372aa..282fa29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +scala (2.7.5.dfsg-2) unstable; urgency=low + + * Do not compress script.js (Closes: #545051). + + -- Min Huang <[email protected]> Sun, 06 Sep 2009 12:54:53 +0200 + scala (2.7.5.dfsg-1) unstable; urgency=low * New Upstream Version @@ -141,4 +147,3 @@ scala (2.1.1-1) unstable; urgency=low * Initial Release. -- Lex Spoon <[email protected]> Sun, 26 Mar 2006 14:45:26 +0100 - diff --git a/debian/rules b/debian/rules index 5e65050..54fc019 100755 --- a/debian/rules +++ b/debian/rules @@ -8,5 +8,8 @@ override_dh_auto_build: override_dh_auto_clean: rm -rf simpbuild +override_dh_compress: + dh_compress -Xscript.js + %: dh $@ -- 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

