[scala] 05/10: Replaced the Git date/hash in the osgi version with 'unknown'
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 79d826f3a4725ec038b44b4f169b35cd09833a99
Author: Emmanuel Bourg <ebourg at apache.org>
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.git
More information about the pkg-java-commits
mailing list