From ec00d68ba14fc782a7c9f654b5e5fc3980d209c1 Mon Sep 17 00:00:00 2001 From: Vanessasaurus <814322+vsoch@users.noreply.github.com> Date: Sat, 22 May 2021 22:27:32 -0600 Subject: updating debugedit to be built from its production repository (#23851) Signed-off-by: vsoch Co-authored-by: vsoch --- var/spack/repos/builtin/packages/debugedit/package.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/var/spack/repos/builtin/packages/debugedit/package.py b/var/spack/repos/builtin/packages/debugedit/package.py index c677eb1242..2de86c648f 100644 --- a/var/spack/repos/builtin/packages/debugedit/package.py +++ b/var/spack/repos/builtin/packages/debugedit/package.py @@ -8,17 +8,20 @@ from spack import * class Debugedit(AutotoolsPackage): """ - Debugedit was originally part of the rpm project, and is currently - being refactored to be provided outside of it. This source will - eventually be moved to sourceware or similar, as it is being maintained - by RedHat. + Debugedit is a set of libraries and programs for creating and editing + debuginfo. It allows you to get build-ids and rewrite DWARF source paths. + Debugedit was originally part of the rpm project, and now exists + as its own separate project and is maintained by RedHat. """ - homepage = "https://code.wildebeest.org/git/user/mjw/debugedit" - git = "git://code.wildebeest.org/user/mjw/debugedit" + homepage = "http://www.sourceware.org/debugedit/" + git = "git://sourceware.org/git/debugedit.git" + url = "https://sourceware.org/ftp/debugedit/0.2/debugedit-0.2.tar.xz" version('develop', branch='main') + version('0.2', sha256="b78258240bb7ec5bbff109495092dcc111aa0393f135f2d2a4b43887ba26a942") + depends_on('help2man', type='build') depends_on('pkgconfig', type='build') depends_on('autoconf', type='build') depends_on('automake', type='build') -- cgit v1.2.3-70-g09d2