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 79d826f3a4725ec038b44b4f169b35cd09833a99 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 1 17:22:58 2016 +0200 Replaced the Git date/hash in the osgi version with 'unknown' --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7654fa4..708f6ae 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 + * Replaced the Git date/hash in the osgi version with 'unknown' * 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 2572891..50fcc3d 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,8 @@ override_dh_auto_build: # Build Scala ANT_OPTS="-Xmx1024M -Xss64M" \ ant -Dversion.number=$(BUNDLE_VERSION) \ + -Dgit.commit.sha=unknown \ + -Dgit.commit.date=unknown \ -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

