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

r3686 - glibc-package/branches/multiarch/debian/debhelper.in



Author: aurel32
Date: 2009-07-26 20:27:09 +0000 (Sun, 26 Jul 2009)
New Revision: 3686

Modified:
   glibc-package/branches/multiarch/debian/debhelper.in/libc-bin.lintian
Log:
Fix lintian overrides


Modified: glibc-package/branches/multiarch/debian/debhelper.in/libc-bin.lintian
===================================================================
--- glibc-package/branches/multiarch/debian/debhelper.in/libc-bin.lintian	2009-07-26 20:21:17 UTC (rev 3685)
+++ glibc-package/branches/multiarch/debian/debhelper.in/libc-bin.lintian	2009-07-26 20:27:09 UTC (rev 3686)
@@ -1,10 +1,10 @@
 # ldconfig must be executable even when the libc is not configured, and
 # thus must be linked statically
-LIBC: statically-linked-binary ./sbin/ldconfig
+libc-bin: statically-linked-binary ./sbin/ldconfig
 
 # ld.so must be executable, otherwise the system will not work
-LIBC: shlib-with-executable-bit lib/ld-2.9.so 0755
+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: setuid-binary usr/lib/pt_chown 4755 root/root
+libc-bin: setuid-binary usr/lib/pt_chown 4755 root/root


Reply to: