From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3E6B93896C18; Tue, 18 May 2021 17:26:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E6B93896C18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1621358766; bh=FQjVXLwS2T4zH3br1DJElsYY94k/FCiiXibAR1/fscg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iPnw/CrDW4BhUQCZM96ZHDeOiti6LVsYzGHUdEM7OB3VuvBviwxcjJmQxQ5J7llb/ DEb6P3UAfyKDAnkHHhWLelZPpx55Ty0Ug1VxNZVoWeOIyRXb0RPUS1HYWfLakrp3Lt HJOq14IW51OZbR11FD3fz1761dFDwQpjMgHrJWfE= From: "mark at klomp dot org" To: debugedit@sourceware.org Subject: [Bug find-debuginfo/27640] find-debuginfo.sh or find-debuginfo? Date: Tue, 18 May 2021 17:26:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: find-debuginfo X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: debugedit@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: debugedit development mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2021 17:26:06 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27640 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Mark Wielaard --- find-debuginfo (without .sh) it is (also changed the component name in bugzilla) commit 75e085aa341c247cdb47d9a40a6324f308ceccae Author: Mark Wielaard 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=