[scala] 08/10: debian/rules: Remove the log files left by the test suite

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Aug 8 12:18:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit 87fa40ff06d2ad29baba4530511ee81ec7e334fb
Author: Emmanuel Bourg <ebourg at apache.org>
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.git



More information about the pkg-java-commits mailing list