Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
systemtap
Commits:
0b2f7628 by Sven-Hendrik Haase at 2024-11-28T11:57:47+01:00
CONFIG_DEBUG_INFO is now enabled by default in Arch Linux kernels
Fixes #1.
- - - - -
2 changed files:
- PKGBUILD
- − systemtap.install
Changes:
=====================================
PKGBUILD
=====================================
@@ -17,7 +17,6 @@ depends=('elfutils' 'nss' 'python' 'cpio')
makedepends=('python-setuptools' 'xmlto')
optdepends=('sqlite3: for storing results in a database')
options=('!emptydirs')
-install="${pkgname}.install"
source=("https://sourceware.org/ftp/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz"{,.asc}
systemtap.sysusers)
sha512sums=('30137e232e44abe98747ae61a71a162eff5abc89e9a922f86ade834eac2cac1923ae06d4ed17710718adba082ad06d2fb544822003a54e13b97eea9e183bdf9d'
=====================================
systemtap.install deleted
=====================================
@@ -1,4 +0,0 @@
-post_install() {
- echo "CONFIG_DEBUG_INFO is disabled on official Arch Linux kernels by
default."
- echo "You need to recompile the kernel with CONFIG_DEBUG_INFO enabled."
-}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systemtap/-/commit/0b2f76289b8cab592f6e4d682d4800527d43dfea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systemtap/-/commit/0b2f76289b8cab592f6e4d682d4800527d43dfea
You're receiving this email because of your account on gitlab.archlinux.org.