[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3326 - glibc-package/trunk/debian/rules.d



Author: aurel32
Date: 2009-02-27 16:05:07 +0000 (Fri, 27 Feb 2009)
New Revision: 3326

Modified:
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
Remove calls to old objcopy wrapper


Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk	2009-02-27 14:55:53 UTC (rev 3325)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk	2009-02-27 16:05:07 UTC (rev 3326)
@@ -76,10 +76,10 @@
 	if test "$(NOSTRIP_$(curpass))" != 1; then			\
 	  dh_strip -p$(curpass) -Xlibpthread --dbg-package=$(libc)-dbg; \
 	  (cd debian/$(curpass);					\
-	   find . -name libpthread-\*.so -exec				\
-	     ../../debian/wrapper/objcopy --only-keep-debug '{}'	\
-	     ../$(libc)-dbg/usr/lib/debug/'{}' ';' || true;		\
 	   find . -name libpthread-\*.so -exec objcopy			\
+	     --only-keep-debug '{}' ../$(libc)-dbg/usr/lib/debug/'{}'   \
+	     ';' || true;						\
+	   find . -name libpthread-\*.so -exec objcopy			\
 	     --add-gnu-debuglink=../$(libc)-dbg/usr/lib/debug/'{}'	\
 	     '{}' ';' || true);						\
 	  find debian/$(curpass) -name libpthread-\*.so -exec		\


Reply to: