[entropy.client] make possible to enable splitdebug per-package, close bug 2712

This commit is contained in:
Fabio Erculiani
2011-10-21 23:01:37 +02:00
parent 253c710d41
commit 5c66b81011
3 changed files with 127 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
# package.splitdebug example file
#
# In this file you can specify dependencies, one per line, for which you
# would like to have the splitdebug feature turned on. This means that
# if at least one valid entry is listed here, the installation of
# /usr/lib/debug files will be enabled only for it.
# Otherwise, if splitdebug is enabled in client.conf and no entries
# are listed here, splitdebug will be considered enabled for any package.
# LINE CONSTRUCTION:
# <dependency to match>
# See examples below
# NOTE: for inline comments, please use "##" instead of "#"
# EXAMPLES:
# >=media-libs/foo-1.2.3
# media-libs/foo
# <media-libs/foo-1.2.3
# media-libs/foo:1
# >=media-libs/foo-1.2.3#2.6.23-sabayon-r1
# media-libs/foo::sabayon-repo
#
# :1 means package with SLOT="1"
# #2.6.23-sabayon-r1 means package with kernel tag = 2.6.23-sabayon-r1