r31514 - in /desktop/unstable/gnome-keyring/debian: changelog control control.in
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri Nov 18 13:18:21 UTC 2011
Author: biebl
Date: Fri Nov 18 13:18:18 2011
New Revision: 31514
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31514
Log:
Make the -dev packages depend on libp11-kit-dev.
Modified:
desktop/unstable/gnome-keyring/debian/changelog
desktop/unstable/gnome-keyring/debian/control
desktop/unstable/gnome-keyring/debian/control.in
Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=31514&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/changelog [utf-8] Fri Nov 18 13:18:18 2011
@@ -25,6 +25,7 @@
necessary Breaks/Replaces.
* Split the data files from libgcr-3-1 into a libgcr-3-common package and
make libgcr-3-1 depend on it.
+ * Make the -dev packages depend on libp11-kit-dev.
-- Michael Biebl <biebl at debian.org> Fri, 18 Nov 2011 13:29:31 +0100
Modified: desktop/unstable/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control?rev=31514&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/control [utf-8] Fri Nov 18 13:18:18 2011
@@ -78,7 +78,8 @@
Replaces: libgnome-keyring-dev (<< 2.25)
Depends: ${misc:Depends},
libgck-1-0 (= ${binary:Version}),
- libglib2.0-dev (>= 2.25.0)
+ libglib2.0-dev (>= 2.25.0),
+ libp11-kit-dev
Suggests: libgck-1-doc
Description: GLib wrapper library for PKCS#11 - development
GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
@@ -121,7 +122,9 @@
libgck-1-dev (= ${binary:Version}),
libgtk-3-dev (>= 3.0.0),
libtasn1-3-dev (>= 0.3.4),
- libtasn1-3-bin
+ libtasn1-3-bin,
+ libp11-kit-dev
+Suggests: libgcr-3-doc
Replaces: libgcr-dev (<< 3.0.0-2~)
Breaks: libgcr-dev (<< 3.0.0-2~)
Description: Library for Crypto UI related task - development
Modified: desktop/unstable/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control.in?rev=31514&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/control.in [utf-8] Fri Nov 18 13:18:18 2011
@@ -73,7 +73,8 @@
Replaces: libgnome-keyring-dev (<< 2.25)
Depends: ${misc:Depends},
libgck-1-0 (= ${binary:Version}),
- libglib2.0-dev (>= 2.25.0)
+ libglib2.0-dev (>= 2.25.0),
+ libp11-kit-dev
Suggests: libgck-1-doc
Description: GLib wrapper library for PKCS#11 - development
GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
@@ -116,7 +117,9 @@
libgck-1-dev (= ${binary:Version}),
libgtk-3-dev (>= 3.0.0),
libtasn1-3-dev (>= 0.3.4),
- libtasn1-3-bin
+ libtasn1-3-bin,
+ libp11-kit-dev
+Suggests: libgcr-3-doc
Replaces: libgcr-dev (<< 3.0.0-2~)
Breaks: libgcr-dev (<< 3.0.0-2~)
Description: Library for Crypto UI related task - development
More information about the pkg-gnome-commits
mailing list