[maemo-commits] [maemo-commits] r10455 - projects/haf/trunk/maemo-launcher/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Mar 8 00:17:18 EET 2007
- Previous message: [maemo-commits] r10454 - projects/haf/trunk/maemo-launcher
- Next message: [maemo-commits] r10456 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: guillem Date: 2007-03-08 00:17:15 +0200 (Thu, 08 Mar 2007) New Revision: 10455 Added: projects/haf/trunk/maemo-launcher/debian/maemo-launcher-dev.install projects/haf/trunk/maemo-launcher/debian/maemo-launcher.install Modified: projects/haf/trunk/maemo-launcher/debian/changelog projects/haf/trunk/maemo-launcher/debian/control projects/haf/trunk/maemo-launcher/debian/copyright projects/haf/trunk/maemo-launcher/debian/rules Log: Add new package maemo-launcher-dev and include the header file for the boosters and the pkgconfig file. (Fixes: NM#1027) Modified: projects/haf/trunk/maemo-launcher/debian/changelog =================================================================== --- projects/haf/trunk/maemo-launcher/debian/changelog 2007-03-07 22:08:21 UTC (rev 10454) +++ projects/haf/trunk/maemo-launcher/debian/changelog 2007-03-07 22:17:15 UTC (rev 10455) @@ -1,6 +1,8 @@ maemo-launcher (0.22~-1) UNRELEASED; urgency=low * New Upstream Release. + * Add new package maemo-launcher-dev and include the header file + for the boosters and the pkgconfig file. (Fixes: NM#1027) -- Guillem Jover <guillem.jover at nokia.com> Wed, 21 Feb 2007 14:41:33 +0200 Modified: projects/haf/trunk/maemo-launcher/debian/control =================================================================== --- projects/haf/trunk/maemo-launcher/debian/control 2007-03-07 22:08:21 UTC (rev 10454) +++ projects/haf/trunk/maemo-launcher/debian/control 2007-03-07 22:17:15 UTC (rev 10455) @@ -29,3 +29,13 @@ . This package provides the debugging symbols for maemo-launcher. +Package: maemo-launcher-dev +Architecture: all +Description: Maemo Launcher for GTK applications - development files + Maemo Launcher for any gtk+ application. Tries to reduce startup time by + pre-initializing the state of some libraries and then dynamically loading + the applications. + . + This package provides the development files needed to build boosters + and applications using the maemo-launcher. + Modified: projects/haf/trunk/maemo-launcher/debian/copyright =================================================================== --- projects/haf/trunk/maemo-launcher/debian/copyright 2007-03-07 22:08:21 UTC (rev 10454) +++ projects/haf/trunk/maemo-launcher/debian/copyright 2007-03-07 22:17:15 UTC (rev 10455) @@ -5,7 +5,7 @@ Copyright: - Copyright (C) 2005, 2006 Nokia Corporation + Copyright © 2005, 2006, 2007 Nokia Corporation Upstream Authors: Added: projects/haf/trunk/maemo-launcher/debian/maemo-launcher-dev.install =================================================================== --- projects/haf/trunk/maemo-launcher/debian/maemo-launcher-dev.install 2007-03-07 22:08:21 UTC (rev 10454) +++ projects/haf/trunk/maemo-launcher/debian/maemo-launcher-dev.install 2007-03-07 22:17:15 UTC (rev 10455) @@ -0,0 +1,2 @@ +usr/include +usr/lib/pkgconfig Added: projects/haf/trunk/maemo-launcher/debian/maemo-launcher.install =================================================================== --- projects/haf/trunk/maemo-launcher/debian/maemo-launcher.install 2007-03-07 22:08:21 UTC (rev 10454) +++ projects/haf/trunk/maemo-launcher/debian/maemo-launcher.install 2007-03-07 22:17:15 UTC (rev 10455) @@ -0,0 +1,3 @@ +usr/bin +usr/lib/maemo-launcher +usr/share Modified: projects/haf/trunk/maemo-launcher/debian/rules =================================================================== --- projects/haf/trunk/maemo-launcher/debian/rules 2007-03-07 22:08:21 UTC (rev 10454) +++ projects/haf/trunk/maemo-launcher/debian/rules 2007-03-07 22:17:15 UTC (rev 10455) @@ -54,10 +54,21 @@ dh_clean -k dh_installdirs -a - $(MAKE) install DESTDIR=$(CURDIR)/debian/maemo-launcher + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp binary-indep: build install - # Nothing to do. + dh_testdir + dh_testroot + dh_installchangelogs -i ChangeLog + dh_installdocs -i + dh_install -i --sourcedir=$(CURDIR)/debian/tmp + dh_link -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i binary-arch: build install dh_testdir @@ -65,9 +76,8 @@ dh_installchangelogs -a ChangeLog dh_installdocs -a dh_installexamples -a -# dh_install + dh_install -a --sourcedir=$(CURDIR)/debian/tmp # dh_installlogrotate -# dh_installpam dh_installinit -a -- start 45 2 3 4 . stop 45 0 1 5 6 . dh_installman -a dh_link -a
- Previous message: [maemo-commits] r10454 - projects/haf/trunk/maemo-launcher
- Next message: [maemo-commits] r10456 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]