[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.7_exp-5

Jimmy Kaplowitz jimmy at alioth.debian.org
Thu Aug 25 19:27:53 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  02b4b86e71a154d0f270e92b4a8aefdda3500ed7 (commit)
       via  68d0201875d72dbde805f9a59b8f384b1d18dac0 (commit)
      from  2dd49c646f568269512c9c5d8002d2554a2304a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 02b4b86e71a154d0f270e92b4a8aefdda3500ed7
Author: Jimmy Kaplowitz <jimmy at debian.org>
Date:   Thu Aug 25 14:46:30 2011 -0400

    Release to experimental

commit 68d0201875d72dbde805f9a59b8f384b1d18dac0
Author: Jimmy Kaplowitz <jimmy at debian.org>
Date:   Thu Aug 25 06:19:49 2011 -0400

    Forced many Eclipse version qualifiers to "dist" to avoid buildd issues (new patch: forceContextQualifier.patch)

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                           |    7 +++++++
 debian/patches/forceContextQualifier.patch |   17 +++++++++++++++++
 debian/patches/series                      |    1 +
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4a6b3f8..cadb22f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+eclipse (3.7~exp-5) experimental; urgency=low
+
+  * Forced many Eclipse version qualifiers to "dist" to avoid buildd
+    issues (new patch: forceContextQualifier.patch)
+
+ -- Jimmy Kaplowitz <jimmy at quicksilver.kaplowitz.org>  Thu, 25 Aug 2011 14:45:51 -0400
+
 eclipse (3.7~exp-4) experimental; urgency=low
 
   * We need to install org.eclipse.equinox.concurrent in eclipse-
diff --git a/debian/patches/forceContextQualifier.patch b/debian/patches/forceContextQualifier.patch
new file mode 100644
index 0000000..b759219
--- /dev/null
+++ b/debian/patches/forceContextQualifier.patch
@@ -0,0 +1,17 @@
+Description: Force context-sensitive version qualifiers to a static strig "dist"
+ By default Eclipse's build system includes the build timestamp in many of its
+ generated filenames. This makes sense in the context of Eclipse development,
+ but not for distribution packages, and has even caused issues with automatic
+ builds failing. We replace the timestamp suffix with "dist" to avoid this
+ problem.
+Author: Jimmy Kaplowitz <jimmy at debian.org>
+--- a/build.properties
++++ b/build.properties
+@@ -24,6 +24,7 @@
+ p2.flavor = tooling
+ p2.publish.artifacts=true
+ generateAPIDescription=false
++forceContextQualifier = dist
+ 
+ collectingFolder=eclipse
+ archivePrefix=eclipse
diff --git a/debian/patches/series b/debian/patches/series
index 9b01d49..3ed7ed6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+forceContextQualifier.patch
 eclipse-manpage.patch
 compile-IPluginDescriptor.patch
 add-o.e.equinox.concurrent.patch


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list