[ecj] 06/08: Replace the bundle_version parameter with the actual version in message.properties
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jun 26 15:47:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ecj.
commit d6b0d99c504b5190f2a7499af883f2d90e00e03d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jun 26 17:24:02 2014 +0200
Replace the bundle_version parameter with the actual version in message.properties
---
debian/changelog | 2 ++
debian/rules | 6 ++++++
debian/stamp-patched | 0
3 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f156d71..95ee76b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ ecj (3.10.0-1) UNRELEASED; urgency=medium
the script to build the upstream tarball.
- Removed the option to build with the old ant1.7 package
- Reduced the number of warnings during the compilation
+ - Replace the bundle_version parameter with the actual version
+ in message.properties
* Use XZ compression for the upstream tarball
-- Emmanuel Bourg <ebourg at apache.org> Thu, 26 Jun 2014 01:40:40 +0200
diff --git a/debian/rules b/debian/rules
index 92726ff..e5e1da6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,9 @@ ifeq ($(with_sourcebuild),yes)
rm -rf build/bin/org/eclipse/jdt/internal/compiler/apt
rm -rf build/bin/org/eclipse/jdt/internal/compiler/tool
+ # Replace the bundle_version parameter with the actual version
+ sed -i 's/bundle_qualifier, bundle_version/$(VERSION)/' build/bin/org/eclipse/jdt/internal/compiler/batch/messages.properties
+
find build/bin -name '*.java' > build/sourcefiles
split -l 25 build/sourcefiles ecj-sources.
ls -l
@@ -102,6 +105,9 @@ ifeq ($(with_sourcebuild),yes)
rm -rf build/bin/org/eclipse/jdt/internal/compiler/apt
rm -rf build/bin/org/eclipse/jdt/internal/compiler/tool
+ # Replace the bundle_version parameter with the actual version
+ sed -i 's/bundle_qualifier, bundle_version/$(VERSION)/' build/bin/org/eclipse/jdt/internal/compiler/batch/messages.properties
+
time $(GIJ) \
-classpath build/bootstrap/$(JAR):/usr/share/ant/lib/ant.jar \
org.eclipse.jdt.internal.compiler.batch.Main \
diff --git a/debian/stamp-patched b/debian/stamp-patched
deleted file mode 100644
index e69de29..0000000
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git
More information about the pkg-java-commits
mailing list