~ubuntu-branches/ubuntu/trusty/acpid/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Package Import Robot
  • Author(s): Tyler Hicks
  • Date: 2012-11-08 11:37:06 UTC
  • mfrom: (2.1.40 sid)
  • Revision ID: package-import@ubuntu.com-20121108113706-teueha2nodiehp0b
Tags: 1:2.0.17-1ubuntu1
* Merge from Debian unstable (LP: #1076536), remaining changes:
  - Replace init script with Upstart job
    + This does not load modules, unlike the init script, since these are
      all loaded by ACPI:* modaliases now (and thus by udev)
  - debian/control: Bump build-dependency on debhelper for Upstart-aware
    dh_installinit
  - debian/acpid.install, debian/acpid.preinst, debian/rules:
    continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh,
    deferring the migration to acpi-support-base; and drop the Recommends:
    on acpi-support-base for the same reason.
  - Source /usr/share/acpi-support/power-funcs in powerbtn.sh
  - debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs
    exists before sourcing it; note that acpid does not depend on
    acpi-support (which is fine, as it brings in lots of X dependencies
    not appropriate for servers); this fix will allow Ubuntu servers
    (especially those in VMs) to run acpid and catch and handle power
    button events again.
  - debian/powerbtn.sh: gnome-power-manager is no more, check for
    gnome-settings-daemon now. This fixes immediate shutdown when the power
    button is pressed.
  - debian/acpid.install, debian/acpid.links:
    Don't install socket and service files needed by systemd

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
/* "Define if asprintf() exists" */
11
11
#define HAVE_ASPRINTF 1
12
12
 
 
13
/* "Define if chmod() exists" */
 
14
#define HAVE_CHMOD 1
 
15
 
13
16
/* Define to 1 if you have the `dup2' function. */
14
17
#define HAVE_DUP2 1
15
18
 
16
 
/* "Define if fchmod() exists" */
17
 
#define HAVE_FCHMOD 1
18
 
 
19
19
/* "Define if fchown() exists" */
20
20
#define HAVE_FCHOWN 1
21
21
 
136
136
#define PACKAGE_NAME "acpid"
137
137
 
138
138
/* Define to the full name and version of this package. */
139
 
#define PACKAGE_STRING "acpid 2.0.16"
 
139
#define PACKAGE_STRING "acpid 2.0.17"
140
140
 
141
141
/* Define to the one symbol short name of this package. */
142
142
#define PACKAGE_TARNAME "acpid"
145
145
#define PACKAGE_URL ""
146
146
 
147
147
/* Define to the version of this package. */
148
 
#define PACKAGE_VERSION "2.0.16"
 
148
#define PACKAGE_VERSION "2.0.17"
149
149
 
150
150
/* Define to 1 if you have the ANSI C header files. */
151
151
#define STDC_HEADERS 1
173
173
 
174
174
 
175
175
/* Version number of package */
176
 
#define VERSION "2.0.16"
 
176
#define VERSION "2.0.17"
177
177
 
178
178
/* Number of bits in a file offset, on hosts where this is settable. */
179
 
#define _FILE_OFFSET_BITS 64
 
179
/* #undef _FILE_OFFSET_BITS */
180
180
 
181
181
/* Define for large files, on AIX-style hosts. */
182
182
/* #undef _LARGE_FILES */