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

r2931 - in glibc-package/trunk/debian: . debhelper.in



Author: aurel32
Date: 2008-05-11 00:11:51 +0000 (Sun, 11 May 2008)
New Revision: 2931

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc-alt.lintian
   glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian
   glibc-package/trunk/debian/debhelper.in/libc.lintian
Log:
  * debhelper.in/*lintian: update.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2008-05-11 00:03:53 UTC (rev 2930)
+++ glibc-package/trunk/debian/changelog	2008-05-11 00:11:51 UTC (rev 2931)
@@ -34,6 +34,7 @@
   * debian/shlibs-add-udebs: new script from Frans Pop to correctly compute
     the udev dependencies.  Closes: #474293.
   * rules.d/debhelper.mk: remove linda overrides installation.
+  * debhelper.in/*lintian: update.
 
   [ Pierre Habouzit ]
   * Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.

Modified: glibc-package/trunk/debian/debhelper.in/libc-alt.lintian
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-alt.lintian	2008-05-11 00:03:53 UTC (rev 2930)
+++ glibc-package/trunk/debian/debhelper.in/libc-alt.lintian	2008-05-11 00:11:51 UTC (rev 2931)
@@ -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.5.so
+LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.7.so
 
 # Those file are actually .o files not package in a ar archive, and
 # thus should not be stripped
@@ -9,4 +9,10 @@
 
 # It is normal that the ELF dynamic linker does not need any other 
 # library
-LIBC-FLAVOR: shared-lib-without-dependency-information .SLIBDIR/ld-2.5.so
+LIBC-FLAVOR: shared-lib-without-dependency-information .SLIBDIR/ld-2.7.so
+
+# It is correct for the glibc to install files in such locations
+LIBC: file-in-unusual-dir lib32
+LIBC: file-in-unusual-dir usr/lib32
+LIBC: file-in-unusual-dir lib64
+LIBC: file-in-unusual-dir usr/lib64

Modified: glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian	2008-05-11 00:03:53 UTC (rev 2930)
+++ glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian	2008-05-11 00:11:51 UTC (rev 2931)
@@ -1,3 +1,9 @@
 # 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.5.so
+LIBC-FLAVOR: unstripped-binary-or-object .SLIBDIR/libpthread-2.7.so
+
+# It is correct for the glibc to install files in such locations
+LIBC: file-in-unusual-dir lib32
+LIBC: file-in-unusual-dir usr/lib32
+LIBC: file-in-unusual-dir lib64
+LIBC: file-in-unusual-dir usr/lib64

Modified: glibc-package/trunk/debian/debhelper.in/libc.lintian
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.lintian	2008-05-11 00:03:53 UTC (rev 2930)
+++ glibc-package/trunk/debian/debhelper.in/libc.lintian	2008-05-11 00:11:51 UTC (rev 2931)
@@ -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.5.so
+LIBC: unstripped-binary-or-object ./lib/libpthread-2.7.so
 
 # ld.so must be executable, otherwise the system will not work
-LIBC: shlib-with-executable-bit lib/ld-2.5.so 0755
+LIBC: shlib-with-executable-bit lib/ld-2.7.so 0755
 
 # pt_chown must be setuid root, otherwise non-root users won't be able
 # to login
@@ -15,4 +15,13 @@
 
 # It is normal that the ELF dynamic linker does not need any other 
 # library
-LIBC: shared-lib-without-dependency-information ./lib/ld-2.5.so
+LIBC: shared-lib-without-dependency-information ./lib/ld-2.7.so
+
+# It is correct for the glibc to install files in such locations
+LIBC: file-in-unusual-dir lib32
+LIBC: file-in-unusual-dir usr/lib32
+LIBC: file-in-unusual-dir lib64
+LIBC: file-in-unusual-dir usr/lib64
+
+# dependency on debconf is not needed, as glibc has a fallback to tty 
+LIBC: missing-debconf-dependency-for-preinst


Reply to: