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

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Sat Nov 19 21:56:38 UTC 2011


Author: jordi
Date: Sat Nov 19 21:56:33 2011
New Revision: 31631

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31631
Log:
* Introduce a new seahorse-daemon package. Make it Break seahorse < 3.2.
* Let libcryptui0a depend on seahorse-daemon, as the D-Bus service is
  required.

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=31631&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/changelog [utf-8] (original)
+++ desktop/unstable/libcryptui/debian/changelog [utf-8] Sat Nov 19 21:56:33 2011
@@ -3,7 +3,9 @@
   * Initial release, based on Seahorse's packaging.
   * This library is split from the seahorse source, so the soname bump is
     kept.
-  * Introduce a seahorse-daemon package. Make it Break seahorse < 3.2
+  * Introduce a new seahorse-daemon package. Make it Break seahorse < 3.2.
+  * Let libcryptui0a depend on seahorse-daemon, as the D-Bus service is
+    required.
   * Add Multi-Arch support:
     - Bump debhelper & cdbs.
     - Add Pre-Depends.

Modified: desktop/unstable/libcryptui/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/control?rev=31631&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/control [utf-8] (original)
+++ desktop/unstable/libcryptui/debian/control [utf-8] Sat Nov 19 21:56:33 2011
@@ -40,7 +40,7 @@
 Breaks: seahorse (<< 3.2)
 Description: Seahorse pass phrase caching agent
  This is the agent program for seahorse which keeps a temporary secure
- storage of your pass phrases. 
+ storage of your pass phrases.
  .
  Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
  that integrates to the GNOME desktop. It is a tool for secure
@@ -54,7 +54,8 @@
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         seahorse-daemon
 Conflicts: libcryptui0
 Description: UI library for OpenPGP prompts
  CryptUI is a library to manage OpenPGP prompts on GUI applications.
@@ -65,6 +66,7 @@
 Package: libcryptui-dev
 Architecture: any
 Section: libdevel
+Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libglib2.0-dev (>= 2.10.0),

Modified: desktop/unstable/libcryptui/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/control.in?rev=31631&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/control.in [utf-8] (original)
+++ desktop/unstable/libcryptui/debian/control.in [utf-8] Sat Nov 19 21:56:33 2011
@@ -35,7 +35,7 @@
 Breaks: seahorse (<< 3.2)
 Description: Seahorse pass phrase caching agent
  This is the agent program for seahorse which keeps a temporary secure
- storage of your pass phrases. 
+ storage of your pass phrases.
  .
  Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
  that integrates to the GNOME desktop. It is a tool for secure
@@ -49,7 +49,8 @@
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         seahorse-daemon
 Conflicts: libcryptui0
 Description: UI library for OpenPGP prompts
  CryptUI is a library to manage OpenPGP prompts on GUI applications.
@@ -60,6 +61,7 @@
 Package: libcryptui-dev
 Architecture: any
 Section: libdevel
+Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libglib2.0-dev (>= 2.10.0),




More information about the pkg-gnome-commits mailing list