[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master-3.6, updated. eclipse-ppa/maverick-208-g01c9c67

Niels Thykier nthykier at alioth.debian.org
Wed May 11 10:34:57 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-3.6 has been updated
       via  01c9c672e475ad61a614b0b273473a752a0a444d (commit)
      from  b4c9881e977b67aefc2cf7e0ec917cd5098959ac (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 01c9c672e475ad61a614b0b273473a752a0a444d
Author: Niels Thykier <niels at thykier.net>
Date:   Wed May 11 12:36:41 2011 +0200

    Imported use of mh_clean and the NEWS from the master branch

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

Summary of changes:
 debian/NEWS                  |   15 ---------------
 debian/changelog             |    3 +++
 debian/eclipse-platform.NEWS |   39 +++++++++++++++++++++++++++++++++++++++
 debian/rules                 |    2 +-
 4 files changed, 43 insertions(+), 16 deletions(-)

diff --git a/debian/NEWS b/debian/NEWS
deleted file mode 100644
index bc09e60..0000000
--- a/debian/NEWS
+++ /dev/null
@@ -1,15 +0,0 @@
-eclipse (3.5.2-1) unstable; urgency=low
-
-  In previous versions of eclipse (<< 3.5), it would extract shared
-  libraries to users ~/.eclipse. This has been fixed in the 3.5
-  series, but means that eclipse will have issues starting if you are
-  upgrading from an eclipse older than 3.5. Removing or renaming
-  ~/.eclipse fixes this at the cost of losing personal configuration.
-
-  In 3.5 all the "choose a suitable JVM" code has been removed and
-  instead eclipse now respect alternatives. Old configuration files
-  for this purpose (including the user file ~/.eclipse/eclipserc) is
-  now obsolete and will be silently ignored.
-
- -- Debian Orbital Alignment Team <pkg-java-maintainers at lists.alioth.debian.org>  Thu, 18 Mar 2010 12:13:51 +0100
-
diff --git a/debian/changelog b/debian/changelog
index 09ab23e..3ca15bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ eclipse (3.6.2-1) UNRELEASED; urgency=low
   * Updated debian/copyright.
   * Bumped B-D on icu4j.
   * Added B-D to build swt with webkit support.
+  * Use mh_clean to clean up after the maven-repo-helper.
+  * Pulled the eclipse-platform.NEWS from the master branch and removed the
+    old NEWS file.
 
   [ Andres Mejia ]
   * Numerous changes to eclipse packaging just to get eclipse building using
diff --git a/debian/eclipse-platform.NEWS b/debian/eclipse-platform.NEWS
new file mode 100644
index 0000000..22d3289
--- /dev/null
+++ b/debian/eclipse-platform.NEWS
@@ -0,0 +1,39 @@
+eclipse-platform (3.5.2-6) unstable; urgency=low
+
+  The upgrade of eclipse may cause plugins to silently disappear.
+  The exact reason has yet to be determined and we are looking for
+  an automatic solution for this problem.
+  
+  There are two known workarounds; one is two completely remove
+  ~/.eclipse and re-install all user plugins. The other is to
+  manually merge "bundles.info" from ~/.eclipse with the
+  "bundles.info" from /usr/lib/eclipse. This solution is slightly
+  more complicated, but appears to restore user installed plugins
+  without having to reinstall them.
+  
+  For more information on how to merge the bundles.info files,
+  you may want to have a look at #587657[1].
+  
+  Note: this issue may also affect plugins installed via packages
+  from repositories (such as the packages eclipse-emf and
+  eclipse-rse).
+  
+  [1] http://bugs.debian.org/587657
+
+ -- Niels Thykier <niels at thykier.net>  Mon, 13 Sep 2010 20:06:13 +0200
+
+eclipse-platform (3.5.2-1) unstable; urgency=low
+
+  In previous versions of eclipse (<< 3.5), it would extract shared
+  libraries to users ~/.eclipse. This has been fixed in the 3.5
+  series, but means that eclipse will have issues starting if you are
+  upgrading from an eclipse older than 3.5. Removing or renaming
+  ~/.eclipse fixes this at the cost of losing personal configuration.
+
+  In 3.5 all the "choose a suitable JVM" code has been removed and
+  instead eclipse now respect alternatives. Old configuration files
+  for this purpose (including the user file ~/.eclipse/eclipserc) is
+  now obsolete and will be silently ignored.
+
+ -- Debian Orbital Alignment Team <pkg-java-maintainers at lists.alioth.debian.org>  Thu, 18 Mar 2010 12:13:51 +0100
+
diff --git a/debian/rules b/debian/rules
index 4501ff3..b20ad90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_build:
 
 override_dh_auto_clean:
 	ant distclean
-	rm -fr debian/.mh/
+	mh_clean
 	test ! -d eclipse/plugins/org.apache.ant_1.8.2.v20101227-1145 || \
 		mv eclipse/plugins/org.apache.ant_1.8.2.v20101227-1145 \
 		eclipse/plugins/org.apache.ant_1.7.1.v20100518-1145


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



More information about the pkg-java-commits mailing list