r31513 - in /desktop/unstable/gnome-keyring/debian: changelog control control.in libgcr-3-1.install libgcr-3-common.install

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


Author: biebl
Date: Fri Nov 18 12:50:40 2011
New Revision: 31513

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31513
Log:
Split the data files from libgcr-3-1 into a libgcr-3-common package and
make libgcr-3-1 depend on it.

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

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=31513&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/changelog [utf-8] Fri Nov 18 12:50:40 2011
@@ -23,6 +23,8 @@
     - Update symbols files.
   * Split the API documentation into libgck-1-doc and libgcr-3-doc and add the
     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.
 
  -- 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=31513&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/control [utf-8] Fri Nov 18 12:50:40 2011
@@ -146,9 +146,21 @@
 Section: libs
 Architecture: any
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         libgcr-3-common
 Description: Library for Crypto UI related task - runtime
  GCR is a library for crypto UI and related tasks.
  .
  This package contains the shared libraries needed to run programs
  built against the GCR library.
+
+Package: libgcr-3-common
+Section: libs
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: libgcr-3-0 (<< 3.2.2-1)
+Breaks: libgcr-3-0 (<< 3.2.2-1)
+Description: Library for Crypto UI related task - common files
+ GCR is a library for crypto UI and related tasks.
+ .
+ This package contains data files uses by the GCR library.

Modified: desktop/unstable/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control.in?rev=31513&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:50:40 2011
@@ -141,9 +141,21 @@
 Section: libs
 Architecture: any
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         libgcr-3-common
 Description: Library for Crypto UI related task - runtime
  GCR is a library for crypto UI and related tasks.
  .
  This package contains the shared libraries needed to run programs
  built against the GCR library.
+
+Package: libgcr-3-common
+Section: libs
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: libgcr-3-0 (<< 3.2.2-1)
+Breaks: libgcr-3-0 (<< 3.2.2-1)
+Description: Library for Crypto UI related task - common files
+ GCR is a library for crypto UI and related tasks.
+ .
+ This package contains data files uses by the GCR library.

Modified: desktop/unstable/gnome-keyring/debian/libgcr-3-1.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/libgcr-3-1.install?rev=31513&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/libgcr-3-1.install [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/libgcr-3-1.install [utf-8] Fri Nov 18 12:50:40 2011
@@ -1,2 +1,1 @@
 usr/lib/libgcr-3.so.*
-usr/share/gcr-3/ui

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




More information about the pkg-gnome-commits mailing list