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

r3480 - in glibc-package/branches/eglibc-2.10/debian: . debhelper.in



Author: aurel32
Date: 2009-05-10 08:35:06 +0000 (Sun, 10 May 2009)
New Revision: 3480

Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc-alt.lintian
   glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc-otherbuild.lintian
   glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc.lintian
Log:
debian/debhelper.in/*.lintian: upgrade to 2.10.



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/changelog	2009-05-09 23:40:37 UTC (rev 3479)
+++ glibc-package/branches/eglibc-2.10/debian/changelog	2009-05-10 08:35:06 UTC (rev 3480)
@@ -5,7 +5,8 @@
     - Fix C++ declaration of string functions.  Closes: #496763.
     - Add Handling for group shadow files.  Closes: # 519479.
     - debian/copyright, debian/*symbols*, debian/shlibver, 
-      debian/locales-depver: upgrade to 2.10.
+      debian/locales-depver, debian/debhelper.in/*.lintian: upgrade
+      to 2.10.
     - alpha has been moved to ports, update debian/patches/alpha/*
       accordingly.
     - Remove debian/patches/arm/submitted-setjmp.diff (merged).
@@ -41,7 +42,7 @@
     - Remove localedata/cvs-el_CY-el_GR-frac_digits.diff (merged).
   * Remove localedata/locale-fr_FR.diff as coreutils has been fixed.
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 05 May 2009 09:57:43 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 10 May 2009 10:34:18 +0200
 
 eglibc (2.9-13) unstable; urgency=low
 

Modified: glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc-alt.lintian
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc-alt.lintian	2009-05-09 23:40:37 UTC (rev 3479)
+++ glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc-alt.lintian	2009-05-10 08:35:06 UTC (rev 3480)
@@ -1,6 +1,6 @@
 # libpthread must be stripped specially; GDB needs the non-dynamic 
 # symbol table in order to load the thread debugging library.
-LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.9.so
+LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.10.so
 
 # Those file are actually .o files not package in a ar archive, and
 # thus should not be stripped
@@ -8,8 +8,8 @@
 LIBC-FLAVOR: unstripped-binary-or-object .LIBDIR/libmcheck.a
 
 # ld.so must be executable, otherwise the system will not work
-LIBC-FLAVOR: shlib-with-executable-bit .SLIBDIR/ld-2.9.so 0755
+LIBC-FLAVOR: shlib-with-executable-bit .SLIBDIR/ld-2.10.so 0755
 
 # It is normal that the ELF dynamic linker does not need any other 
 # library
-LIBC-FLAVOR: shared-lib-without-dependency-information .SLIBDIR/ld-2.9.so
+LIBC-FLAVOR: shared-lib-without-dependency-information .SLIBDIR/ld-2.10.so

Modified: glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc-otherbuild.lintian
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc-otherbuild.lintian	2009-05-09 23:40:37 UTC (rev 3479)
+++ glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc-otherbuild.lintian	2009-05-10 08:35:06 UTC (rev 3480)
@@ -1,3 +1,3 @@
 # libpthread must be stripped specially; GDB needs the non-dynamic 
 # symbol table in order to load the thread debugging library.
-LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.9.so
+LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.10.so

Modified: glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc.lintian
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc.lintian	2009-05-09 23:40:37 UTC (rev 3479)
+++ glibc-package/branches/eglibc-2.10/debian/debhelper.in/libc.lintian	2009-05-10 08:35:06 UTC (rev 3480)
@@ -4,10 +4,10 @@
 
 # libpthread must be stripped specially; GDB needs the non-dynamic 
 # symbol table in order to load the thread debugging library.
-LIBC: unstripped-binary-or-object ./lib/libpthread-2.9.so
+LIBC: unstripped-binary-or-object ./lib/libpthread-2.10.so
 
 # ld.so must be executable, otherwise the system will not work
-LIBC: shlib-with-executable-bit lib/ld-2.9.so 0755
+LIBC: shlib-with-executable-bit lib/ld-2.10.so 0755
 
 # pt_chown must be setuid root, otherwise non-root users won't be able
 # to login
@@ -15,7 +15,7 @@
 
 # It is normal that the ELF dynamic linker does not need any other 
 # library
-LIBC: shared-lib-without-dependency-information ./lib/ld-2.9.so
+LIBC: shared-lib-without-dependency-information ./lib/ld-2.10.so
 
 # dependency on debconf is not needed, as glibc has a fallback to tty 
 LIBC: missing-debconf-dependency-for-preinst


Reply to: