[maemo-commits] [maemo-commits] r9449 - in projects/haf/trunk/hildon-theme-plankton-3: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jan 30 11:12:50 EET 2007
Author: mdk
Date: 2007-01-30 11:12:48 +0200 (Tue, 30 Jan 2007)
New Revision: 9449

Modified:
   projects/haf/trunk/hildon-theme-plankton-3/ChangeLog
   projects/haf/trunk/hildon-theme-plankton-3/NEWS
   projects/haf/trunk/hildon-theme-plankton-3/configure.ac
   projects/haf/trunk/hildon-theme-plankton-3/debian/changelog
   projects/haf/trunk/hildon-theme-plankton-3/debian/control
   projects/haf/trunk/hildon-theme-plankton-3/debian/copyright
   projects/haf/trunk/hildon-theme-plankton-3/debian/rules
Log:
Changing the package name to hildon-theme-plankton, removing the API hardcoded number. It's not needed.


Modified: projects/haf/trunk/hildon-theme-plankton-3/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/ChangeLog	2007-01-30 09:11:16 UTC (rev 9448)
+++ projects/haf/trunk/hildon-theme-plankton-3/ChangeLog	2007-01-30 09:12:48 UTC (rev 9449)
@@ -1,3 +1,15 @@
+2007-01-30  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[3.0.0-1 release]
+
+	* NEWS: 
+	* configure.ac:
+	* debian/changelog:
+	* debian/control:
+	* debian/copyright:
+	* debian/rules: Changing the package name to hildon-theme-plankton,
+	removing the API hardcoded number. It's not needed.
+
 2006-12-12  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	[0.3.0-2 release]

Modified: projects/haf/trunk/hildon-theme-plankton-3/NEWS
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/NEWS	2007-01-30 09:11:16 UTC (rev 9448)
+++ projects/haf/trunk/hildon-theme-plankton-3/NEWS	2007-01-30 09:12:48 UTC (rev 9449)
@@ -1,3 +1,7 @@
+[3.0.0-1 release]
+* Changing the package name (removing API version part)
+* Changing the versioning scheme to better reflect the layout dependency
+
 [0.3.0-2 release]
 * Removing the ui-fonts and osso-icons dependencies for the time being
 

Modified: projects/haf/trunk/hildon-theme-plankton-3/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/configure.ac	2007-01-30 09:11:16 UTC (rev 9448)
+++ projects/haf/trunk/hildon-theme-plankton-3/configure.ac	2007-01-30 09:12:48 UTC (rev 9449)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-theme-plankton-3, 0.3.0)
+AM_INIT_AUTOMAKE(hildon-theme-plankton, 3.0.0)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_INSTALL
@@ -17,7 +17,7 @@
 LAYOUT_NAME="hildon-theme-layout-3"
 
 dnl check the layout installation
-PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME" >= 0.3.0)
+PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME" >= 3.0.0)
 
 AC_SUBST(THEME_DIR)
 AC_SUBST(THEME_NAME)

Modified: projects/haf/trunk/hildon-theme-plankton-3/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/debian/changelog	2007-01-30 09:11:16 UTC (rev 9448)
+++ projects/haf/trunk/hildon-theme-plankton-3/debian/changelog	2007-01-30 09:12:48 UTC (rev 9449)
@@ -1,10 +1,17 @@
-hildon-theme-plankton-3 (0.3.0-2) unstable; urgency=low
+hildon-theme-plankton (3.0.0-1) unstable; urgency=low
 
+  * Changing the package name. 
+  * Changing the version scheme to better reflect the layout dependency.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Tue, 30 January 2007 11:00:00 +0300
+
+hildon-theme-plankton (0.3.0-2) unstable; urgency=low
+
   * Removing the ui-fonts and osso-icons dependencies for a little while.
 
  -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 12 December 2006 19:00:00 +0300
 
-hildon-theme-plankton-3 (0.3.0-1) unstable; urgency=low
+hildon-theme-plankton (0.3.0-1) unstable; urgency=low
 
   * Adding hardfixed dependency to layout.
   * Adjusting to new substing (@_@).
@@ -12,7 +19,7 @@
 
  -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 08 December 2006 14:00:00 +0300
 
-hildon-theme-plankton-3 (0.2.0-1) unstable; urgency=low
+hildon-theme-plankton (0.2.0-1) unstable; urgency=low
 
   * Second official release.
   * Lots of fixes. 
@@ -20,13 +27,13 @@
 
  -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Mon, 04 December 2006 14:00:00 +0300
 
-hildon-theme-plankton-3 (0.1.0-1) unstable; urgency=low
+hildon-theme-plankton (0.1.0-1) unstable; urgency=low
 
   * First official release.
 
  -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 20 October 2006 14:55:06 +0300
 
-hildon-theme-plankton-3 (0.0-unreleased1) unstable; urgency=low
+hildon-theme-plankton (0.0-unreleased1) unstable; urgency=low
 
   * Copied from osso-theme-demo-config 2.1.0-1 and modified a bit.
 

Modified: projects/haf/trunk/hildon-theme-plankton-3/debian/control
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/debian/control	2007-01-30 09:11:16 UTC (rev 9448)
+++ projects/haf/trunk/hildon-theme-plankton-3/debian/control	2007-01-30 09:12:48 UTC (rev 9449)
@@ -1,11 +1,11 @@
-Source: hildon-theme-plankton-3
+Source: hildon-theme-plankton
 Section: user/themes
 Priority: optional
 Maintainer: Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com>
 Build-Depends: debhelper (>= 4.0.0), hildon-theme-layout-3 (>= 0.3.0) (<= 0.4.0), hildon-theme-tools
 Standards-Version: 3.6.0
 
-Package: hildon-theme-plankton-3
+Package: hildon-theme-plankton
 Architecture: all
 Depends: gtk2-engines-sapwood, hildon-theme-cacher
 Description: A hildon theme. 

Modified: projects/haf/trunk/hildon-theme-plankton-3/debian/copyright
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/debian/copyright	2007-01-30 09:11:16 UTC (rev 9448)
+++ projects/haf/trunk/hildon-theme-plankton-3/debian/copyright	2007-01-30 09:12:48 UTC (rev 9449)
@@ -1,4 +1,4 @@
-Copyright (c) 2005, 2006 Nokia Corporation
+Copyright (c) 2005, 2006, 2007 Nokia Corporation
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 2 as

Modified: projects/haf/trunk/hildon-theme-plankton-3/debian/rules
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/debian/rules	2007-01-30 09:11:16 UTC (rev 9448)
+++ projects/haf/trunk/hildon-theme-plankton-3/debian/rules	2007-01-30 09:12:48 UTC (rev 9449)
@@ -48,7 +48,7 @@
 	# Add here commands to clean up after the build process.
 	-$(MAKE) maintainer-clean
 
-	rm -rf debian/hildon-theme-plankton-3
+	rm -rf debian/hildon-theme-plankton
 
 	dh_clean 
 
@@ -59,7 +59,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/build
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/hildon-theme-plankton-3
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/hildon-theme-plankton
 
 # Build architecture-independent files here.
 binary-indep: build install


More information about the maemo-commits mailing list