~ubuntu-branches/ubuntu/wily/policykit-1/wily

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-06 12:28:54 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120106122854-ib9s0ej8akqiy0lb
Tags: 0.104-1
* New upstream release.
  - Add support for netgroups. (LP: #724052)
* debian/rules: Disable systemd support, continue to work with ConsokeKit.
* 05_revert-admin-identities-unix-group-wheel.patch: Refresh to apply
  cleanly.
* debian/libpolkit-gobject-1-0.symbols: Add new symbols from this new
  release.
* debian/rules: Do not let test failures fail the build. The new test suite
  also runs a test against the system D-BUS/ConsoleKit, which can't work on
  buildds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
GMSGFMT = @GMSGFMT@
120
120
GREP = @GREP@
121
121
GTKDOC_CHECK = @GTKDOC_CHECK@
 
122
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
123
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
122
124
GTKDOC_MKPDF = @GTKDOC_MKPDF@
123
125
GTKDOC_REBASE = @GTKDOC_REBASE@
124
126
HAVE_PAM = @HAVE_PAM@
194
196
SET_MAKE = @SET_MAKE@
195
197
SHELL = @SHELL@
196
198
STRIP = @STRIP@
 
199
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
 
200
SYSTEMD_LIBS = @SYSTEMD_LIBS@
197
201
USE_NLS = @USE_NLS@
198
202
VERSION = @VERSION@
199
203
XGETTEXT = @XGETTEXT@
245
249
sbindir = @sbindir@
246
250
sharedstatedir = @sharedstatedir@
247
251
srcdir = @srcdir@
 
252
subdirs = @subdirs@
248
253
sysconfdir = @sysconfdir@
249
254
target_alias = @target_alias@
250
255
top_build_prefix = @top_build_prefix@