[debian-edu-commits] r82223 - in branches/wheezy/debian-edu-config: debian etc/apt/apt.conf.d
pere at alioth.debian.org
pere at alioth.debian.org
Mon Aug 26 09:30:01 UTC 2013
Author: pere
Date: 2013-08-26 09:30:01 +0000 (Mon, 26 Aug 2013)
New Revision: 82223
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/etc/apt/apt.conf.d/99-edu-prefer-iceweasel
Log:
Stop using absolute path to update-alternatives in
/etc/apt/apt.conf.d/99-edu-prefer-iceweasel (Closes: #720575).
Thanks to Sharon Kimble for noticing and Guillem Jover for finding
the cause.
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-08-26 09:27:33 UTC (rev 82222)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-08-26 09:30:01 UTC (rev 82223)
@@ -10,6 +10,10 @@
/var/lib/dovecot/auth_success, /etc/kde-user-profile and
/etc/kderc during purge, to remove all traces of our package.
Thank you piuparts for discovering the issue.
+ * Stop using absolute path to update-alternatives in
+ /etc/apt/apt.conf.d/99-edu-prefer-iceweasel (Closes: #720575).
+ Thanks to Sharon Kimble for noticing and Guillem Jover for finding
+ the cause.
-- Petter Reinholdtsen <pere at debian.org> Mon, 26 Aug 2013 11:10:00 +0200
Modified: branches/wheezy/debian-edu-config/etc/apt/apt.conf.d/99-edu-prefer-iceweasel
===================================================================
--- branches/wheezy/debian-edu-config/etc/apt/apt.conf.d/99-edu-prefer-iceweasel 2013-08-26 09:27:33 UTC (rev 82222)
+++ branches/wheezy/debian-edu-config/etc/apt/apt.conf.d/99-edu-prefer-iceweasel 2013-08-26 09:30:01 UTC (rev 82223)
@@ -2,6 +2,6 @@
DPkg
{
Post-Invoke {
-"x=/usr/bin/iceweasel;[ -x $x ]&&/usr/sbin/update-alternatives --set x-www-browser $x||true";
+"x=/usr/bin/iceweasel;[ -x $x ] && update-alternatives --set x-www-browser $x||true";
};
};
More information about the debian-edu-commits
mailing list