[Bug find-debuginfo/27640] find-debuginfo.sh or find-debuginfo?

mark at klomp dot org sourceware-bugzilla@sourceware.org
Tue May 18 17:26:06 GMT 2021


https://sourceware.org/bugzilla/show_bug.cgi?id=27640

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Mark Wielaard <mark at klomp dot org> ---
find-debuginfo (without .sh) it is (also changed the component name in
bugzilla)

commit 75e085aa341c247cdb47d9a40a6324f308ceccae
Author: Mark Wielaard <mark@klomp.org>
Date:   Tue May 18 19:03:31 2021 +0200

    Rename find-debuginfo.sh to find-debuginfo

    Even though it is currently a bash script we install it as a normal
    program. So simply install it without the .sh suffix. To get the VERSION
    right in the script make it an AC_CONFIG_FILE (from find-debuginfo.in).
    This also fixes the man page name and version.

            * .gitignore: Remove find-debuginfo.sh.1.
            Add scripts/find-debuginfo and find-debuginfo.1
            * configure.ac (AC_CONFIG_FILES): Add scripts/find-debuginfo.
            * Makefile.am (bin_SCRIPTS): Rename find-debuginfo.sh to
            find-debuginfo.
            (dist_man_MANS): Rename find-debuginfo.sh.1 to find-debuginfo.1.
            (find-debuginfo.sh.1): Rename to ...
            (find-debuginfo.1): ...this and update invocation.
            (EXTRA_DIST): Rename scripts/find-debuginfo.sh to
            scripts/find-debuginfo.
            * scripts/find-debuginfo.sh: Rename to ...
            * scripts/find-debuginfo.in: ...this.
            Change all find-debuginfo.sh to find-debuginfo.
            Use @VERSION@ for --version.

    Signed-off-by: Mark Wielaard <mark@klomp.org>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Debugedit mailing list