r31512 - in /desktop/unstable/gnome-keyring/debian: changelog control control.in libgck-1-dev.install libgck-1-doc.install libgcr-3-dev.install libgcr-3-doc.install

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Nov 18 12:44:16 UTC 2011


Author: biebl
Date: Fri Nov 18 12:44:13 2011
New Revision: 31512

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31512
Log:
Split the API documentation into libgck-1-doc and libgcr-3-doc and add the
necessary Breaks/Replaces.

Added:
    desktop/unstable/gnome-keyring/debian/libgck-1-doc.install
    desktop/unstable/gnome-keyring/debian/libgcr-3-doc.install
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/libgck-1-dev.install
    desktop/unstable/gnome-keyring/debian/libgcr-3-dev.install

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=31512&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/changelog [utf-8] Fri Nov 18 12:44:13 2011
@@ -21,6 +21,8 @@
     - Rename libgck-dev → libgck-1-dev.
     - Rename libgcr-3-0 → libgcr-3-1.
     - Update symbols files.
+  * Split the API documentation into libgck-1-doc and libgcr-3-doc and add the
+    necessary Breaks/Replaces.
 
  -- 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=31512&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/control [utf-8] Fri Nov 18 12:44:13 2011
@@ -79,12 +79,26 @@
 Depends: ${misc:Depends},
          libgck-1-0 (= ${binary:Version}),
          libglib2.0-dev (>= 2.25.0)
+Suggests: libgck-1-doc
 Description: GLib wrapper library for PKCS#11 - development
  GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
  interface.
  .
  This package contains the static libraries, header files and
  documentation needed to build applications using the GCK library.
+
+Package: libgck-1-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: yelp
+Replaces: libgck-dev (<< 3.2.2-1)
+Breaks: libgck-dev (<< 3.2.2-1)
+Description: GLib wrapper library for PKCS#11 - documentation
+ GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
+ interface.
+ .
+ This package contains the API documentation for the GCK library.
 
 Package: libgck-1-0
 Section: libs
@@ -116,6 +130,18 @@
  This package contains the static libraries, header files and
  documentation needed to build applications using the GCR library.
 
+Package: libgcr-3-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: yelp
+Replaces: libgcr-3-dev (<< 3.2.2-1)
+Breaks: libgcr-3-dev (<< 3.2.2-1)
+Description: Library for Crypto UI related task - documentation
+ GCR is a library for crypto UI and related tasks.
+ .
+ This package contains the API documentation for the GCR library.
+
 Package: libgcr-3-1
 Section: libs
 Architecture: any

Modified: desktop/unstable/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control.in?rev=31512&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/control.in [utf-8] Fri Nov 18 12:44:13 2011
@@ -74,12 +74,26 @@
 Depends: ${misc:Depends},
          libgck-1-0 (= ${binary:Version}),
          libglib2.0-dev (>= 2.25.0)
+Suggests: libgck-1-doc
 Description: GLib wrapper library for PKCS#11 - development
  GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
  interface.
  .
  This package contains the static libraries, header files and
  documentation needed to build applications using the GCK library.
+
+Package: libgck-1-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: yelp
+Replaces: libgck-dev (<< 3.2.2-1)
+Breaks: libgck-dev (<< 3.2.2-1)
+Description: GLib wrapper library for PKCS#11 - documentation
+ GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
+ interface.
+ .
+ This package contains the API documentation for the GCK library.
 
 Package: libgck-1-0
 Section: libs
@@ -111,6 +125,18 @@
  This package contains the static libraries, header files and
  documentation needed to build applications using the GCR library.
 
+Package: libgcr-3-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: yelp
+Replaces: libgcr-3-dev (<< 3.2.2-1)
+Breaks: libgcr-3-dev (<< 3.2.2-1)
+Description: Library for Crypto UI related task - documentation
+ GCR is a library for crypto UI and related tasks.
+ .
+ This package contains the API documentation for the GCR library.
+
 Package: libgcr-3-1
 Section: libs
 Architecture: any

Modified: desktop/unstable/gnome-keyring/debian/libgck-1-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/libgck-1-dev.install?rev=31512&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/libgck-1-dev.install [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/libgck-1-dev.install [utf-8] Fri Nov 18 12:44:13 2011
@@ -2,4 +2,3 @@
 usr/lib/libgck-1.a
 usr/lib/libgck-1.so
 usr/lib/pkgconfig/gck-1.pc
-usr/share/gtk-doc/html/gck

Added: desktop/unstable/gnome-keyring/debian/libgck-1-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/libgck-1-doc.install?rev=31512&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/libgck-1-doc.install (added)
+++ desktop/unstable/gnome-keyring/debian/libgck-1-doc.install [utf-8] Fri Nov 18 12:44:13 2011
@@ -1,0 +1,1 @@
+usr/share/gtk-doc/html/gck

Modified: desktop/unstable/gnome-keyring/debian/libgcr-3-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/libgcr-3-dev.install?rev=31512&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/libgcr-3-dev.install [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/libgcr-3-dev.install [utf-8] Fri Nov 18 12:44:13 2011
@@ -2,4 +2,3 @@
 usr/lib/libgcr-3.a
 usr/lib/libgcr-3.so
 usr/lib/pkgconfig/gcr-3.pc
-usr/share/gtk-doc/html/gcr-3

Added: desktop/unstable/gnome-keyring/debian/libgcr-3-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/libgcr-3-doc.install?rev=31512&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/libgcr-3-doc.install (added)
+++ desktop/unstable/gnome-keyring/debian/libgcr-3-doc.install [utf-8] Fri Nov 18 12:44:13 2011
@@ -1,0 +1,1 @@
+usr/share/gtk-doc/html/gcr-3




More information about the pkg-gnome-commits mailing list