r26227 - in /desktop/experimental/gnome-keyring/debian: changelog libgck0.shlibs libgcr-3-0.shlibs rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Jan 12 17:57:37 UTC 2011


Author: pochu
Date: Wed Jan 12 17:57:37 2011
New Revision: 26227

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26227
Log:
* debian/libgcr-3-0.shlibs,
  debian/libgck0.shlibs,
  debian/rules:
  - Generate the shlibs files at build time, and make them depend on the
    upstream version. We have .symbols files anyway, and updating the
    shlibs version is error prone. This puts us on the safe side.

Removed:
    desktop/experimental/gnome-keyring/debian/libgck0.shlibs
    desktop/experimental/gnome-keyring/debian/libgcr-3-0.shlibs
Modified:
    desktop/experimental/gnome-keyring/debian/changelog
    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=26227&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/changelog [utf-8] Wed Jan 12 17:57:37 2011
@@ -11,6 +11,12 @@
     - Add a Build-Depends-Package line to get proper dependencies when a
       package build-depends on a higher version of libgcr-dev than what
       it gets from the used symbols.
+  * debian/libgcr-3-0.shlibs,
+    debian/libgck0.shlibs,
+    debian/rules:
+    - Generate the shlibs files at build time, and make them depend on the
+      upstream version. We have .symbols files anyway, and updating the
+      shlibs version is error prone. This puts us on the safe side.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 02 Jan 2011 19:04:31 +0000
 

Modified: desktop/experimental/gnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/rules?rev=26227&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/rules [utf-8] Wed Jan 12 17:57:37 2011
@@ -15,7 +15,7 @@
                              --enable-gtk-doc
 
 DEB_DH_MAKESHLIBS_ARGS_gnome-keyring := --no-act
-DEB_DH_MAKESHLIBS_ARGS_libgcr-3-0 += -- -c4
-DEB_DH_MAKESHLIBS_ARGS_libgck0 += -- -c4
+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