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

r6551 - glibc-package/branches/glibc-2.21/debian/rules.d



Author: aurel32
Date: 2015-09-10 09:19:26 +0000 (Thu, 10 Sep 2015)
New Revision: 6551

Modified:
   glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk
Log:
Don't generate symbols for iconv libraries


Modified: glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk	2015-09-10 08:38:17 UTC (rev 6550)
+++ glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk	2015-09-10 09:19:26 UTC (rev 6551)
@@ -103,7 +103,7 @@
 		-o -regex '.*/libpthread-.*so' \
 		-o -regex '.*/libc-.*so' \) \
 		-exec chmod a+x '{}' ';'
-	dh_makeshlibs -X/usr/lib/debug -p$(curpass) -V "$(call xx,shlib_dep)"
+	dh_makeshlibs -Xgconv/ -p$(curpass) -V "$(call xx,shlib_dep)"
 	# Add relevant udeb: lines in shlibs files
 	chmod a+x debian/shlibs-add-udebs
 	./debian/shlibs-add-udebs $(curpass)


Reply to: