RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-4_5: rpm/scripts/ find-debuginfo.sh

From: Robert Scheck <robert@rpm5.org>
Date: Fri 31 Aug 2007 - 03:07:02 CEST
Message-Id: <20070831010702.CA76634845B@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Robert Scheck
  Root:   /v/rpm/cvs                       Email:  robert@rpm5.org
  Module: rpm                              Date:   31-Aug-2007 03:07:02
  Branch: rpm-4_5                          Handle: 2007083102070200

  Modified files:           (Branch: rpm-4_5)
    rpm/scripts             find-debuginfo.sh

  Log:
    Corrected path: debugedit is in /usr/lib/rpm/4.5/debugedit for 4.5 now

  Summary:
    Revision    Changes     Path
    1.9.2.1     +1  -1      rpm/scripts/find-debuginfo.sh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/scripts/find-debuginfo.sh
  ============================================================================
  $ cvs diff -u -r1.9 -r1.9.2.1 find-debuginfo.sh
  --- rpm/scripts/find-debuginfo.sh	25 May 2007 17:36:39 -0000	1.9
  +++ rpm/scripts/find-debuginfo.sh	31 Aug 2007 01:07:02 -0000	1.9.2.1
  @@ -30,7 +30,7 @@
   	[ -f "${debugfn}" ] && continue
   
   	echo extracting debug info from $f
  -	/usr/lib/rpm/debugedit -b "$RPM_BUILD_DIR" -d /usr/src/debug -l "$SOURCEFILE" "$f"
  +	/usr/lib/rpm/4.5/debugedit -b "$RPM_BUILD_DIR" -d /usr/src/debug -l "$SOURCEFILE" "$f"
   
   	# A binary already copied into /usr/lib/debug doesn't get stripped,
   	# just has its file names collected and adjusted.
  @@ .
Received on Fri Aug 31 03:07:02 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.