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

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



Author: sthibault
Date: 2015-12-23 09:43:36 +0000 (Wed, 23 Dec 2015)
New Revision: 6837

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc-alt.lintian-overrides
   glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides
   glibc-package/trunk/debian/debhelper.in/libc.lintian-overrides
Log:
debhelper.in/libc.lintian-overrides: Override error about the embedded libidn.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2015-12-22 18:40:14 UTC (rev 6836)
+++ glibc-package/trunk/debian/changelog	2015-12-23 09:43:36 UTC (rev 6837)
@@ -6,6 +6,8 @@
     specifications.
   * patches/any/local-stdio-lock.diff: Update to git commit, and
     rename into patches/any/cvs-stdio-lock.diff.
+  * debhelper.in/libc.lintian-overrides: Override error about the embedded
+    libidn.
 
   [ Aurelien Jarno ]
   * sysdeps/armel.mk, sysdeps/armhf.mk: pass --disable-multi-arch on armel and

Modified: glibc-package/trunk/debian/debhelper.in/libc-alt.lintian-overrides
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-alt.lintian-overrides	2015-12-22 18:40:14 UTC (rev 6836)
+++ glibc-package/trunk/debian/debhelper.in/libc-alt.lintian-overrides	2015-12-23 09:43:36 UTC (rev 6837)
@@ -13,3 +13,7 @@
 # It is normal that the ELF dynamic linker does not need any other 
 # library
 LIBC-FLAVOR: shared-lib-without-dependency-information */ld-GLIBC_VERSION.so
+
+# we indeed embed a fork of libidn. We don't want a loop between libc and libidn
+# anyway
+LIBC-FLAVOR: embedded-library */libcidn-GLIBC_VERSION.so: libidn

Modified: glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides	2015-12-22 18:40:14 UTC (rev 6836)
+++ glibc-package/trunk/debian/debhelper.in/libc-otherbuild.lintian-overrides	2015-12-23 09:43:36 UTC (rev 6837)
@@ -13,3 +13,7 @@
 # to what lintian thinks, is controlled by ldconfig
 LIBC-FLAVOR: postinst-has-useless-call-to-ldconfig
 LIBC-FLAVOR: postrm-has-useless-call-to-ldconfig
+
+# we indeed embed a fork of libidn. We don't want a loop between libc and libidn
+# anyway
+LIBC-FLAVOR: embedded-library */libcidn-GLIBC_VERSION.so: libidn

Modified: glibc-package/trunk/debian/debhelper.in/libc.lintian-overrides
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.lintian-overrides	2015-12-22 18:40:14 UTC (rev 6836)
+++ glibc-package/trunk/debian/debhelper.in/libc.lintian-overrides	2015-12-23 09:43:36 UTC (rev 6837)
@@ -14,3 +14,7 @@
 
 # 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


Reply to: