[25387] in Source-Commits
/svn/athena r24945 - trunk/debathena/config/help-config/debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Wed Feb 9 14:36:44 2011
Date: Wed, 9 Feb 2011 14:36:37 -0500
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <201102091936.p19JabdY023376@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2011-02-09 14:36:37 -0500 (Wed, 09 Feb 2011)
New Revision: 24945
Modified:
trunk/debathena/config/help-config/debian/changelog
trunk/debathena/config/help-config/debian/transform_yelp.debathena.desktop
Log:
In help-config:
* Update transform script to work with modified .desktop file in Natty.
Modified: trunk/debathena/config/help-config/debian/changelog
===================================================================
--- trunk/debathena/config/help-config/debian/changelog 2011-02-07 19:08:22 UTC (rev 24944)
+++ trunk/debathena/config/help-config/debian/changelog 2011-02-09 19:36:37 UTC (rev 24945)
@@ -1,3 +1,9 @@
+debathena-help-config (1.1) unstable; urgency=low
+
+ * Update transform script to work with modified .desktop file in Natty.
+
+ -- Geoffrey Thomas <geofft@mit.edu> Wed, 09 Feb 2011 14:24:47 -0500
+
debathena-help-config (1.0) unstable; urgency=low
* Initial release.
Modified: trunk/debathena/config/help-config/debian/transform_yelp.debathena.desktop
===================================================================
--- trunk/debathena/config/help-config/debian/transform_yelp.debathena.desktop 2011-02-07 19:08:22 UTC (rev 24944)
+++ trunk/debathena/config/help-config/debian/transform_yelp.debathena.desktop 2011-02-09 19:36:37 UTC (rev 24945)
@@ -1,3 +1,3 @@
#!/usr/bin/perl -0p
s{^Comment=Get help with .*$}{Comment=Get help with Debathena}m or die;
-s{^Exec=yelp$}{Exec=yelp file:///usr/share/debathena-help-config/debathena.xml}m or die;
+s{^Exec=yelp( %u)?$}{Exec=yelp file:///usr/share/debathena-help-config/debathena.xml}m or die;