diff -u mozilla-firefox-0.9.3/debian/changelog mozilla-firefox-0.9.3/debian/changelog --- mozilla-firefox-0.9.3/debian/changelog +++ mozilla-firefox-0.9.3/debian/changelog @@ -1,3 +1,16 @@ +mozilla-firefox (0.9.3-2.0.backports.org.1) unstable; urgency=high + + * recompiled for http://www.backports.org/ + + removed libx11-dev, libxp-dev, libxft2-dev, libxrender-dev, + libcairo1-dev and g++-3.3 from build-dependencies + + removed fontconfig and xvfb from mozilla-firebird dependencies + + reduced version for libidl-dev build-dependency + + modified configure script to work with older libidl + + renamed libpng12-dev build-dependency to libpng2-dev + + removed xft2 and xinerama support from debian/rules + + -- Norbert Tretkowski Sun, 22 Aug 2004 22:24:21 +0200 + mozilla-firefox (0.9.3-2.1) unstable; urgency=high * Non Maintainer Upload for RC Fixes. diff -u mozilla-firefox-0.9.3/debian/rules mozilla-firefox-0.9.3/debian/rules --- mozilla-firefox-0.9.3/debian/rules +++ mozilla-firefox-0.9.3/debian/rules @@ -72,11 +72,11 @@ --disable-tests \ --disable-gtktest \ --disable-debug \ - --enable-xft \ + --disable-xft \ --enable-optimize="-pipe -w $(OPTFLAGS)" \ --with-system-zlib=/usr \ --without-system-nspr \ - --enable-xinerama \ + --disable-xinerama \ --enable-extensions=default,-irc,-venkman,-wallet \ --disable-pedantic \ --disable-long-long-warning \ diff -u mozilla-firefox-0.9.3/debian/control mozilla-firefox-0.9.3/debian/control --- mozilla-firefox-0.9.3/debian/control +++ mozilla-firefox-0.9.3/debian/control @@ -2,12 +2,12 @@ Section: web Priority: optional Maintainer: Eric Dorland -Build-Depends: debhelper (>= 4.0), libx11-dev, libxp-dev, libgtk2.0-dev, zlib1g-dev, liborbit2-dev, libidl-dev (>= 0.8.0), zip, libxft2-dev, libpng12-dev, libmng-dev, libjpeg62-dev, libxrender-dev, patch, sharutils, m4, libcairo1-dev, g++-3.3 (>= 3.3.3-4), gcc-3.4 [amd64], g++-3.4 [amd64] +Build-Depends: debhelper (>= 4.0), libgtk2.0-dev, zlib1g-dev, liborbit2-dev, libidl-dev (>= 0.7.4), zip, libpng2-dev, libmng-dev, libjpeg62-dev, patch, sharutils, m4 Standards-Version: 3.6.1 Package: mozilla-firefox Architecture: any -Depends: fontconfig, psmisc, debianutils (>= 1.16), ${shlibs:Depends} +Depends: psmisc, debianutils (>= 1.16), ${shlibs:Depends} Recommends: xprt-xprintorg Suggests: latex-xft-fonts Provides: www-browser only in patch2: unchanged: --- mozilla-firefox-0.9.3.orig/configure +++ mozilla-firefox-0.9.3/configure @@ -14635,28 +14635,28 @@ else PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then - echo $ac_n "checking for libIDL-2.0 >= 0.8.0""... $ac_c" 1>&6 -echo "configure:14640: checking for libIDL-2.0 >= 0.8.0" >&5 + echo $ac_n "checking for libIDL-2.0 >= 0.7.4""... $ac_c" 1>&6 +echo "configure:14640: checking for libIDL-2.0 >= 0.7.4" >&5 - if $PKG_CONFIG --exists "libIDL-2.0 >= 0.8.0" ; then + if $PKG_CONFIG --exists "libIDL-2.0 >= 0.7.4" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking LIBIDL_CFLAGS""... $ac_c" 1>&6 echo "configure:14647: checking LIBIDL_CFLAGS" >&5 - LIBIDL_CFLAGS=`$PKG_CONFIG --cflags "libIDL-2.0 >= 0.8.0"` + LIBIDL_CFLAGS=`$PKG_CONFIG --cflags "libIDL-2.0 >= 0.7.4"` echo "$ac_t""$LIBIDL_CFLAGS" 1>&6 echo $ac_n "checking LIBIDL_LIBS""... $ac_c" 1>&6 echo "configure:14652: checking LIBIDL_LIBS" >&5 - LIBIDL_LIBS=`$PKG_CONFIG --libs "libIDL-2.0 >= 0.8.0"` + LIBIDL_LIBS=`$PKG_CONFIG --libs "libIDL-2.0 >= 0.7.4"` echo "$ac_t""$LIBIDL_LIBS" 1>&6 else LIBIDL_CFLAGS="" LIBIDL_LIBS="" ## If we have a custom action on failure, don't print errors, but ## do set a variable so people can do so. - LIBIDL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libIDL-2.0 >= 0.8.0"` + LIBIDL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libIDL-2.0 >= 0.7.4"` echo $LIBIDL_PKG_ERRORS fi @@ -14671,7 +14671,7 @@ if test $succeeded = yes; then _LIBIDL_FOUND=1 else - { echo "configure: error: Library requirements (libIDL-2.0 >= 0.8.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." 1>&2; exit 1; } + { echo "configure: error: Library requirements (libIDL-2.0 >= 0.7.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." 1>&2; exit 1; } fi fi