[23451] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23104 - in trunk/debathena/debathena/evolution-wrapper: . debian

daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Wed Jul 23 14:57:33 2008

Date: Wed, 23 Jul 2008 14:57:02 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200807231857.OAA25406@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: ghudson
Date: 2008-07-23 14:57:01 -0400 (Wed, 23 Jul 2008)
New Revision: 23104

Modified:
   trunk/debathena/debathena/evolution-wrapper/debian/changelog
   trunk/debathena/debathena/evolution-wrapper/evolution.debathena
Log:
In evolution-wrapper:
  * Fix a typo.


Modified: trunk/debathena/debathena/evolution-wrapper/debian/changelog
===================================================================
--- trunk/debathena/debathena/evolution-wrapper/debian/changelog	2008-07-23 18:02:32 UTC (rev 23103)
+++ trunk/debathena/debathena/evolution-wrapper/debian/changelog	2008-07-23 18:57:01 UTC (rev 23104)
@@ -1,3 +1,9 @@
+debathena-evolution-wrapper (10.0.6) unstable; urgency=low
+
+  * Fix a typo.
+
+ -- Greg Hudson <ghudson@mit.edu>  Wed, 23 Jul 2008 14:56:45 -0400
+
 debathena-evolution-wrapper (10.0.5) unstable; urgency=low
 
   * Recommend and check for debathena-libcamel-krb4.

Modified: trunk/debathena/debathena/evolution-wrapper/evolution.debathena
===================================================================
--- trunk/debathena/debathena/evolution-wrapper/evolution.debathena	2008-07-23 18:02:32 UTC (rev 23103)
+++ trunk/debathena/debathena/evolution-wrapper/evolution.debathena	2008-07-23 18:57:01 UTC (rev 23104)
@@ -51,7 +51,7 @@
 			"America/New_York");
 
     # To configure the accounts we need to know if we have krb4 support.
-    my $provides = `dpkg-query -Wf '${Provides}' 'libcamel*'`;
+    my $provides = `dpkg-query -Wf '\${Provides}' 'libcamel*'`;
     my $krb4 = "";
     if ($provides =~ /debathena-libcamel-krb4/) {
 	$krb4 = ";auth=KERBEROS_V4";


home help back first fref pref prev next nref lref last post