[maemo-commits] [maemo-commits] r10248 - in projects/haf/trunk: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Feb 28 13:13:37 EET 2007
- Previous message: [maemo-commits] r10247 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10249 - projects/haf/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-02-28 13:13:36 +0200 (Wed, 28 Feb 2007) New Revision: 10248 Added: projects/haf/trunk/debian/ projects/haf/trunk/debian/changelog projects/haf/trunk/debian/control projects/haf/trunk/debian/copyright projects/haf/trunk/debian/files projects/haf/trunk/debian/rules Log: Importing the meta-product-sardine. Added: projects/haf/trunk/debian/changelog =================================================================== --- projects/haf/trunk/debian/changelog 2007-02-28 11:11:25 UTC (rev 10247) +++ projects/haf/trunk/debian/changelog 2007-02-28 11:13:36 UTC (rev 10248) @@ -0,0 +1,8 @@ +meta-product-sardine (1.0.0-1) unstable; urgency=low + + * New + + -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Wed, 28 Feb 2007 11:33:27 +0200 + + + Added: projects/haf/trunk/debian/control =================================================================== --- projects/haf/trunk/debian/control 2007-02-28 11:11:25 UTC (rev 10247) +++ projects/haf/trunk/debian/control 2007-02-28 11:13:36 UTC (rev 10248) @@ -0,0 +1,13 @@ +Source: meta-product-sardine +Section: devel +Priority: optional +Maintainer: Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> +Build-Depends: debhelper (>> 4.0.0) +Standards-Version: 3.5.9 + +Package: meta-product-sardine +Section: x11 +Architecture: all +Depends: hildon-theme-plankton +Description: Sardine product configuration. + Added: projects/haf/trunk/debian/copyright =================================================================== --- projects/haf/trunk/debian/copyright 2007-02-28 11:11:25 UTC (rev 10247) +++ projects/haf/trunk/debian/copyright 2007-02-28 11:13:36 UTC (rev 10248) @@ -0,0 +1,15 @@ +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 +published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in /usr/share/common-licenses/GPL. +Copyright: (c) 2005 Nokia Oyj + Added: projects/haf/trunk/debian/files =================================================================== --- projects/haf/trunk/debian/files 2007-02-28 11:11:25 UTC (rev 10247) +++ projects/haf/trunk/debian/files 2007-02-28 11:13:36 UTC (rev 10248) @@ -0,0 +1 @@ +meta-product-sardine_1.0.0-1_all.deb x11 optional Added: projects/haf/trunk/debian/rules =================================================================== --- projects/haf/trunk/debian/rules 2007-02-28 11:11:25 UTC (rev 10247) +++ projects/haf/trunk/debian/rules 2007-02-28 11:13:36 UTC (rev 10248) @@ -0,0 +1,50 @@ +#!/usr/bin/make -f + +export DH_COMPAT=3 + +SHELL = /bin/bash + +CFLAGS = -g + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Symlink + install -d $(CURDIR)/debian/meta-product-sardine/usr/share/themes/plankton + ln -s plankton $(CURDIR)/debian/meta-product-sardine/usr/share/themes/default + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_install --sourcedir=debian/meta-product-sardine -v + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure Property changes on: projects/haf/trunk/debian/rules ___________________________________________________________________ Name: svn:executable +
- Previous message: [maemo-commits] r10247 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10249 - projects/haf/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]