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

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



Author: aurel32
Date: 2007-04-15 15:35:40 +0000 (Sun, 15 Apr 2007)
New Revision: 2072

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/build.mk
Log:
  * Put back ld.so into optimized packages, it can be useful in some cases.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-04-15 15:33:13 UTC (rev 2071)
+++ glibc-package/trunk/debian/changelog	2007-04-15 15:35:40 UTC (rev 2072)
@@ -8,8 +8,9 @@
 
   [ Aurelien Jarno ]
   * Update Italian debconf translation, by Luca Monducci.  Closes: #419399.
+  * Put back ld.so into optimized packages, it can be useful in some cases.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 15 Apr 2007 17:32:18 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 15 Apr 2007 17:35:31 +0200
 
 glibc (2.5-2) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk	2007-04-15 15:33:13 UTC (rev 2071)
+++ glibc-package/trunk/debian/rules.d/build.mk	2007-04-15 15:35:40 UTC (rev 2072)
@@ -124,11 +124,6 @@
 	  tar zcf $(CURDIR)/debian/locales-all/usr/lib/locales-all/supported.tar.gz -C $(CURDIR)/debian/tmp-libc/usr/lib/locale .; \
 	fi
 
-	# Remove ld.so from optimized libraries
-	if echo $(call xx,slibdir) | grep -q "/lib/.\+" ; then \
-		rm -f debian/tmp-$(curpass)/$(call xx,slibdir)/ld*.so* ; \
-	fi
-	
 	# Create the multidir directories, and the configuration file in /etc/ld.so.conf.d
 	if [ $(curpass) = libc ]; then \
 	  mkdir -p debian/tmp-$(curpass)/etc/ld.so.conf.d; \



Reply to: