[maemo-commits] [maemo-commits] r10348 - in projects/haf/trunk/hildon-theme-cacher: . debian scripts

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Mar 5 10:16:06 EET 2007
Author: mdk
Date: 2007-03-05 10:16:03 +0200 (Mon, 05 Mar 2007)
New Revision: 10348

Modified:
   projects/haf/trunk/hildon-theme-cacher/ChangeLog
   projects/haf/trunk/hildon-theme-cacher/NEWS
   projects/haf/trunk/hildon-theme-cacher/configure.ac
   projects/haf/trunk/hildon-theme-cacher/debian/changelog
   projects/haf/trunk/hildon-theme-cacher/scripts/hildon-theme-recache-all.in
Log:
[0.4.0 release]
Changing the location of the interpreter from /usr/bin/sh to /bin/sh. 


Modified: projects/haf/trunk/hildon-theme-cacher/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-cacher/ChangeLog	2007-03-05 08:13:20 UTC (rev 10347)
+++ projects/haf/trunk/hildon-theme-cacher/ChangeLog	2007-03-05 08:16:03 UTC (rev 10348)
@@ -1,3 +1,14 @@
+2007-03-05  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[0.4.0 release]
+
+	* scripts/hildon-theme-recache-all.in: Changing the location of the
+	interpreter from /usr/bin/sh to /bin/sh. 
+
+	* NEWS:
+	* configure.ac:
+	* debian/changelog: Updating.
+
 2007-02-21  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* src/cacher.c: Use proper prg name.

Modified: projects/haf/trunk/hildon-theme-cacher/NEWS
===================================================================
--- projects/haf/trunk/hildon-theme-cacher/NEWS	2007-03-05 08:13:20 UTC (rev 10347)
+++ projects/haf/trunk/hildon-theme-cacher/NEWS	2007-03-05 08:16:03 UTC (rev 10348)
@@ -1,3 +1,6 @@
+[0.4.0 release]
+* Fixing the broken interpreter location
+
 [0.3.0 release]
 * Fixing the theme trap (unable to change theme after installing new one)
 * Skip junk files during generation

Modified: projects/haf/trunk/hildon-theme-cacher/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-cacher/configure.ac	2007-03-05 08:13:20 UTC (rev 10347)
+++ projects/haf/trunk/hildon-theme-cacher/configure.ac	2007-03-05 08:16:03 UTC (rev 10348)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-theme-cacher, 0.3.0)
+AM_INIT_AUTOMAKE(hildon-theme-cacher, 0.4.0)
 AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST

Modified: projects/haf/trunk/hildon-theme-cacher/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-theme-cacher/debian/changelog	2007-03-05 08:13:20 UTC (rev 10347)
+++ projects/haf/trunk/hildon-theme-cacher/debian/changelog	2007-03-05 08:16:03 UTC (rev 10348)
@@ -1,3 +1,9 @@
+hildon-theme-cacher (0.4.0-1) unstable; urgency=low
+
+  * Fixing the broken interpreter location
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Mon, 05 Mar 2007 10:13:11 +0200
+
 hildon-theme-cacher (0.3.0-1) unstable; urgency=low
 
   * Unset the GTK2_RC_FILES to avoid the 'theme trap'

Modified: projects/haf/trunk/hildon-theme-cacher/scripts/hildon-theme-recache-all.in
===================================================================
--- projects/haf/trunk/hildon-theme-cacher/scripts/hildon-theme-recache-all.in	2007-03-05 08:13:20 UTC (rev 10347)
+++ projects/haf/trunk/hildon-theme-cacher/scripts/hildon-theme-recache-all.in	2007-03-05 08:16:03 UTC (rev 10348)
@@ -1,4 +1,4 @@
-#! /usr/bin/sh
+#! /usr/sh
 
 hildon-theme-cacher @prefix@/share/themes
 


More information about the maemo-commits mailing list