Merge lp:~jdstrand/firefox/firefox-436221 into lp:firefox/3.5

Proposed by Jamie Strandboge
Status: Merged
Merge reported by: Alexander Sack
Merged at revision: not available
Proposed branch: lp:~jdstrand/firefox/firefox-436221
Merge into: lp:firefox/3.5
Diff against target: 36 lines
2 files modified
debian/changelog (+6/-2)
debian/firefox-3.5.preinst.in (+1/-1)
To merge this branch: bzr merge lp:~jdstrand/firefox/firefox-436221
Reviewer Review Type Date Requested Status
Alexander Sack (community) Approve
Review via email: mp+12390@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Fix for bug #436221. Changelog has entries from other pending merge proposals.

Revision history for this message
Alexander Sack (asac) wrote :

i cherry picked for beta:
+ disable profile on upgrades from earlier Ubuntu releases (LP: #436221)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2009-09-14 14:26:58 +0000
+++ debian/changelog 2009-09-24 22:35:17 +0000
@@ -37,13 +37,17 @@
37 - update debian/rules37 - update debian/rules
3838
39 [ Jamie Strandboge <jamie@ubuntu.com> ]39 [ Jamie Strandboge <jamie@ubuntu.com> ]
40 * fix bugs sourrounding apparmor profile40 * fix bugs surrounding apparmor profile
41 + allow gnash (LP: #429061)41 + allow ixr access to gnash (LP: #429061)
42 + allow ixr access to pulseaudio (LP: #432702)
42 + allow access to plugins directory (LP: #428071)43 + allow access to plugins directory (LP: #428071)
44 + allow access to mounted media (LP: #433362)
43 + allow access to abstractions/ubuntu-console-email,45 + allow access to abstractions/ubuntu-console-email,
44 abstractions/ubuntu-email and abstractions/ubuntu-gnome-terminal46 abstractions/ubuntu-email and abstractions/ubuntu-gnome-terminal
45 for mailto:. Add commented section for using xterm and konsole47 for mailto:. Add commented section for using xterm and konsole
46 - update debian/usr.bin.firefox-3.548 - update debian/usr.bin.firefox-3.5
49 + allow access to extensions directories (LP: #433128)
50 + disable profile on upgrades from earlier Ubuntu releases (LP: #436221)
4751
48 -- Fabien Tassin <fta@ubuntu.com> Sat, 05 Sep 2009 19:30:29 +020052 -- Fabien Tassin <fta@ubuntu.com> Sat, 05 Sep 2009 19:30:29 +0200
4953
5054
=== modified file 'debian/firefox-3.5.preinst.in'
--- debian/firefox-3.5.preinst.in 2009-09-03 01:57:48 +0000
+++ debian/firefox-3.5.preinst.in 2009-09-24 22:35:17 +0000
@@ -9,7 +9,7 @@
9 # Disable AppArmor profile on install or upgrade from earlier than when we9 # Disable AppArmor profile on install or upgrade from earlier than when we
10 # first shipped the profile if the user does not already have a profile10 # first shipped the profile if the user does not already have a profile
11 # defined11 # defined
12 if dpkg --compare-versions "$2" lt 3.5.2+nobinonly-0ubuntu3 ; then12 if dpkg --compare-versions "$2" lt 3.5.2+nobinonly-0ubuntu3 || echo "$2" | egrep -q '(9.04|8.10|8.04)' ; then
13 if [ ! -e "$APP_CONFFILE" ]; then13 if [ ! -e "$APP_CONFFILE" ]; then
14 mkdir -p `dirname $APP_DISABLE` 2>/dev/null || true14 mkdir -p `dirname $APP_DISABLE` 2>/dev/null || true
15 ln -sf $APP_CONFFILE $APP_DISABLE15 ln -sf $APP_CONFFILE $APP_DISABLE

Subscribers

People subscribed via source and target branches