diff -u eclipse-3.1.2/debian/control eclipse-3.1.2/debian/control --- eclipse-3.1.2/debian/control +++ eclipse-3.1.2/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers Uploaders: Jerry Haltom , Michael Koch , Matthias Klose , Stephan Michels -Build-Depends: debhelper (>> 4.2), dpatch (>= 2.0), lsb-release, bzip2, sharutils, java-gcj-compat-dev (>= 1.0.52-0ubuntu1), gcj (>= 4:4.0.2+4.1), ecj-bootstrap, liblucene-java (>= 1.4.2), liblucene-java-doc (>= 1.4.2), junit (>= 3.8), libjsch-java (>= 0.1.19), libjsch-java (<< 0.1.20), libgtk2.0-dev (>= 2.4), libgnome2-dev (>= 2.6), libgnomeui-dev (>= 2.6), libxtst-dev, gjdoc (>= 0.7.7), classpath-doc, pkg-config, libcairo2-dev, ant-optional (>= 1.6.5-3), libtomcat5-java, mozilla-dev +Build-Depends: debhelper (>> 4.2), dpatch (>= 2.0), lsb-release, bzip2, sharutils, java-gcj-compat-dev (>= 1.0.52-0ubuntu1), gcj (>= 4:4.0.2+4.1), ecj-bootstrap, liblucene-java (>= 1.4.2), liblucene-java-doc (>= 1.4.2), junit (>= 3.8), libjsch-java (>= 0.1.19), libjsch-java (<< 0.1.20), libgtk2.0-dev (>= 2.4), libgnome2-dev (>= 2.6), libgnomeui-dev (>= 2.6), libxtst-dev, gjdoc (>= 0.7.7), classpath-doc, pkg-config, libcairo2-dev, ant-optional (>= 1.6.5-3), libtomcat5-java, firefox-dev Standards-Version: 3.6.2 Package: eclipse-rcp @@ -233,7 +233,7 @@ Package: libswt3.1-gtk-java Architecture: any -Depends: libswt3.1-gtk-jni (= ${Source-Version}), mozilla-browser (>= 2:1.7.0), java-common +Depends: libswt3.1-gtk-jni (= ${Source-Version}), firefox (>= 1.4.99), java-common Replaces: libswt2.1-gtk2-java, libswt-gtk3-java Conflicts: libswt2.1-gtk2-java, libswt-gtk3-java, libswt-gtk-3.1-java Description: Fast and rich GUI toolkit for Java, gtk2 version diff -u eclipse-3.1.2/debian/rules eclipse-3.1.2/debian/rules --- eclipse-3.1.2/debian/rules +++ eclipse-3.1.2/debian/rules @@ -104,8 +104,8 @@ BUILD_DEPS += , libtomcat5-java endif -with_browser := mozilla -#with_browser := firefox +#with_browser := mozilla +with_browser := firefox with_dpatch = yes #with_dpatch = no diff -u eclipse-3.1.2/debian/changelog eclipse-3.1.2/debian/changelog --- eclipse-3.1.2/debian/changelog +++ eclipse-3.1.2/debian/changelog @@ -1,3 +1,10 @@ +eclipse (3.1.2-1ubuntu6) dapper; urgency=low + + * debian/rules, debian/control: + + Use with_browser : firefox . + + -- Zak B. Elep Sun, 26 Mar 2006 04:38:06 -0500 + eclipse (3.1.2-1ubuntu5) dapper; urgency=low * Fix gcj build dependency.