[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.5.2-6-2-gcd8f8ac

Niels Thykier nthykier-guest at alioth.debian.org
Mon Sep 13 19:52:59 UTC 2010


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  cd8f8acdf627f129b2bd0ee58f620c0884162d6b (commit)
       via  8659921014422d0eeb9e8a80393a6cb569b50a20 (commit)
      from  16fde36e0e470c83caef36a65e2e6c3c1c735ff8 (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 cd8f8acdf627f129b2bd0ee58f620c0884162d6b
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Sep 13 20:24:03 2010 +0200

    Set dist.

commit 8659921014422d0eeb9e8a80393a6cb569b50a20
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Sep 13 20:23:33 2010 +0200

    Install the NEWS file in eclipse-platform instead of eclipse,
     where it belongs.
    Added NEWS entry about how to workaround #587657.
    Made (Build)-Depends on lucene2 and sat4j stricter.
    Removed Adrian Perez from uploaders.

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

Summary of changes:
 debian/NEWS                  |   15 ---------------
 debian/changelog             |   10 ++++++++++
 debian/control               |    9 ++++++---
 debian/eclipse-platform.NEWS |   39 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 55 insertions(+), 18 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 bae4765..331ea47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+eclipse (3.5.2-7) unstable; urgency=low
+
+  * Install the NEWS file in eclipse-platform instead of eclipse,
+    where it belongs.
+  * Added NEWS entry about how to workaround #587657.
+  * Made (Build)-Depends on lucene2 and sat4j stricter.
+  * Removed Adrian Perez from uploaders.
+
+ -- Niels Thykier <niels at thykier.net>  Mon, 13 Sep 2010 20:23:51 +0200
+
 eclipse (3.5.2-6) unstable; urgency=low
 
   [ Adnan Hodzic ]
diff --git a/debian/control b/debian/control
index 0464305..9e357b3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian Orbital Alignment Team <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Niels Thykier <niels at thykier.net>,
            Benjamin Drung <bdrung at ubuntu.com>,
-           Adrian Perez <adrianperez-deb at ubuntu.com>,
            Adnan Hodzic <adnan at foolcontrol.org>
 Build-Depends: ant (>= 1.7.1),
                ant-optional,
@@ -30,7 +29,8 @@ Build-Depends: ant (>= 1.7.1),
                libjasper-java,
                libjetty-java (>= 6.1.24-4~),
                libjsch-java (>= 0.1.37-3),
-               liblucene2-java (>= 2.9.1+ds1-5),
+               liblucene2-java (>= 2.9.3+ds1),
+               liblucene2-java (<< 2.9.4),
                libpango1.0-dev,
                libservlet2.5-java (>= 6.0.20-8),
                libxt-dev,
@@ -40,6 +40,7 @@ Build-Depends: ant (>= 1.7.1),
                maven-repo-helper,
                pkg-config,
                sat4j (>= 2.2.0-3~),
+               sat4j (<< 2.2.1),
                unzip,
                xulrunner-dev (>= 1.9.1.3-2),
                zip
@@ -129,9 +130,11 @@ Depends: ant (>= 1.7.1),
          libjasper-java,
          libjetty-java (>= 6.1.24-4~),
          libjsch-java (>= 0.1.37-3),
-         liblucene2-java (>= 2.9.1+ds1-5),
+         liblucene2-java (>= 2.9.3+ds1),
+         liblucene2-java (<< 2.9.4),
          libservlet2.5-java (>= 6.0.20-8),
          sat4j (>= 2.2.0-3~),
+         sat4j (<< 2.2.1),
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
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
+


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



More information about the pkg-java-commits mailing list