~ubuntu-branches/ubuntu/oneiric/gnome-keyring/oneiric-proposed

« back to all changes in this revision

Viewing changes to daemon/dbus/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-18 14:58:20 UTC
  • mfrom: (1.1.73 upstream)
  • Revision ID: package-import@ubuntu.com-20110918145820-shept32ld5q718hx
Tags: 3.1.92-0ubuntu1
* New upstream release:
  - Add back the file format "documentation"
  - Make .desktop file match prompt process so icon and title are shown
  - Fix packaging issues installing the pkcs11 module
  - return correct error code in gpg-agent for unimplemented stuff
  - Fixes for parsing/viewing various (sometimes slightly invalid) PKCS#12 files
  - Allow daemon to access secrets of internal PKCS#11 modules, so that we can
    do things like hash NTLM and Kerberos secrets in the future.
  - Build and documentation fixes
  - Updated translations
* debian/control.in: Bump libp11-kit-dev build dependency to >= 0.6
  according to configure.ac.
* Drop 01_git_fix_build.patch, upstream now.
* Drop 05_correct_gpg_agent_error_code.patch, upstream now.
* 99_ltmain_as-needed.patch: Refresh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
195
195
GTHREAD_LIBS = @GTHREAD_LIBS@
196
196
GTKDOC_CHECK = @GTKDOC_CHECK@
 
197
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
198
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
197
199
GTKDOC_MKPDF = @GTKDOC_MKPDF@
198
200
GTKDOC_REBASE = @GTKDOC_REBASE@
199
201
GTK_CFLAGS = @GTK_CFLAGS@
242
244
OTOOL64 = @OTOOL64@
243
245
P11_KIT_CFLAGS = @P11_KIT_CFLAGS@
244
246
P11_KIT_LIBS = @P11_KIT_LIBS@
245
 
P11_SYSTEM_MODULES = @P11_SYSTEM_MODULES@
 
247
P11_MODULE_PATH = @P11_MODULE_PATH@
 
248
P11_SYSTEM_CONFIG_MODULES = @P11_SYSTEM_CONFIG_MODULES@
246
249
P11_TESTS_CFLAGS = @P11_TESTS_CFLAGS@
247
250
P11_TESTS_LIBS = @P11_TESTS_LIBS@
248
251
PACKAGE = @PACKAGE@
315
318
mkdir_p = @mkdir_p@
316
319
oldincludedir = @oldincludedir@
317
320
pdfdir = @pdfdir@
318
 
pkcs11dir = @pkcs11dir@
319
321
pkcs11standalonedir = @pkcs11standalonedir@
320
322
prefix = @prefix@
321
323
program_transform_name = @program_transform_name@