[debian-edu-commits] r81732 - branches/wheezy/debian-edu-config/debian

pere at alioth.debian.org pere at alioth.debian.org
Fri Jul 19 19:43:22 UTC 2013


Author: pere
Date: 2013-07-19 19:43:21 +0000 (Fri, 19 Jul 2013)
New Revision: 81732

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst
Log:
Fix typo in postinst causing installation failure.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-07-19 19:21:42 UTC (rev 81731)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-07-19 19:43:21 UTC (rev 81732)
@@ -1,3 +1,10 @@
+debian-edu-config (1.710~svn81732) UNRELEASED; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Fix typo in postinst causing installation failure.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Fri, 19 Jul 2013 21:42:45 +0200
+
 debian-edu-config (1.710~svn81731) wheezy-test; urgency=low
 
   [ Petter Reinholdtsen ]

Modified: branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst
===================================================================
--- branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst	2013-07-19 19:21:42 UTC (rev 81731)
+++ branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst	2013-07-19 19:43:21 UTC (rev 81732)
@@ -270,7 +270,7 @@
     fi
 
     if dpkg --compare-versions "$2" le "1.710~svn81721"; then
-        disable_iceweasel_homepage_divert()
+        disable_iceweasel_homepage_divert
     fi
 
     # sssd refuses to read the file if it has any other mode




More information about the debian-edu-commits mailing list