Debug packages must be removed together with normal ones
Closed this issue · 0 comments
arcan1s commented
Summary
Last pacman releases added debug packages, which are built automatically. However, they are not being removed with package-remove, unless specified explicitly. The idea is that if a package is removed, it should be done together with debug package
Steps to reproduce
build.include_debug_packages = yes
ahriman package-add --now ahriman
ahriman package-remove ahriman
Expected behavior
ahriman-debug
package should be removed from the repository.