Changeset 6884
- Timestamp:
- 08/20/10 04:38:39 (3 years ago)
- Location:
- pkg/frankie/main/iceweasel/trunk/debian
- Files:
-
- 15 added
- 5 edited
-
changelog (modified) (2 diffs)
-
control (modified) (2 diffs)
-
control.in (modified) (2 diffs)
-
patches/0001-Rename-Firefox-to-Iceweasel.patch (added)
-
patches/0002-Set-MOZ_APP_NAME-to-iceweasel.patch (added)
-
patches/0003-Our-name-should-be-Iceweasel-not-Firefox.patch (added)
-
patches/0004-Set-the-profile-path-explicitly.patch (added)
-
patches/0005-Replace-APP-with-firefox-in-some-places.patch (added)
-
patches/0006-Use-googpub-phish-shavar-instead-of-goog-phish-shava.patch (added)
-
patches/0007-Revert-bz-569057-as-it-only-applies-to-the-Firefox-b.patch (added)
-
patches/0008-Remove-general.useragent.locale-prefs-from-firefox-..patch (added)
-
patches/0009-browser-components-build-Makefile.in-Link-against-ns.patch (added)
-
patches/0010-Remove-leaktest-files-in-make-clean.patch (added)
-
patches/0011-Remove-automation.py-in-make-clean.patch (added)
-
patches/0012-Fix-misalignments-in-help-command-line.patch (added)
-
patches/0013-Check-less-things-during-configure-when-using-libxul.patch (added)
-
patches/0014-Avoid-spurious-Run-items-in-application-handlers-con.patch (added)
-
patches/0015-Avoid-wrong-sessionstore-data-to-keep-windows-out-of.patch (added)
-
patches/configure.patch (modified) (1 diff)
-
patches/series (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/frankie/main/iceweasel/trunk/debian/changelog
r6833 r6884 1 iceweasel (3.5.10-1.1) unstable; urgency=low 2 3 * Rebuild with xulrunner 1.9.1.10-1 4 5 -- Alan Baghumian <alan@technotux.org> Mon, 12 Jul 2010 20:33:44 -0700 1 iceweasel (3.5.11-1) unstable; urgency=high 2 3 [ Mike Hommey ] 4 * New upstream release. 5 * Fixes mfsa-2009-45, also known as CVE-2010-1206. 6 * debian/control: 7 - Remove conflict with very old package. 8 - Bump Standards-Version to 3.9.0.0. 9 * browser/base/content/aboutDialog.*: Revert bz#569057, as it only applies 10 to the Firefox brand. 11 12 -- Alan Baghumian <alan@technotux.org> Thu, 19 Aug 2010 19:38:02 -0700 6 13 7 14 iceweasel (3.5.10-1) unstable; urgency=high 8 15 9 [ Mike Hommey ]10 16 * New upstream release. 11 17 * debian/branding/Makefile.in, debian/branding/aboutIce.js, … … 14 20 * debian/copyright: Synchronize with that of xulrunner. 15 21 16 -- Alan Baghumian <alan@technotux.org> Mon, 12 Jul 2010 18:52:36 -070022 -- Mike Hommey <glandium@debian.org> Wed, 23 Jun 2010 15:04:50 +0200 17 23 18 24 iceweasel (3.5.9-3) unstable; urgency=low -
pkg/frankie/main/iceweasel/trunk/debian/control
r6826 r6884 8 8 zip, xulrunner-dev (>= 1.9.1), xulrunner-dev (<= 1.9.1.999) 9 9 Build-Conflicts: graphicsmagick-imagemagick-compat, libhildonmime-dev, libosso-dev 10 Standards-Version: 3. 8.4.010 Standards-Version: 3.9.0.0 11 11 Vcs-Git: git://git.debian.org/git/pkg-mozilla/iceweasel.git 12 12 Vcs-Browser: http://git.debian.org/?p=pkg-mozilla/iceweasel.git … … 14 14 Package: iceweasel 15 15 Architecture: any 16 Depends: fontconfig, procps, debianutils (>= 1.16), ${shlibs:Depends}, ${misc:Depends}, xulrunner-1.9.1 (>= 1.9.1. 9)16 Depends: fontconfig, procps, debianutils (>= 1.16), ${shlibs:Depends}, ${misc:Depends}, xulrunner-1.9.1 (>= 1.9.1.11) 17 17 Suggests: ttf-lyx | latex-xft-fonts, xfonts-mathml, ttf-mathematica4.1, xprint, mozplugger, libgssapi-krb5-2 | libkrb53 18 18 Provides: www-browser, gnome-www-browser 19 Conflicts: iceweasel-dom-inspector (<< 3.0~b4)20 19 Description: Web browser based on Firefox 21 20 Firefox is a redesign of the Mozilla browser component, similar to -
pkg/frankie/main/iceweasel/trunk/debian/control.in
r6826 r6884 8 8 zip, xulrunner-dev (>= ##GRE_VERSION##), xulrunner-dev (<= ##GRE_VERSION##.999) 9 9 Build-Conflicts: graphicsmagick-imagemagick-compat, libhildonmime-dev, libosso-dev 10 Standards-Version: 3. 8.4.010 Standards-Version: 3.9.0.0 11 11 Vcs-Git: git://git.debian.org/git/pkg-mozilla/iceweasel.git 12 12 Vcs-Browser: http://git.debian.org/?p=pkg-mozilla/iceweasel.git … … 17 17 Suggests: ttf-lyx | latex-xft-fonts, xfonts-mathml, ttf-mathematica4.1, xprint, mozplugger, libgssapi-krb5-2 | libkrb53 18 18 Provides: www-browser, gnome-www-browser 19 Conflicts: iceweasel-dom-inspector (<< 3.0~b4)20 19 Description: Web browser based on Firefox 21 20 Firefox is a redesign of the Mozilla browser component, similar to -
pkg/frankie/main/iceweasel/trunk/debian/patches/configure.patch
r6826 r6884 1 1 diff --git a/configure b/configure 2 index 794bcf4.. d2efa031007552 index 794bcf4..9243f5c 100755 3 3 --- a/configure 4 4 +++ b/configure -
pkg/frankie/main/iceweasel/trunk/debian/patches/series
r6826 r6884 1 0001-Avoid-wrong-sessionstore-data-to-keep-windows-out-of.patch 2 0002-Avoid-spurious-Run-items-in-application-handlers-con.patch 3 0003-Fix-misalignments-in-help-command-line.patch 4 0004-browser-components-build-Makefile.in-Link-against-ns.patch 5 0005-Remove-leaktest-files-in-make-clean.patch 6 0006-Remove-automation.py-in-make-clean.patch 7 0007-Remove-general.useragent.locale-prefs-from-firefox-..patch 8 0008-Rename-Firefox-to-Iceweasel.patch 9 0009-Set-MOZ_APP_NAME-to-iceweasel.patch 10 0010-Our-name-should-be-Iceweasel-not-Firefox.patch 11 0011-Set-the-profile-path-explicitly.patch 12 0012-Replace-APP-with-firefox-in-some-places.patch 13 0013-Use-googpub-phish-shavar-instead-of-goog-phish-shava.patch 14 0014-Check-less-things-during-configure-when-using-libxul.patch 1 0001-Rename-Firefox-to-Iceweasel.patch 2 0002-Set-MOZ_APP_NAME-to-iceweasel.patch 3 0003-Our-name-should-be-Iceweasel-not-Firefox.patch 4 0004-Set-the-profile-path-explicitly.patch 5 0005-Replace-APP-with-firefox-in-some-places.patch 6 0006-Use-googpub-phish-shavar-instead-of-goog-phish-shava.patch 7 0007-Revert-bz-569057-as-it-only-applies-to-the-Firefox-b.patch 8 0008-Remove-general.useragent.locale-prefs-from-firefox-..patch 9 0009-browser-components-build-Makefile.in-Link-against-ns.patch 10 0010-Remove-leaktest-files-in-make-clean.patch 11 0011-Remove-automation.py-in-make-clean.patch 12 0012-Fix-misalignments-in-help-command-line.patch 13 0013-Check-less-things-during-configure-when-using-libxul.patch 14 0014-Avoid-spurious-Run-items-in-application-handlers-con.patch 15 0015-Avoid-wrong-sessionstore-data-to-keep-windows-out-of.patch 15 16 configure.patch
Note: See TracChangeset
for help on using the changeset viewer.


