r45450 - in /desktop/unstable/gnome-keyring/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jul 2 01:29:35 UTC 2015


Author: biebl
Date: Thu Jul  2 01:29:34 2015
New Revision: 45450

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45450
Log:
* Disable gpg agent as it is incomplete and incompatible with many uses of
  GnuPG 2.x. (Closes: #760102).
* Depend on pinentry-gnome3 instead to provide the system modal dialogs.
  (Closes: #787786)

Modified:
    desktop/unstable/gnome-keyring/debian/changelog
    desktop/unstable/gnome-keyring/debian/control
    desktop/unstable/gnome-keyring/debian/control.in
    desktop/unstable/gnome-keyring/debian/rules

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=45450&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/changelog	[utf-8] Thu Jul  2 01:29:34 2015
@@ -1,6 +1,10 @@
 gnome-keyring (3.16.0-3) UNRELEASED; urgency=medium
 
   * Drop obsolete Breaks from pre-wheezy.
+  * Disable gpg agent as it is incomplete and incompatible with many uses of
+    GnuPG 2.x. (Closes: #760102).
+  * Depend on pinentry-gnome3 instead to provide the system modal dialogs.
+    (Closes: #787786)
 
  -- Michael Biebl <biebl at debian.org>  Thu, 02 Jul 2015 03:23:23 +0200
 

Modified: desktop/unstable/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control?rev=45450&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/control	[utf-8] Thu Jul  2 01:29:34 2015
@@ -40,7 +40,8 @@
          gcr (>= 3.4),
          dbus-x11,
          p11-kit (>= 0.16),
-         libcap2-bin [linux-any]
+         libcap2-bin [linux-any],
+         pinentry-gnome3
 Recommends: libpam-gnome-keyring
 Description: GNOME keyring services (daemon and tools)
  gnome-keyring is a daemon in the session, similar to ssh-agent,

Modified: desktop/unstable/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control.in?rev=45450&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/control.in	[utf-8] Thu Jul  2 01:29:34 2015
@@ -36,7 +36,8 @@
          gcr (>= 3.4),
          dbus-x11,
          p11-kit (>= 0.16),
-         libcap2-bin [linux-any]
+         libcap2-bin [linux-any],
+         pinentry-gnome3
 Recommends: libpam-gnome-keyring
 Description: GNOME keyring services (daemon and tools)
  gnome-keyring is a daemon in the session, similar to ssh-agent,

Modified: desktop/unstable/gnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/rules?rev=45450&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/rules	[utf-8] Thu Jul  2 01:29:34 2015
@@ -16,7 +16,8 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --with-pam-dir=/lib/security \
                              --enable-gtk-doc \
-                             --disable-update-mime
+                             --disable-update-mime \
+                             --disable-gpg-agent
 
 DEB_DH_MAKESHLIBS_ARGS_gnome-keyring := --no-act
 




More information about the pkg-gnome-commits mailing list