Hi,

Here is a patch for debian/config.in. Running debian/rules clean and debian/rules binary results in packages gnome-keyring-dbg, libgp11-0-dbg, libpam-gnome-keyring-dbg and libgcr0-dbg, each depending on the appropriate non-dbg package.

Regards,
--
Matijs
--- debian/control.in.orig	2010-04-16 15:36:28.000000000 +0200
+++ debian/control.in	2010-04-16 15:33:16.000000000 +0200
@@ -111,3 +111,53 @@
  .
  This package contains the shared libraries needed to run programs
  built against the GCR library.
+
+Package: gnome-keyring-dbg
+Section: debug
+Architecture: any
+Depends: gnome-keyring (= ${binary:Version})
+Description: GNOME keyring services (daemon and tools)
+ gnome-keyring is a daemon in the session, similar to ssh-agent,
+ and other applications can use it to store passwords and other
+ sensitive information.
+ .
+ The program can manage several keyrings, each with its own master
+ password, and there is also a session keyring which is never stored to
+ disk, but forgotten when the session ends.
+ .
+ This package contains detached debugging symbols.
+
+Package: libgp11-0-dbg
+Section: debug
+Architecture: any
+Depends: libgp11-0 (= ${binary:Version})
+Description: Glib wrapper library for PKCS#11 (debug symbols)
+ GP11 is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) 
+ interface.
+ .
+ This package contains detached debugging symbols.
+
+Package: libpam-gnome-keyring-dbg
+Section: debug
+Architecture: any
+Depends: libpam-gnome-keyring (= ${binary:Version})
+Description: PAM module to unlock the GNOME keyring upon login (debug symbols)
+ gnome-keyring is a daemon in the session, similar to ssh-agent,
+ and other applications can use it to store passwords and other
+ sensitive information.
+ .
+ libpam-gnome-keyring is a PAM module that will automatically unlock the
+ keyrings using your login password, making gnome-keyring usage transparent
+ without losing its security benefits.
+ .
+ This package contains detached debugging symbols.
+
+Package: libgcr0-dbg
+Section: debug
+Architecture: any
+Depends: libgcr0 (= ${binary:Version})
+Description: Library for Crypto UI related task (debug symbols)
+ GCR is a library for crypto UI and related tasks.
+ .
+ This package contains detached debugging symbols.
+

Reply via email to