~bilalakhtar/ubuntu/maverick/gnome-power-manager/papercut-fix-540826

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-03-29 14:34:27 UTC
  • mfrom: (2.1.51 upstream)
  • Revision ID: james.westby@ubuntu.com-20100329143427-tp37w17rfeibdppi
Tags: 2.30.0-0ubuntu1
* New upstream release:
 - Check for libpanel only if building the applets
 - Check for XRR* functions using library version instead of proto version
 - Use pkg-config instead of autoconf macros to find X libs and protos
 - Declare GError in gpm_brightness_hal_init to fix build failure
 - Do not set a charge warning if the device is on AC
 - Do not use EggDbusProxy in GpmScreensaver
 - Don't query the capabilities of the notification daemon
 - Ensure we close any 'battery low' notifications when we switch to being
   on AC
 - Fix a problem where the critical action is not done in the case of a UPS
 - Fix a race condition where we can miss the idle reset alarm
 - Fix up a translation using ngettext rather than assuming the plural.
 - Fix wrong suspends with docked laptops
 - If a battery charge is low but not critical don't play the sound meant
   for a critical charge event
 - Play a sound loop if the charge of a laptop battery/ups reaches a
   critical level.
 - Remove the pointy-finger status icon when the idletime code fails to work
   correctly
 - Replace devkit-power call with upower in gnome-power-bugreport.sh
* Drop patches which went upstream:
 - 01-suspend-on-vt-change.patch
 - 10-proxy-by-name.patch
 - 13-dont-query-notify-caps.patch
 - 14-critical-message-timeout.patch
 - 15-declare-gerror.patch
 - 16-upower-bugreport.patch
 - 18-fix-idletime-reset-race.patch
* Drop 06-bugreport-debian.patch: It's actually wrong for Ubuntu, we use
  lsb_release, not /etc/debian_version.
* 90-autotools.patch: Regenerate.
* 08-desktop-bugreport-path.patch, 12-add-appindicators.patch: Update to
  current patch tagging guidelines.
* debian/control.in: Set Maintainer from "Ted Gould" to "Ubuntu Developers".
* Synchronize with Debian:
  - Build/binary dependency cleanup/shuffling.
  - Bump Standards-Version to 3.8.4.
  - Add debian/preinst for upgrade conffile cleanup.
  - Drop obsolete debian/README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
AUTOMAKE = @AUTOMAKE@
67
67
AWK = @AWK@
68
68
BINDIR = @BINDIR@
69
 
CAIRO_REQUIRED = @CAIRO_REQUIRED@
70
69
CANBERRA_CFLAGS = @CANBERRA_CFLAGS@
71
70
CANBERRA_LIBS = @CANBERRA_LIBS@
72
71
CATALOGS = @CATALOGS@
80
79
DATADIR = @DATADIR@
81
80
DATADIRNAME = @DATADIRNAME@
82
81
DBUS_CFLAGS = @DBUS_CFLAGS@
83
 
DBUS_GLIB_REQUIRED = @DBUS_GLIB_REQUIRED@
84
82
DBUS_LIBS = @DBUS_LIBS@
85
 
DBUS_REQUIRED = @DBUS_REQUIRED@
86
83
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
87
84
DEFS = @DEFS@
88
85
DEPDIR = @DEPDIR@
105
102
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
106
103
GDK_CFLAGS = @GDK_CFLAGS@
107
104
GDK_LIBS = @GDK_LIBS@
108
 
GDK_REQUIRED = @GDK_REQUIRED@
109
105
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
110
106
GLIB_CFLAGS = @GLIB_CFLAGS@
111
107
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
112
108
GLIB_LIBS = @GLIB_LIBS@
113
 
GLIB_REQUIRED = @GLIB_REQUIRED@
114
109
GMOFILES = @GMOFILES@
115
110
GMSGFMT = @GMSGFMT@
116
111
GNOME_CFLAGS = @GNOME_CFLAGS@
117
112
GNOME_LIBS = @GNOME_LIBS@
118
113
GPM_EXTRA_LIBS = @GPM_EXTRA_LIBS@
119
114
GREP = @GREP@
120
 
GTK_REQUIRED = @GTK_REQUIRED@
121
115
HELP_DIR = @HELP_DIR@
122
116
INSTALL = @INSTALL@
123
117
INSTALL_DATA = @INSTALL_DATA@
134
128
LDFLAGS = @LDFLAGS@
135
129
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
136
130
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
137
 
LIBNOTIFY_REQUIRED = @LIBNOTIFY_REQUIRED@
138
131
LIBOBJS = @LIBOBJS@
139
 
LIBPANEL_REQUIRED = @LIBPANEL_REQUIRED@
140
132
LIBS = @LIBS@
141
133
LIBTOOL = @LIBTOOL@
142
 
LIBWNCK_REQUIRED = @LIBWNCK_REQUIRED@
143
134
LIPO = @LIPO@
144
135
LN_S = @LN_S@
145
136
LTLIBOBJS = @LTLIBOBJS@
180
171
SYSCONFDIR = @SYSCONFDIR@
181
172
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
182
173
UNIQUE_LIBS = @UNIQUE_LIBS@
183
 
UNIQUE_REQUIRED = @UNIQUE_REQUIRED@
184
174
USE_NLS = @USE_NLS@
185
175
VERSION = @VERSION@
186
176
WARNINGFLAGS = @WARNINGFLAGS@
188
178
X11_CFLAGS = @X11_CFLAGS@
189
179
X11_LIBS = @X11_LIBS@
190
180
XGETTEXT = @XGETTEXT@
191
 
XMKMF = @XMKMF@
192
181
XMLTO = @XMLTO@
193
 
XRANDR_CFLAGS = @XRANDR_CFLAGS@
194
 
XRANDR_LIBS = @XRANDR_LIBS@
195
 
XRANDR_REQUIRED = @XRANDR_REQUIRED@
196
 
X_CFLAGS = @X_CFLAGS@
197
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
198
 
X_LIBS = @X_LIBS@
199
 
X_PRE_LIBS = @X_PRE_LIBS@
200
182
abs_builddir = @abs_builddir@
201
183
abs_srcdir = @abs_srcdir@
202
184
abs_top_builddir = @abs_top_builddir@