[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.7.2-1-2-ge90b394
Jakub Adam
jakub.adam at ktknet.cz
Tue Apr 17 20:46:07 UTC 2012
The following commit has been merged in the master branch:
commit e90b394f17421e259adee347ffdc1214a3dfe052
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Mon Mar 12 17:40:01 2012 +0100
d/control: Remove gnome libraries from Build-Depends
Was required for building SWT which is now packaged separately.
diff --git a/debian/changelog b/debian/changelog
index e73afe9..5120d1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
eclipse (3.7.2-2) UNRELEASED; urgency=low
* Fix generation of Eclipse Help search index (Closes: #669000).
+ * Remove Gnome libraries from Build-Depends.
-- Jakub Adam <jakub.adam at ktknet.cz> Tue, 17 Apr 2012 19:04:43 +0200
diff --git a/debian/control b/debian/control
index 2281eca..8e288c9 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,6 @@ Build-Depends: ant (>= 1.8.2),
libcommons-el-java (>= 1.0-5),
libcommons-httpclient-java (>= 3.1-9),
libcommons-logging-java (>= 1.1.1-6),
- libgnome-vfsmm-2.6-dev,
- libgnomeui-dev,
libgtk2.0-dev,
libhamcrest-java (>= 1.1-8~),
libicu4j-4.4-java (>= 4.4.2.2),
@@ -66,7 +64,7 @@ Description: Extensible Tool Platform and Java IDE
Package: eclipse-jdt
Architecture: any
Depends: default-jre | java5-runtime | java6-runtime,
- eclipse-platform (= ${binary:Version}),
+ eclipse-platform (>= ${source:Version}),
junit (>= 3.8.2-4),
junit4 (>= 4.7-3),
libhamcrest-java (>= 1.1-8~),
@@ -89,7 +87,7 @@ Package: eclipse-pde
Architecture: any
Depends: default-jre | java5-runtime | java6-runtime,
eclipse-jdt (= ${binary:Version}),
- eclipse-platform (= ${binary:Version}),
+ eclipse-platform (>= ${source:Version}),
libasm3-java (>= 3.3),
${misc:Depends}
Suggests: eclipse
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list