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

r3753 - glibc-package/trunk/debian/debhelper.in



Author: aurel32
Date: 2009-08-10 12:29:06 +0000 (Mon, 10 Aug 2009)
New Revision: 3753

Added:
   glibc-package/trunk/debian/debhelper.in/libc-alt.lintian-overrides
   glibc-package/trunk/debian/debhelper.in/libc-bin.lintian-overrides
   glibc-package/trunk/debian/debhelper.in/libc-dev-alt.lintian-overrides
   glibc-package/trunk/debian/debhelper.in/libc-dev.lintian-overrides
   glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides
   glibc-package/trunk/debian/debhelper.in/libc.lintian-overrides
Removed:
   glibc-package/trunk/debian/debhelper.in/libc-alt.lintian
   glibc-package/trunk/debian/debhelper.in/libc-bin.lintian
   glibc-package/trunk/debian/debhelper.in/libc-dev-alt.lintian
   glibc-package/trunk/debian/debhelper.in/libc-dev.lintian
   glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian
   glibc-package/trunk/debian/debhelper.in/libc.lintian
Log:
To work with dh_lintian, the lintian overrides files should be named 
*.lintian-overrides, not *.lintian 



Deleted: glibc-package/trunk/debian/debhelper.in/libc-alt.lintian
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-alt.lintian	2009-08-10 12:27:07 UTC (rev 3752)
+++ glibc-package/trunk/debian/debhelper.in/libc-alt.lintian	2009-08-10 12:29:06 UTC (rev 3753)
@@ -1,15 +0,0 @@
-# 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
-
-# Those file are actually .o files not package in a ar archive, and
-# thus should not be stripped
-LIBC-FLAVOR: unstripped-binary-or-object .LIBDIR/libieee.a
-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
-
-# 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

Copied: glibc-package/trunk/debian/debhelper.in/libc-alt.lintian-overrides (from rev 3744, glibc-package/trunk/debian/debhelper.in/libc-alt.lintian)
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-alt.lintian-overrides	                        (rev 0)
+++ glibc-package/trunk/debian/debhelper.in/libc-alt.lintian-overrides	2009-08-10 12:29:06 UTC (rev 3753)
@@ -0,0 +1,15 @@
+# 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
+
+# Those file are actually .o files not package in a ar archive, and
+# thus should not be stripped
+LIBC-FLAVOR: unstripped-binary-or-object .LIBDIR/libieee.a
+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
+
+# 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

Deleted: glibc-package/trunk/debian/debhelper.in/libc-bin.lintian
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-bin.lintian	2009-08-10 12:27:07 UTC (rev 3752)
+++ glibc-package/trunk/debian/debhelper.in/libc-bin.lintian	2009-08-10 12:29:06 UTC (rev 3753)
@@ -1,13 +0,0 @@
-# ldconfig must be executable even when the libc is not configured, and
-# thus must be linked statically
-libc-bin: statically-linked-binary ./sbin/ldconfig
-
-# ld.so must be executable, otherwise the system will not work
-libc-bin: shlib-with-executable-bit lib/ld-2.9.so 0755
-
-# pt_chown must be setuid root, otherwise non-root users won't be able
-# to login
-libc-bin: setuid-binary usr/lib/pt_chown 4755 root/root
-
-# libc-bin depending on libc6 make apt crazy...
-libc-bin: missing-depends-line

Copied: glibc-package/trunk/debian/debhelper.in/libc-bin.lintian-overrides (from rev 3750, glibc-package/trunk/debian/debhelper.in/libc-bin.lintian)
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-bin.lintian-overrides	                        (rev 0)
+++ glibc-package/trunk/debian/debhelper.in/libc-bin.lintian-overrides	2009-08-10 12:29:06 UTC (rev 3753)
@@ -0,0 +1,13 @@
+# ldconfig must be executable even when the libc is not configured, and
+# thus must be linked statically
+libc-bin: statically-linked-binary ./sbin/ldconfig
+
+# ld.so must be executable, otherwise the system will not work
+libc-bin: shlib-with-executable-bit lib/ld-2.9.so 0755
+
+# pt_chown must be setuid root, otherwise non-root users won't be able
+# to login
+libc-bin: setuid-binary usr/lib/pt_chown 4755 root/root
+
+# libc-bin depending on libc6 make apt crazy...
+libc-bin: missing-depends-line

Deleted: glibc-package/trunk/debian/debhelper.in/libc-dev-alt.lintian
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-dev-alt.lintian	2009-08-10 12:27:07 UTC (rev 3752)
+++ glibc-package/trunk/debian/debhelper.in/libc-dev-alt.lintian	2009-08-10 12:29:06 UTC (rev 3753)
@@ -1,4 +0,0 @@
-# Those file are actually .o files not package in a ar archive, and
-# thus should not be stripped
-LIBC-dev-FLAVOR: unstripped-binary-or-object .LIBDIR/libieee.a
-LIBC-dev-FLAVOR: unstripped-binary-or-object .LIBDIR/libmcheck.a

Copied: glibc-package/trunk/debian/debhelper.in/libc-dev-alt.lintian-overrides (from rev 3744, glibc-package/trunk/debian/debhelper.in/libc-dev-alt.lintian)
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-dev-alt.lintian-overrides	                        (rev 0)
+++ glibc-package/trunk/debian/debhelper.in/libc-dev-alt.lintian-overrides	2009-08-10 12:29:06 UTC (rev 3753)
@@ -0,0 +1,4 @@
+# Those file are actually .o files not package in a ar archive, and
+# thus should not be stripped
+LIBC-dev-FLAVOR: unstripped-binary-or-object .LIBDIR/libieee.a
+LIBC-dev-FLAVOR: unstripped-binary-or-object .LIBDIR/libmcheck.a

Deleted: glibc-package/trunk/debian/debhelper.in/libc-dev.lintian
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-dev.lintian	2009-08-10 12:27:07 UTC (rev 3752)
+++ glibc-package/trunk/debian/debhelper.in/libc-dev.lintian	2009-08-10 12:29:06 UTC (rev 3753)
@@ -1,6 +0,0 @@
-# Those file are actually .o files not package in a ar archive, and
-# thus should not be stripped
-LIBC-dev: unstripped-binary-or-object ./usr/lib/libieee.a
-LIBC-dev: unstripped-binary-or-object ./usr/lib/libmcheck.a
-LIBC-dev: unstripped-binary-or-object ./usr/lib/xen/libieee.a
-LIBC-dev: unstripped-binary-or-object ./usr/lib/xen/libmcheck.a

Copied: glibc-package/trunk/debian/debhelper.in/libc-dev.lintian-overrides (from rev 3744, glibc-package/trunk/debian/debhelper.in/libc-dev.lintian)
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-dev.lintian-overrides	                        (rev 0)
+++ glibc-package/trunk/debian/debhelper.in/libc-dev.lintian-overrides	2009-08-10 12:29:06 UTC (rev 3753)
@@ -0,0 +1,6 @@
+# Those file are actually .o files not package in a ar archive, and
+# thus should not be stripped
+LIBC-dev: unstripped-binary-or-object ./usr/lib/libieee.a
+LIBC-dev: unstripped-binary-or-object ./usr/lib/libmcheck.a
+LIBC-dev: unstripped-binary-or-object ./usr/lib/xen/libieee.a
+LIBC-dev: unstripped-binary-or-object ./usr/lib/xen/libmcheck.a

Deleted: glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian	2009-08-10 12:27:07 UTC (rev 3752)
+++ glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian	2009-08-10 12:29:06 UTC (rev 3753)
@@ -1,3 +0,0 @@
-# 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

Copied: glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides (from rev 3744, glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian)
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides	                        (rev 0)
+++ glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides	2009-08-10 12:29:06 UTC (rev 3753)
@@ -0,0 +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

Deleted: glibc-package/trunk/debian/debhelper.in/libc.lintian
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.lintian	2009-08-10 12:27:07 UTC (rev 3752)
+++ glibc-package/trunk/debian/debhelper.in/libc.lintian	2009-08-10 12:29:06 UTC (rev 3753)
@@ -1,13 +0,0 @@
-# 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
-
-# ld.so must be executable, otherwise the system will not work
-LIBC: shlib-with-executable-bit lib/ld-2.9.so 0755
-
-# 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
-
-# dependency on debconf is not needed, as glibc has a fallback to tty 
-LIBC: missing-debconf-dependency-for-preinst

Copied: glibc-package/trunk/debian/debhelper.in/libc.lintian-overrides (from rev 3752, glibc-package/trunk/debian/debhelper.in/libc.lintian)
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.lintian-overrides	                        (rev 0)
+++ glibc-package/trunk/debian/debhelper.in/libc.lintian-overrides	2009-08-10 12:29:06 UTC (rev 3753)
@@ -0,0 +1,13 @@
+# 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
+
+# ld.so must be executable, otherwise the system will not work
+LIBC: shlib-with-executable-bit lib/ld-2.9.so 0755
+
+# 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
+
+# dependency on debconf is not needed, as glibc has a fallback to tty 
+LIBC: missing-debconf-dependency-for-preinst


Reply to: