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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Aug 16 15:10:37 EEST 2007
Author: mdk
Date: 2007-08-16 15:10:36 +0300 (Thu, 16 Aug 2007)
New Revision: 13254

Modified:
   projects/haf/trunk/hildon-theme-tools/ChangeLog
   projects/haf/trunk/hildon-theme-tools/NEWS
   projects/haf/trunk/hildon-theme-tools/configure.ac
   projects/haf/trunk/hildon-theme-tools/debian/changelog
   projects/haf/trunk/hildon-theme-tools/scripts/hildon-theme-bootstrap
Log:
[0.5.2-1 release]


Modified: projects/haf/trunk/hildon-theme-tools/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-tools/ChangeLog	2007-08-16 12:07:14 UTC (rev 13253)
+++ projects/haf/trunk/hildon-theme-tools/ChangeLog	2007-08-16 12:10:36 UTC (rev 13254)
@@ -1,3 +1,12 @@
+2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[0.5.2-1 release]
+
+	* NEWS:
+	* configure.ac:
+	* debian/changelog:
+	* scripts/hildon-theme-bootstrap: Updating.
+
 2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	[0.5.1-1 release]

Modified: projects/haf/trunk/hildon-theme-tools/NEWS
===================================================================
--- projects/haf/trunk/hildon-theme-tools/NEWS	2007-08-16 12:07:14 UTC (rev 13253)
+++ projects/haf/trunk/hildon-theme-tools/NEWS	2007-08-16 12:10:36 UTC (rev 13254)
@@ -1,3 +1,7 @@
+[0.5.2 release]
+* Updated repo addresses for bootstrap tool
+* Mention the CC license intead of GPL in the bootstrap tool
+
 [0.5.1 release]
 * Fixing the memory allocation problem 
 * Updated repo addresses for bootstrap tool

Modified: projects/haf/trunk/hildon-theme-tools/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-tools/configure.ac	2007-08-16 12:07:14 UTC (rev 13253)
+++ projects/haf/trunk/hildon-theme-tools/configure.ac	2007-08-16 12:10:36 UTC (rev 13254)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-theme-tools, 0.5.1)
+AM_INIT_AUTOMAKE(hildon-theme-tools, 0.5.2)
 AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST

Modified: projects/haf/trunk/hildon-theme-tools/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-theme-tools/debian/changelog	2007-08-16 12:07:14 UTC (rev 13253)
+++ projects/haf/trunk/hildon-theme-tools/debian/changelog	2007-08-16 12:10:36 UTC (rev 13254)
@@ -1,3 +1,10 @@
+hildon-theme-tools (0.5.2-1) unstable; urgency=low
+
+  * Updated repo addresses for bootstrap tool
+  * Mention the CC license instead of the GPL license
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Thu, 16 Aug 2007 15:08:04 +0300
+
 hildon-theme-tools (0.5.1-1) unstable; urgency=low
 
   * Fixing the memory allocation problem 

Modified: projects/haf/trunk/hildon-theme-tools/scripts/hildon-theme-bootstrap
===================================================================
--- projects/haf/trunk/hildon-theme-tools/scripts/hildon-theme-bootstrap	2007-08-16 12:07:14 UTC (rev 13253)
+++ projects/haf/trunk/hildon-theme-tools/scripts/hildon-theme-bootstrap	2007-08-16 12:10:36 UTC (rev 13254)
@@ -47,7 +47,7 @@
                         return
                 elif [ "$opt" == "hildon-theme-layout-4" ]; then
                         LAYOUT="hildon-theme-layout-4"
-                        SVN_ADDRESS="https://stage.maemo.org/svn/maemo/projects/haf/tags/hildon-theme-plankton/4.9.0-1/"
+                        SVN_ADDRESS="https://stage.maemo.org/svn/maemo/projects/haf/tags/hildon-theme-plankton/4.11.0-2/"
                         return
                 else
                         echo "Bad selection!"
@@ -245,6 +245,7 @@
 echo "and modify the graphics to your liking."
 echo 
 echo "Please note that the theme package has all the licensing data"
-echo "set to GPL. If you'd like to license your theme under different terms"
+echo "set to Creative Commons Share Alike 2.5 license. "
+ecgo "If you'd like to license your theme under different terms"
 echo "make sure to change the copyright information manually."
 echo


More information about the maemo-commits mailing list