updating debugedit to be built from its production repository (#23851)

Signed-off-by: vsoch <vsoch@users.noreply.github.com>

Co-authored-by: vsoch <vsoch@users.noreply.github.com>
This commit is contained in:
Vanessasaurus 2021-05-22 22:27:32 -06:00 committed by GitHub
parent d45674c1cb
commit ec00d68ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,17 +8,20 @@
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')