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

[glibc] 07/09: debhelper.in/*.lintian-overrides: cleanup lintian overrides.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.25
in repository glibc.

commit 332b2698fea2d07fe36c877fbbeefa8296318146
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Aug 26 15:44:32 2017 +0200

    debhelper.in/*.lintian-overrides: cleanup lintian overrides.
---
 debian/changelog                                      |  1 +
 debian/debhelper.in/glibc-source.lintian-overrides    |  1 -
 debian/debhelper.in/libc-bin.lintian-overrides        | 14 ++++++--------
 debian/debhelper.in/libc-otherbuild.lintian-overrides |  3 +--
 debian/debhelper.in/libc.lintian-overrides            |  3 ---
 5 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a32f740..957cdeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ glibc (2.25-0experimental2) UNRELEASED; urgency=medium
     code to handle upgrades from wheezy.
   * debian/script.in/nohwcap.sh: drop code to support libc0.1-i686 and
     libc6-i686.
+  * debhelper.in/*.lintian-overrides: cleanup lintian overrides.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 20 Aug 2017 19:05:48 +0200
 
diff --git a/debian/debhelper.in/glibc-source.lintian-overrides b/debian/debhelper.in/glibc-source.lintian-overrides
index fdd009e..1e917b4 100644
--- a/debian/debhelper.in/glibc-source.lintian-overrides
+++ b/debian/debhelper.in/glibc-source.lintian-overrides
@@ -27,7 +27,6 @@ glibc-source: script-not-executable usr/src/glibc/debian/debhelper.in/nscd.init
 glibc-source: script-not-executable usr/src/glibc/debian/debhelper.in/nscd.postrm
 glibc-source: script-not-executable usr/src/glibc/debian/generate-supported.mk
 glibc-source: script-not-executable usr/src/glibc/debian/local/manpages/Makefile
-glibc-source: script-not-executable usr/src/glibc/debian/local/sbin/ldconfig
 glibc-source: script-not-executable usr/src/glibc/debian/local/usr_sbin/locale-gen
 glibc-source: script-not-executable usr/src/glibc/debian/local/usr_sbin/update-locale
 glibc-source: script-not-executable usr/src/glibc/debian/local/usr_sbin/validlocale
diff --git a/debian/debhelper.in/libc-bin.lintian-overrides b/debian/debhelper.in/libc-bin.lintian-overrides
index 3c52c43..01eb456 100644
--- a/debian/debhelper.in/libc-bin.lintian-overrides
+++ b/debian/debhelper.in/libc-bin.lintian-overrides
@@ -7,19 +7,17 @@ libc-bin: statically-linked-binary sbin/ldconfig
 libc-bin: setuid-binary usr/lib/pt_chown 4755 root/root
 libc-bin: sharedobject-in-library-directory-missing-soname usr/lib/pt_chown
 
-# these manpages have been moved to the manpages package
-libc-bin: binary-without-manpage sbin/ldconfig
-libc-bin: binary-without-manpage usr/bin/getent
-libc-bin: binary-without-manpage usr/bin/ldd
-libc-bin: binary-without-manpage usr/bin/zdump
-libc-bin: binary-without-manpage usr/sbin/zic
-
 # ldconfig is called in the postinst for trigger support
 libc-bin: postinst-has-useless-call-to-ldconfig
 
 # these manpages are provided by the manpages package
+libc-bin: binary-without-manpage sbin/ldconfig
+libc-bin: binary-without-manpage usr/bin/getent
 libc-bin: binary-without-manpage usr/bin/iconv
-libc-bin: binary-without-manpage usr/sbin/iconvconfig
+libc-bin: binary-without-manpage usr/bin/ldd
 libc-bin: binary-without-manpage usr/bin/locale
 libc-bin: binary-without-manpage usr/bin/localedef
 libc-bin: binary-without-manpage usr/bin/pldd
+libc-bin: binary-without-manpage usr/bin/zdump
+libc-bin: binary-without-manpage usr/sbin/iconvconfig
+libc-bin: binary-without-manpage usr/sbin/zic
diff --git a/debian/debhelper.in/libc-otherbuild.lintian-overrides b/debian/debhelper.in/libc-otherbuild.lintian-overrides
index 0c9df4b..7368360 100644
--- a/debian/debhelper.in/libc-otherbuild.lintian-overrides
+++ b/debian/debhelper.in/libc-otherbuild.lintian-overrides
@@ -11,8 +11,7 @@ LIBC-FLAVOR: shared-lib-without-dependency-information */ld-GLIBC_VERSION.so
 
 # The libraries are installed in an hwcap directory, which contrary
 # to what lintian thinks, is controlled by ldconfig
-LIBC-FLAVOR: postinst-has-useless-call-to-ldconfig
-LIBC-FLAVOR: postrm-has-useless-call-to-ldconfig
+LIBC-FLAVOR: package-has-unnecessary-activation-of-ldconfig-trigger
 
 # we indeed embed a fork of libidn. We don't want a loop between libc and libidn
 # anyway
diff --git a/debian/debhelper.in/libc.lintian-overrides b/debian/debhelper.in/libc.lintian-overrides
index 52a8954..b073b82 100644
--- a/debian/debhelper.in/libc.lintian-overrides
+++ b/debian/debhelper.in/libc.lintian-overrides
@@ -12,9 +12,6 @@ LIBC: shared-lib-without-dependency-information */ld-GLIBC_VERSION.so
 # dependency on debconf is not needed, as glibc has a fallback to tty 
 LIBC: missing-debconf-dependency-for-preinst
 
-# this is a false positive because the string "ldconfig" is in preinst
-LIBC: preinst-calls-ldconfig
-
 # we indeed embed a fork of libidn. We don't want a loop between libc and libidn
 # anyway
 LIBC: embedded-library */libcidn-GLIBC_VERSION.so: libidn

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: