r32925 - in /desktop/experimental/gnome-keyring/debian: ./ patches/

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Fri Mar 9 23:13:00 UTC 2012


Author: jbicha-guest
Date: Fri Mar  9 23:12:58 2012
New Revision: 32925

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32925
Log:
* New upstream release.
  - gck and gcr libraries have been split off to separate gcr source
* debian/control.in: Bump Standards-Version to 3.9.3. No further changes.
* Drop git patches as they've been applied upstream

Removed:
    desktop/experimental/gnome-keyring/debian/libgck-1-0.install
    desktop/experimental/gnome-keyring/debian/libgck-1-0.symbols
    desktop/experimental/gnome-keyring/debian/libgck-1-dev.install
    desktop/experimental/gnome-keyring/debian/libgck-1-doc.install
    desktop/experimental/gnome-keyring/debian/libgcr-3-1.install
    desktop/experimental/gnome-keyring/debian/libgcr-3-1.symbols
    desktop/experimental/gnome-keyring/debian/libgcr-3-common.install
    desktop/experimental/gnome-keyring/debian/libgcr-3-dev.install
    desktop/experimental/gnome-keyring/debian/libgcr-3-doc.install
Modified:
    desktop/experimental/gnome-keyring/debian/changelog
    desktop/experimental/gnome-keyring/debian/control
    desktop/experimental/gnome-keyring/debian/control.in
    desktop/experimental/gnome-keyring/debian/gnome-keyring.install
    desktop/experimental/gnome-keyring/debian/patches/series
    desktop/experimental/gnome-keyring/debian/rules

Modified: desktop/experimental/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/changelog?rev=32925&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/changelog [utf-8] Fri Mar  9 23:12:58 2012
@@ -1,3 +1,12 @@
+gnome-keyring (3.3.91-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    - gck and gcr libraries have been split off to separate gcr source
+  * debian/control.in: Bump Standards-Version to 3.9.3. No further changes.
+  * Drop git patches as they've been applied upstream
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Fri, 09 Mar 2012 18:04:33 -0500
+
 gnome-keyring (3.2.2-2) unstable; urgency=low
 
   [ Martin Pitt ]

Modified: desktop/experimental/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/control?rev=32925&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/control [utf-8] Fri Mar  9 23:12:58 2012
@@ -20,13 +20,15 @@
                gtk-doc-tools (>= 1.9),
                docbook-xml,
                libdbus-1-dev (>= 1.0),
+               libgck-1-dev (>= 3.3.4),
+               libgcr-3-dev (>= 3.3.3),
                libgcrypt11-dev (>= 1.2.2),
                libp11-kit-dev (>= 0.6),
                libpam0g-dev,
                ca-certificates,
                libglib2.0-doc,
                libcap-ng-dev [linux-any]
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-keyring/
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-keyring/
 Homepage: http://live.gnome.org/GnomeKeyring
@@ -71,99 +73,3 @@
  When installed, this module will automatically be used by GDM and
  gnome-screensaver to unlock your keyrings when logging in and when
  unlocking the screen saver.
-
-Package: libgck-1-dev
-Section: libdevel
-Architecture: any
-Replaces: libgnome-keyring-dev (<< 2.25)
-Depends: ${misc:Depends},
-         libgck-1-0 (= ${binary:Version}),
-         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)
- 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: devhelp
-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
-Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Description: Glib wrapper library for PKCS#11 - runtime
- GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
- interface.
- .
- This package contains the shared libraries needed to run programs
- built against the GCK library.
-
-Package: libgcr-3-dev
-Section: libdevel
-Architecture: any
-Depends: ${misc:Depends},
-         libgcr-3-1 (= ${binary:Version}),
-         libglib2.0-dev (>= 2.25.0),
-         libgck-1-dev (= ${binary:Version}),
-         libgtk-3-dev (>= 3.0.0),
-         libtasn1-3-dev (>= 0.3.4),
-         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
- GCR is a library for crypto UI and related tasks.
- .
- 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: devhelp
-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
-Depends: ${misc: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/experimental/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/control.in?rev=32925&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/control.in [utf-8] Fri Mar  9 23:12:58 2012
@@ -15,13 +15,15 @@
                gtk-doc-tools (>= 1.9),
                docbook-xml,
                libdbus-1-dev (>= 1.0),
+               libgck-1-dev (>= 3.3.4),
+               libgcr-3-dev (>= 3.3.3),
                libgcrypt11-dev (>= 1.2.2),
                libp11-kit-dev (>= 0.6),
                libpam0g-dev,
                ca-certificates,
                libglib2.0-doc,
                libcap-ng-dev [linux-any]
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-keyring/
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-keyring/
 Homepage: http://live.gnome.org/GnomeKeyring
@@ -66,99 +68,3 @@
  When installed, this module will automatically be used by GDM and
  gnome-screensaver to unlock your keyrings when logging in and when
  unlocking the screen saver.
-
-Package: libgck-1-dev
-Section: libdevel
-Architecture: any
-Replaces: libgnome-keyring-dev (<< 2.25)
-Depends: ${misc:Depends},
-         libgck-1-0 (= ${binary:Version}),
-         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)
- 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: devhelp
-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
-Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Description: Glib wrapper library for PKCS#11 - runtime
- GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
- interface.
- .
- This package contains the shared libraries needed to run programs
- built against the GCK library.
-
-Package: libgcr-3-dev
-Section: libdevel
-Architecture: any
-Depends: ${misc:Depends},
-         libgcr-3-1 (= ${binary:Version}),
-         libglib2.0-dev (>= 2.25.0),
-         libgck-1-dev (= ${binary:Version}),
-         libgtk-3-dev (>= 3.0.0),
-         libtasn1-3-dev (>= 0.3.4),
-         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
- GCR is a library for crypto UI and related tasks.
- .
- 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: devhelp
-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
-Depends: ${misc: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/experimental/gnome-keyring/debian/gnome-keyring.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/gnome-keyring.install?rev=32925&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/gnome-keyring.install [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/gnome-keyring.install [utf-8] Fri Mar  9 23:12:58 2012
@@ -1,13 +1,8 @@
 usr/bin
-usr/share/applications
 usr/share/locale
 usr/share/dbus-1/services
-usr/share/icons
-usr/share/mime
 usr/share/glib-2.0/schemas
 usr/share/GConf/gsettings
-usr/share/gnome-keyring-3/ui
-usr/lib/gnome-keyring/gnome-keyring-prompt*
 usr/lib/gnome-keyring/devel/*.so
 usr/lib/*/pkcs11/*.so
 etc/xdg/autostart

Modified: desktop/experimental/gnome-keyring/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/patches/series?rev=32925&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/patches/series [utf-8] Fri Mar  9 23:12:58 2012
@@ -1,4 +1,1 @@
-00git_gmodule_include.patch
-00git_glib_2.31_deprecations.patch
-00git_rpc-layer-Correctly-handle-case-where-gnome-keyring-.patch
 03_kfreebsd.patch

Modified: desktop/experimental/gnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/rules?rev=32925&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/rules [utf-8] Fri Mar  9 23:12:58 2012
@@ -17,7 +17,5 @@
                              --disable-update-mime
 
 DEB_DH_MAKESHLIBS_ARGS_gnome-keyring := --no-act
-DEB_DH_MAKESHLIBS_ARGS_libgcr-3-0 += -V -- -c4
-DEB_DH_MAKESHLIBS_ARGS_libgck0 += -V -- -c4
 
 common-binary-post-install-arch:: list-missing




More information about the pkg-gnome-commits mailing list