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 f6f7ffe7c7d50775f29f4d726ca5ae1a8b649d29 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/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index e52892a..3a2a27f 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,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 \ -Dlibrary.starr.jar=/usr/share/java/scala-library.jar \ -- 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

