This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch scala-2.11 in repository scala-2.10.
commit 87fa40ff06d2ad29baba4530511ee81ec7e334fb Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 8 00:24:51 2016 +0200 debian/rules: Remove the log files left by the test suite --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1a544e0..d81862e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ scala (2.11.8-1) UNRELEASED; urgency=medium - Use the 'debian' version of scala-xml and scala-parser-combinators * Fixed the GitHub links in the API documentation * Replaced the Git date/hash in the osgi version with 'unknown' + * debian/rules: Remove the log files left by the test suite * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL * Improved the description for scala-library and scala-doc diff --git a/debian/rules b/debian/rules index a8a3995..2ed24b1 100755 --- a/debian/rules +++ b/debian/rules @@ -31,6 +31,7 @@ override_dh_auto_build: override_dh_auto_clean: rm -rf build dists buildcharacter.properties debian/poms/*.pom.xml + rm -Rf test/files/jvm/*.log test/files/res/*.log test/files/run/*.log test/files/presentation/*.log override_dh_compress: # rename the versionless links to avoid conflicts with other versions of Scala -- 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

