Merge lp:~jazzva/nspluginwrapper/1.2.2-0ubuntu5 into lp:nspluginwrapper

Proposed by Saša Bodiroža
Status: Merged
Approved by: Alexander Sack
Approved revision: 55
Merged at revision: not available
Proposed branch: lp:~jazzva/nspluginwrapper/1.2.2-0ubuntu5
Merge into: lp:nspluginwrapper
Diff against target: None lines
To merge this branch: bzr merge lp:~jazzva/nspluginwrapper/1.2.2-0ubuntu5
Reviewer Review Type Date Requested Status
Alexander Sack Pending
Review via email: mp+5362@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-04-08 09:35:09 +0000
3+++ debian/changelog 2009-04-08 18:38:27 +0000
4@@ -1,3 +1,10 @@
5+nspluginwrapper (1.2.2-0ubuntu5) jaunty; urgency=low
6+
7+ * Add iceweasel dir to debian/nspluginwrapper.postinst for removal of
8+ wrappers created before we had the fix introduced in 1.2.2-0ubuntu2
9+
10+ -- Sasa Bodiroza <jazzva@gmail.com> Wed, 08 Apr 2009 20:38:02 +0200
11+
12 nspluginwrapper (1.2.2-0ubuntu4) jaunty; urgency=low
13
14 * auto update all wrappers in postinst (configure); the dirs are taken
15
16=== modified file 'debian/nspluginwrapper.postinst'
17--- debian/nspluginwrapper.postinst 2009-04-08 09:34:41 +0000
18+++ debian/nspluginwrapper.postinst 2009-04-08 18:37:59 +0000
19@@ -16,10 +16,11 @@
20 nspluginwrapper -a -v -u
21 fi
22
23- if dpkg --compare-versions "$2" lt "1.2.2-0ubuntu4"; then
24+ if dpkg --compare-versions "$2" lt "1.2.2-0ubuntu5"; then
25 rm -rf /usr/lib/mozilla/plugins/npwrapper.*.so \
26 /usr/lib/firefox/plugins/npwrapper.*.so \
27- /usr/lib/seamonkey/plugins/npwrapper.*.so
28+ /usr/lib/seamonkey/plugins/npwrapper.*.so \
29+ /usr/lib/iceweasel/plugins/npwrapper.*.so
30 fi
31 ;;
32

Subscribers

People subscribed via source and target branches

to all changes: