diff options
author | Allan McRae <allan@archlinux.org> | 2016-12-05 05:44:51 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-12-05 06:23:44 +0100 |
commit | 9a4d61622066d5d30c649f1c958b26526a4ceddf (patch) | |
tree | 12c3f1ef37f92e9458ecf8ca4ca834fc9aaec020 /lib/libalpm/pkghash.c | |
parent | c40ee73bc40d239702d288f922e50db1a82915d4 (diff) | |
download | pacman-9a4d61622066d5d30c649f1c958b26526a4ceddf.tar.gz pacman-9a4d61622066d5d30c649f1c958b26526a4ceddf.tar.xz |
Build a single debug package for all packages from a PKGBUILD
We want to provide source files with debug symbol packages to allow easy
stepping through the program. This becomes difficult with split packages due
to the binaries in many of these sharing source files across packages.
There are (at least) two solutions to this problem. #1: ensure common source
files are located in the debug package for the package lowest in the dependency
chain and add dependencies to the debug packages so all require source files
are present, or #2: create one debug package for all split packages in a
PKGBUILD. The second is a more robust approach despite potentially creating
very large debug packages.
This patch creates a single $pkgbase-debug package and adds provides such that
installing $pkgname-debug will always work.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/pkghash.c')
0 files changed, 0 insertions, 0 deletions