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

r5474 - glibc-package/branches/eglibc-2.17/debian



Author: adconrad
Date: 2013-02-03 10:54:18 +0000 (Sun, 03 Feb 2013)
New Revision: 5474

Modified:
   glibc-package/branches/eglibc-2.17/debian/changelog
   glibc-package/branches/eglibc-2.17/debian/libc6.symbols.armhf
Log:
Drop the armhf-specific symbols hack for the new linker, as we're 
no longer expecting partial upgrades from the out-of-archive port.

Modified: glibc-package/branches/eglibc-2.17/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/changelog	2013-02-03 03:41:29 UTC (rev 5473)
+++ glibc-package/branches/eglibc-2.17/debian/changelog	2013-02-03 10:54:18 UTC (rev 5474)
@@ -17,6 +17,8 @@
     tst-cputimer1 test, as it harmlessly comes and goes on all of them.
   * debian/testsuite-checking/expected-*: Adjust ia64 and armel results
     to allow failures expected by the upstream port maintainers of each.
+  * Drop the armhf-specific symbols hack for the new linker, as we're 
+    no longer expecting partial upgrades from the out-of-archive port.
   * debian/{control,control.in/main}: Bump Standards-Version to 3.9.4.
   * Amend eglibc-source.lintian-overrides to add libc-dev-alt.postinst.
 

Modified: glibc-package/branches/eglibc-2.17/debian/libc6.symbols.armhf
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/libc6.symbols.armhf	2013-02-03 03:41:29 UTC (rev 5473)
+++ glibc-package/branches/eglibc-2.17/debian/libc6.symbols.armhf	2013-02-03 10:54:18 UTC (rev 5474)
@@ -1,7 +1,7 @@
 #include "libc6.symbols.common"
-ld-linux-armhf.so.3 #PACKAGE# (>= 2.13-28)
+ld-linux-armhf.so.3 #PACKAGE# #MINVER#
 #include "symbols.wildcards"
-libc.so.6 #PACKAGE# (>= 2.13-28)
+libc.so.6 #PACKAGE# #MINVER#
 #include "symbols.wildcards"
  getcontext@GLIBC_2.4 2.13-31
  makecontext@GLIBC_2.4 2.13-31


Reply to: