--- moblin-applets-0.27.orig/config.h.in +++ moblin-applets-0.27/config.h.in @@ -15,9 +15,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Have ESD Sound Server */ -#undef HAVE_ESD - /* Define to 1 if you have the `forkpty' function. */ #undef HAVE_FORKPTY @@ -117,9 +114,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* defined if using libhal */ -#undef USE_HAL - /* Version number of package */ #undef VERSION --- moblin-applets-0.27.orig/debian/rules +++ moblin-applets-0.27/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +include /usr/share/cdbs/1/rules/simple-patchsys.mk + # Comment this to turn off verbose mode. export DH_VERBOSE=1 @@ -48,7 +50,7 @@ dh_md5sums dh_builddeb -clean: +clean:: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) clean --- moblin-applets-0.27.orig/debian/changelog +++ moblin-applets-0.27/debian/changelog @@ -1,3 +1,15 @@ +moblin-applets (0.27-0ubuntu2) hardy; urgency=low + + * Rebuild against new libhildon1. (LP: #189058) + + -- Steve Kowalik Tue, 05 Feb 2008 15:07:44 +1100 + +moblin-applets (0.27-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #187181) + + -- Steve Magoun Tue, 29 Jan 2008 16:37:18 -0800 + moblin-applets (0.27) gaston; urgency=low * Major revamp of the background properties applet --- moblin-applets-0.27.orig/moblin-applets.1 +++ moblin-applets-0.27/moblin-applets.1 @@ -0,0 +1,54 @@ +.TH "moblin-applets" "1" +.SH "NAME" +\fBmoblin applets binaries\fR \(em daemon and launchers for moblin applets +.SH "SYNOPSIS" +.PP +\fBmoblin-applets\fR [APPLETNAME] +.PP +\fBmoblin-settings-daemon\fR +.PP +\fBnetwork-customize\fR +.SH "DESCRIPTION" +.PP +\fBmoblin-applets\fR: This file is used to launch a control panel applet individually, +without having to launch the entire control panel. The APPLETNAME argument is the name of the +applet's module in /usr/lib/hildon-control-panel. Don't include the .so extension. +Possibilities include: +.IP " \(bu" 6 +about-me \- personal information +.IP " \(bu" 6 +background \- desktop background image properties +.IP " \(bu" 6 +font \- desktop font settings +.IP " \(bu" 6 +keybindings \- shortcuts for launching apps +.IP " \(bu" 6 +keyboard \- keyboard configuration +.IP " \(bu" 6 +menuprop \- menu and icon properties +.IP " \(bu" 6 +network-proxy \- global proxy settings +.IP " \(bu" 6 +network \- manual network configuration +.IP " \(bu" 6 +screen-resolution \- screen resolution and orientation +.IP " \(bu" 6 +sound-properties \- sound device and mizer control +.IP " \(bu" 6 +system \- cpu and memory usage monitor +.IP " \(bu" 6 +time \- date and time settings +.PP +\fBmoblin-settings-daemon\fR: This is the daemon which monitors and carries out +changes made by the various control panel applets (e.g. listening for keybindings and launching +the target application). It is intended to be run at startup and can only have one instance. +.PP +\fBnetwork-customize\fR: This is a simple script which starts the network +configuration dialog. It is called by the network manager applet when "manual configuration" +is selected in the pulldown. It runs, simply, "moblin-applets network" +.SH "AUTHOR" +.PP +This manual page was written by Todd Brandt todd.e.brandt@intel.com. Permission is granted to copy, +distribute and/or modify this document under the terms of the GNU General Public License, +Version 2 published by the Free Software Foundation. +.\" created by instant / docbook-to-man, Wed 09 Jan 2008, 16:46 --- moblin-applets-0.27.orig/moblin-applets.man +++ moblin-applets-0.27/moblin-applets.man @@ -0,0 +1,54 @@ +.TH "moblin-applets" "1" +.SH "NAME" +\fBmoblin applets binaries\fR \(em daemon and launchers for moblin applets +.SH "SYNOPSIS" +.PP +\fBmoblin-applets\fR [APPLETNAME] +.PP +\fBmoblin-settings-daemon\fR +.PP +\fBnetwork-customize\fR +.SH "DESCRIPTION" +.PP +\fBmoblin-applets\fR: This file is used to launch a control panel applet individually, +without having to launch the entire control panel. The APPLETNAME argument is the name of the +applet's module in /usr/lib/hildon-control-panel. Don't include the .so extension. +Possibilities include: +.IP " \(bu" 6 +about-me \- personal information +.IP " \(bu" 6 +background \- desktop background image properties +.IP " \(bu" 6 +font \- desktop font settings +.IP " \(bu" 6 +keybindings \- shortcuts for launching apps +.IP " \(bu" 6 +keyboard \- keyboard configuration +.IP " \(bu" 6 +menuprop \- menu and icon properties +.IP " \(bu" 6 +network-proxy \- global proxy settings +.IP " \(bu" 6 +network \- manual network configuration +.IP " \(bu" 6 +screen-resolution \- screen resolution and orientation +.IP " \(bu" 6 +sound-properties \- sound device and mizer control +.IP " \(bu" 6 +system \- cpu and memory usage monitor +.IP " \(bu" 6 +time \- date and time settings +.PP +\fBmoblin-settings-daemon\fR: This is the daemon which monitors and carries out +changes made by the various control panel applets (e.g. listening for keybindings and launching +the target application). It is intended to be run at startup and can only have one instance. +.PP +\fBnetwork-customize\fR: This is a simple script which starts the network +configuration dialog. It is called by the network manager applet when "manual configuration" +is selected in the pulldown. It runs, simply, "moblin-applets network" +.SH "AUTHOR" +.PP +This manual page was written by Todd Brandt todd.e.brandt@intel.com. Permission is granted to copy, +distribute and/or modify this document under the terms of the GNU General Public License, +Version 2 published by the Free Software Foundation. +.\" created by instant / docbook-to-man, Wed 30 Jan 2008, 00:44