r35073 - in /desktop/unstable/gcr/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat May 19 23:07:49 UTC 2012


Author: biebl
Date: Sat May 19 23:07:49 2012
New Revision: 35073

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35073
Log:
Fix the Breaks/Replaces in libgcr-3-common. Closes: #673581

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

Modified: desktop/unstable/gcr/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/changelog?rev=35073&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/changelog [utf-8] (original)
+++ desktop/unstable/gcr/debian/changelog [utf-8] Sat May 19 23:07:49 2012
@@ -1,3 +1,9 @@
+gcr (3.4.1-3) UNRELEASED; urgency=low
+
+  * Fix the Breaks/Replaces in libgcr-3-common. Closes: #673581
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 20 May 2012 01:06:54 +0200
+
 gcr (3.4.1-2) unstable; urgency=low
 
   * Let libgck-1-0 break gnome-keyring and seahorse (<< 3.4), as their

Modified: desktop/unstable/gcr/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/control?rev=35073&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/control [utf-8] (original)
+++ desktop/unstable/gcr/debian/control [utf-8] Sat May 19 23:07:49 2012
@@ -76,7 +76,8 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Breaks: gnome-keyring (<< 3.4), seahorse (<< 3.4)
+Breaks: gnome-keyring (<< 3.4),
+        seahorse (<< 3.4)
 Description: Glib wrapper library for PKCS#11 - runtime
  GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
  interface.
@@ -145,8 +146,8 @@
 Section: libs
 Architecture: all
 Depends: ${misc:Depends}
-Replaces: libgcr-3-1 (<< 3.2.2-1)
-Breaks: libgcr-3-1 (<< 3.2.2-1)
+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.
  .

Modified: desktop/unstable/gcr/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/control.in?rev=35073&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/control.in [utf-8] (original)
+++ desktop/unstable/gcr/debian/control.in [utf-8] Sat May 19 23:07:49 2012
@@ -71,7 +71,8 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Breaks: gnome-keyring (<< 3.4), seahorse (<< 3.4)
+Breaks: gnome-keyring (<< 3.4),
+        seahorse (<< 3.4)
 Description: Glib wrapper library for PKCS#11 - runtime
  GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
  interface.
@@ -140,8 +141,8 @@
 Section: libs
 Architecture: all
 Depends: ${misc:Depends}
-Replaces: libgcr-3-1 (<< 3.2.2-1)
-Breaks: libgcr-3-1 (<< 3.2.2-1)
+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.
  .




More information about the pkg-gnome-commits mailing list