public inbox for debugedit@sourceware.org
 help / color / mirror / Atom feed
* [Bug find-debuginfo.sh/27640] New: find-debuginfo.sh or find-debuginfo?
@ 2021-03-24  6:34 doko at debian dot org
  2021-05-06  0:33 ` [Bug find-debuginfo.sh/27640] " mark at klomp dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at debian dot org @ 2021-03-24  6:34 UTC (permalink / raw)
  To: debugedit

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

            Bug ID: 27640
           Summary: find-debuginfo.sh or find-debuginfo?
           Product: debugedit
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: find-debuginfo.sh
          Assignee: unassigned at sourceware dot org
          Reporter: doko at debian dot org
                CC: debugedit at sourceware dot org
  Target Milestone: ---

How should that be named, find-debuginfo.sh or find-debuginfo?

Usually the interpreter name is not included in the tool name.

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug find-debuginfo.sh/27640] find-debuginfo.sh or find-debuginfo?
  2021-03-24  6:34 [Bug find-debuginfo.sh/27640] New: find-debuginfo.sh or find-debuginfo? doko at debian dot org
@ 2021-05-06  0:33 ` mark at klomp dot org
  2021-05-06  9:52 ` pmatilai at redhat dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mark at klomp dot org @ 2021-05-06  0:33 UTC (permalink / raw)
  To: debugedit

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

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org,
                   |                            |pmatilai at redhat dot com

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
It would be nice to rename it to simply find-debuginfo. But this might have
some backwards compatibility issues for rpm and old spec files which might rely
on the exact name. This might not be too strong an objection to renaming it
though. Up till now this was an internal detail of rpm.

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug find-debuginfo.sh/27640] find-debuginfo.sh or find-debuginfo?
  2021-03-24  6:34 [Bug find-debuginfo.sh/27640] New: find-debuginfo.sh or find-debuginfo? doko at debian dot org
  2021-05-06  0:33 ` [Bug find-debuginfo.sh/27640] " mark at klomp dot org
@ 2021-05-06  9:52 ` pmatilai at redhat dot com
  2021-05-18 17:26 ` [Bug find-debuginfo/27640] " mark at klomp dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pmatilai at redhat dot com @ 2021-05-06  9:52 UTC (permalink / raw)
  To: debugedit

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

--- Comment #2 from Panu Matilainen <pmatilai at redhat dot com> ---
Rpm will not mind renaming, but if you want to do it then please do it *now*
rather than some future point.

There are quite some packages directly referring
%{_rpmconfigdir}/find-debuginfo.sh or /usr/lib/rpm/find-debuginfo.sh, and as
the path will now change anyhow, I think rpm needs to setup a symlink pointing
to the real script at that location for backwards compat.

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug find-debuginfo/27640] find-debuginfo.sh or find-debuginfo?
  2021-03-24  6:34 [Bug find-debuginfo.sh/27640] New: find-debuginfo.sh or find-debuginfo? doko at debian dot org
  2021-05-06  0:33 ` [Bug find-debuginfo.sh/27640] " mark at klomp dot org
  2021-05-06  9:52 ` pmatilai at redhat dot com
@ 2021-05-18 17:26 ` mark at klomp dot org
  2021-06-14 10:26 ` pmatilai at redhat dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mark at klomp dot org @ 2021-05-18 17:26 UTC (permalink / raw)
  To: debugedit

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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug find-debuginfo/27640] find-debuginfo.sh or find-debuginfo?
  2021-03-24  6:34 [Bug find-debuginfo.sh/27640] New: find-debuginfo.sh or find-debuginfo? doko at debian dot org
                   ` (2 preceding siblings ...)
  2021-05-18 17:26 ` [Bug find-debuginfo/27640] " mark at klomp dot org
@ 2021-06-14 10:26 ` pmatilai at redhat dot com
  2021-06-14 10:35 ` ldv at sourceware dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pmatilai at redhat dot com @ 2021-06-14 10:26 UTC (permalink / raw)
  To: debugedit

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

--- Comment #4 from Panu Matilainen <pmatilai at redhat dot com> ---
Hey, could we have a new release with this change, even if only for that
particular purpose? I'd like to proceed from the rpm side, but I really don't
want to deal with multiple possible names when it's already decided that it'll
be one and not the other.

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug find-debuginfo/27640] find-debuginfo.sh or find-debuginfo?
  2021-03-24  6:34 [Bug find-debuginfo.sh/27640] New: find-debuginfo.sh or find-debuginfo? doko at debian dot org
                   ` (3 preceding siblings ...)
  2021-06-14 10:26 ` pmatilai at redhat dot com
@ 2021-06-14 10:35 ` ldv at sourceware dot org
  2021-06-17 16:59 ` mark at klomp dot org
  2021-06-18  7:03 ` pmatilai at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: ldv at sourceware dot org @ 2021-06-14 10:35 UTC (permalink / raw)
  To: debugedit

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

--- Comment #5 from Dmitry V. Levin <ldv at sourceware dot org> ---
(In reply to Panu Matilainen from comment #4)
> Hey, could we have a new release with this change, even if only for that
> particular purpose?

+1

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug find-debuginfo/27640] find-debuginfo.sh or find-debuginfo?
  2021-03-24  6:34 [Bug find-debuginfo.sh/27640] New: find-debuginfo.sh or find-debuginfo? doko at debian dot org
                   ` (4 preceding siblings ...)
  2021-06-14 10:35 ` ldv at sourceware dot org
@ 2021-06-17 16:59 ` mark at klomp dot org
  2021-06-18  7:03 ` pmatilai at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: mark at klomp dot org @ 2021-06-17 16:59 UTC (permalink / raw)
  To: debugedit

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

--- Comment #6 from Mark Wielaard <mark at klomp dot org> ---
(In reply to Dmitry V. Levin from comment #5)
> (In reply to Panu Matilainen from comment #4)
> > Hey, could we have a new release with this change, even if only for that
> > particular purpose?
> 
> +1

debugedit 0.3 has been released!
https://sourceware.org/pub/debugedit/0.3/

For Fedora I did a build with a compatibility find-debuginfo.sh ->
find-debuginfo symlink for now to not accidentially break anything. But I'll
remove that for the next build.

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug find-debuginfo/27640] find-debuginfo.sh or find-debuginfo?
  2021-03-24  6:34 [Bug find-debuginfo.sh/27640] New: find-debuginfo.sh or find-debuginfo? doko at debian dot org
                   ` (5 preceding siblings ...)
  2021-06-17 16:59 ` mark at klomp dot org
@ 2021-06-18  7:03 ` pmatilai at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: pmatilai at redhat dot com @ 2021-06-18  7:03 UTC (permalink / raw)
  To: debugedit

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

--- Comment #7 from Panu Matilainen <pmatilai at redhat dot com> ---
Perfect, thanks!

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-06-18  7:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24  6:34 [Bug find-debuginfo.sh/27640] New: find-debuginfo.sh or find-debuginfo? doko at debian dot org
2021-05-06  0:33 ` [Bug find-debuginfo.sh/27640] " mark at klomp dot org
2021-05-06  9:52 ` pmatilai at redhat dot com
2021-05-18 17:26 ` [Bug find-debuginfo/27640] " mark at klomp dot org
2021-06-14 10:26 ` pmatilai at redhat dot com
2021-06-14 10:35 ` ldv at sourceware dot org
2021-06-17 16:59 ` mark at klomp dot org
2021-06-18  7:03 ` pmatilai at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).