Merge lp:~thibaud-ecarot/ubuntu/precise/icedtea-web/lp-945699 into lp:ubuntu/precise/icedtea-web

Proposed by Thibaud ECAROT
Status: Merged
Merged at revision: 39
Proposed branch: lp:~thibaud-ecarot/ubuntu/precise/icedtea-web/lp-945699
Merge into: lp:ubuntu/precise/icedtea-web
Diff against target: 26 lines (+7/-1)
2 files modified
debian/PLUGIN7.postinst.in (+1/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~thibaud-ecarot/ubuntu/precise/icedtea-web/lp-945699
Reviewer Review Type Date Requested Status
Micah Gersten (community) Approve
Ubuntu branches Pending
Review via email: mp+95768@code.launchpad.net

Description of the change

My little and first correction and contribution

To post a comment you must log in.
40. By Thibaud ECAROT

update changelog message

Revision history for this message
Micah Gersten (micahg) wrote :

Looks good, this is the the same change I applied to the last version which seems to have been dropped.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/PLUGIN7.postinst.in'
--- debian/PLUGIN7.postinst.in 2012-03-03 12:35:35 +0000
+++ debian/PLUGIN7.postinst.in 2012-03-04 01:34:17 +0000
@@ -25,7 +25,7 @@
25 fi25 fi
2626
27 if [ -n "$multiarch" ] && [ -n "$2" ]; then27 if [ -n "$multiarch" ] && [ -n "$2" ]; then
28 if [ -n $(update-alternatives --list $browser-javaplugin.so 2>/dev/null | grep ^$old_basedir/)" ]; then28 if [ -n "$(update-alternatives --list $browser-javaplugin.so 2>/dev/null | grep ^$old_basedir/)" ]; then
29 update-alternatives --remove $browser-javaplugin.so $OLD_PLUGINPTH || true29 update-alternatives --remove $browser-javaplugin.so $OLD_PLUGINPTH || true
30 fi30 fi
31 fi31 fi
3232
=== modified file 'debian/changelog'
--- debian/changelog 2012-03-03 12:35:35 +0000
+++ debian/changelog 2012-03-04 01:34:17 +0000
@@ -1,3 +1,9 @@
1icedtea-web (1.2~pre3-1ubuntu2) precise; urgency=low
2
3 * debian/PLUGIN7.postinst.in: fix quoting issue LP: #945699
4
5 -- Thibaud Ecarot <thibaud.ecarot@gmail.com> Sun, 04 Mar 2012 00:48:45 +0100
6
1icedtea-web (1.2~pre3-1ubuntu1) precise; urgency=low7icedtea-web (1.2~pre3-1ubuntu1) precise; urgency=low
28
3 * Regenerate the control file.9 * Regenerate the control file.

Subscribers

People subscribed via source and target branches