~gnome3-team/gnome-keyring/ubuntu

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Laurent Bigonville
  • Date: 2011-03-11 00:10:06 UTC
  • Revision ID: bigon@bigon.be-20110311001006-mqipfshjg0uejlns
* New upstream release
* debian/control.in:
  - Add libcap-dev as build-dependency for linux-any
  - Make gnome-keyring Depends against libcap2-bin for linux-any
* debian/gnome-keyring.postinst:
  - Set CAP_IPC_LOCK capability on gnome-keyring-daemon.
    This would permit gnome-keyring to overcome limits on locked memory
    and prevent private keys to be swapped out.
* debian/libgcr-3-0.symbols, debian/libgck0.symbols: Adjusts symbols files
* d/p/0001-Link-directly-to-gmodule-for-the-modules-that-need-i.patch:
  Drop patches, not needed anymore
* Rename debian/patches/03_use_in_xfce.patch to
  debian/patches/05_use_in_xfce.patch and also start GPG agent for Xfce
* debian/gnome-keyring.install:
  - Drop debian/tmp/usr/share/gnome-keyring/introspect,
    debian/tmp/etc/xdg/pkcs11.conf.defaults

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
               libgcrypt11-dev (>= 1.2.2),
20
20
               libpam0g-dev,
21
21
               ca-certificates,
22
 
               libglib2.0-doc
 
22
               libglib2.0-doc,
 
23
               libcap-dev [linux-any]
23
24
Standards-Version: 3.9.1
24
25
Vcs-Bzr: https://code.launchpad.net/~gnome3-team/gnome-keyring/ubuntu
25
26
Homepage: http://live.gnome.org/GnomeKeyring
29
30
Depends: ${misc:Depends},
30
31
         ${shlibs:Depends},
31
32
         dbus-x11,
32
 
         libgcr-3-0 (= ${binary:Version})
 
33
         libgcr-3-0 (= ${binary:Version}),
 
34
         libcap2-bin [linux-any]
33
35
Recommends: libpam-gnome-keyring
34
36
Breaks: libgnome-keyring0 (<< 2.29)
35
37
Description: GNOME keyring services (daemon and tools)
81
83
 and other applications can use it to store passwords and other
82
84
 sensitive information.
83
85
 .
84
 
 This package contains a PAM module that will automatically unlock the 
85
 
 keyrings using your login password, making gnome-keyring usage 
 
86
 This package contains a PAM module that will automatically unlock the
 
87
 keyrings using your login password, making gnome-keyring usage
86
88
 transparent without losing its security benefits.
87
89
 .
88
 
 When installed, this module will automatically be used by GDM and 
89
 
 gnome-screensaver to unlock your keyrings when logging in and when 
 
90
 When installed, this module will automatically be used by GDM and
 
91
 gnome-screensaver to unlock your keyrings when logging in and when
90
92
 unlocking the screen saver.
91
93
 
92
94
Package: libgcr-dev