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 dcc359c2e51d031475d33bc8b83733a962bc4814 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 1 17:43:50 2016 +0200 Fixed the GitHub links in the API documentation --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 708f6ae..5f3b1d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ scala (2.11.8-1) UNRELEASED; urgency=medium - Refreshed the patches - New build dependency on libjarjar-java - 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' * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL diff --git a/debian/rules b/debian/rules index 50fcc3d..1b3196e 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,7 @@ override_dh_auto_build: ant -Dversion.number=$(BUNDLE_VERSION) \ -Dgit.commit.sha=unknown \ -Dgit.commit.date=unknown \ + -Dscaladoc.url=https://github.com/scala/scala/tree/v$(BUNDLE_VERSION)/src \ -Djunit.version=4.x \ -Dextra.repo.url=file:///usr/share/maven-repo \ -Djline.version=2.x \ -- 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

