SOURCES (rpm-4_5): rpm-debuginfo.patch - fix debuginfo binary path
glen
glen at pld-linux.org
Wed Aug 27 20:35:34 CEST 2008
Author: glen Date: Wed Aug 27 18:35:34 2008 GMT
Module: SOURCES Tag: rpm-4_5
---- Log message:
- fix debuginfo binary path
---- Files affected:
SOURCES:
rpm-debuginfo.patch (1.15.6.7.2.2 -> 1.15.6.7.2.3)
---- Diffs:
================================================================
Index: SOURCES/rpm-debuginfo.patch
diff -u SOURCES/rpm-debuginfo.patch:1.15.6.7.2.2 SOURCES/rpm-debuginfo.patch:1.15.6.7.2.3
--- SOURCES/rpm-debuginfo.patch:1.15.6.7.2.2 Thu Aug 21 22:46:19 2008
+++ SOURCES/rpm-debuginfo.patch Wed Aug 27 20:35:28 2008
@@ -45,8 +45,8 @@
%{__arch_install_post}\
%{__os_install_post}\
%{nil}
---- rpm-4.5/scripts/find-debuginfo.sh~ 2008-06-10 01:31:33.274524622 +0300
-+++ rpm-4.5/scripts/find-debuginfo.sh 2008-05-22 14:11:01.000000000 +0300
+--- rpm-4.5/scripts/find-debuginfo.sh 2008-05-22 14:11:01.000000000 +0300
++++ rpm-4.5/scripts/find-debuginfo.sh 2008-08-27 21:28:20.669206923 +0300
@@ -1,32 +1,50 @@
#!/bin/sh
-#find-debuginfo.sh - automagically generate debug info and file list
@@ -115,3 +115,12 @@
+ [ -f "$debugfn" ] && continue
echo extracting debug info from $f
+@@ -37,7 +55,7 @@
+ [ -f "$debugfn" ] && continue
+
+ echo extracting debug info from $f
+- /usr/lib/rpm/4.5/debugedit -b "$RPM_BUILD_DIR" -d /usr/src/debug -l "$SOURCEFILE" "$f"
++ /usr/lib/rpm/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.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-debuginfo.patch?r1=1.15.6.7.2.2&r2=1.15.6.7.2.3&f=u
More information about the pld-cvs-commit
mailing list