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

r1509 - in glibc-package/trunk/debian: . rules.d



Author: aurel32
Date: 2006-05-22 03:32:49 +0000 (Mon, 22 May 2006)
New Revision: 1509

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/build.mk
Log:

  * debian/rules/build.mk: don't remove ld.so from udeb packages.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-05-21 22:23:35 UTC (rev 1508)
+++ glibc-package/trunk/debian/changelog	2006-05-22 03:32:49 UTC (rev 1509)
@@ -1,6 +1,6 @@
 glibc (2.3.6-11) UNRELEASED; urgency=low
 
-  * 
+  * debian/rules/build.mk: don't remove ld.so from udeb packages.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 21 May 2006 21:49:35 +0000
 

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk	2006-05-21 22:23:35 UTC (rev 1508)
+++ glibc-package/trunk/debian/rules.d/build.mk	2006-05-22 03:32:49 UTC (rev 1509)
@@ -120,7 +120,7 @@
 	fi
 
 	# Remove ld.so from optimized libraries
-	if [ $(curpass) != libc ] && [ $(call xx,configure_build) = $(call xx,configure_target) ]; then \
+	if [ $(curpass) != libc ] && [ $(curpass) != udeb ] && [ $(call xx,configure_build) = $(call xx,configure_target) ]; then \
 		rm -f debian/tmp-$(curpass)/$(call xx,slibdir)/ld*.so* ; \
 	fi
 	



Reply to: