r49186 - in /desktop/unstable/libcryptui/debian: changelog control control.in

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Mon Jun 27 21:42:43 UTC 2016


Author: jbicha-guest
Date: Mon Jun 27 21:42:43 2016
New Revision: 49186

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49186
Log:
Have seahorse-daemon depend on gnupg2 to match seahorse

Modified:
    desktop/unstable/libcryptui/debian/changelog
    desktop/unstable/libcryptui/debian/control
    desktop/unstable/libcryptui/debian/control.in

Modified: desktop/unstable/libcryptui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/changelog?rev=49186&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libcryptui/debian/changelog	[utf-8] Mon Jun 27 21:42:43 2016
@@ -1,8 +1,12 @@
 libcryptui (3.12.2-2) UNRELEASED; urgency=medium
 
+  [ Laurent Bigonville ]
   * Drop debian/patches/01_autostart_path.patch: Almost all the .desktop files
     have moved to /etc/xdg/autostart and the patch is useless anyway as
     nothing in the code uses the define.
+
+  [ Jeremy Bicha ]
+  * Have seahorse-daemon depend on gnupg2 to match seahorse
 
  -- Laurent Bigonville <bigon at debian.org>  Wed, 04 May 2016 13:43:59 +0200
 

Modified: desktop/unstable/libcryptui/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/control?rev=49186&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/control	[utf-8] (original)
+++ desktop/unstable/libcryptui/debian/control	[utf-8] Mon Jun 27 21:42:43 2016
@@ -2,12 +2,11 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: libcryptui
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>, Laurent Bigonville <bigon at debian.org>
 Build-Depends: cdbs (>= 0.4.93),
                debhelper (>= 9),
                gnome-pkg-tools,
@@ -37,7 +36,7 @@
 Multi-Arch: foreign
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gnupg (>= 1.4.7)
+         gnupg2 (>= 1.4.7)
 Recommends: seahorse
 Breaks: seahorse (<< 3.2), libcryptui0a (<< 3.2)
 Replaces: libcryptui (<< 3.2)

Modified: desktop/unstable/libcryptui/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/control.in?rev=49186&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/control.in	[utf-8] (original)
+++ desktop/unstable/libcryptui/debian/control.in	[utf-8] Mon Jun 27 21:42:43 2016
@@ -32,7 +32,7 @@
 Multi-Arch: foreign
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gnupg (>= 1.4.7)
+         gnupg2 (>= 1.4.7)
 Recommends: seahorse
 Breaks: seahorse (<< 3.2), libcryptui0a (<< 3.2)
 Replaces: libcryptui (<< 3.2)




More information about the pkg-gnome-commits mailing list