diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-12-29 14:34:35 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-12-29 14:34:35 +0100 |
commit | 5dea6a378978c4abf38ac2f4325dbe6634e0d116 (patch) | |
tree | b871d3e04d487ac71e5efae86c34b5fa1bd1f92b | |
parent | 3b7914dd765b1ea4a28ef3016f837485ef142072 (diff) | |
download | nx-libs-5dea6a378978c4abf38ac2f4325dbe6634e0d116.tar.gz nx-libs-5dea6a378978c4abf38ac2f4325dbe6634e0d116.tar.bz2 nx-libs-5dea6a378978c4abf38ac2f4325dbe6634e0d116.zip |
* Override lintian warnings
- libnx-x11: postinst-has-useless-call-to-ldconfig
- libnx-x11: postrm-has-useless-call-to-ldconfig
as they relate to a bug in debhelper (call of ldconfig although we did not
touch any directory controlled by /etc/ld.so.conf, amongst others
see BTS issue #205142).
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/libnx-x11.lintian-overrides | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2d71befce..2730d2347 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,12 @@ nx-libs (2:3.5.0-0~x2go2) UNRELEASED; urgency=low override to source.lintian-overrides: ancient-autotools-helper-file as we handle autotools helper file updates via patch system. * Add upstream CHANGELOG files to all .deb packages of this source package. + * Override lintian warnings + - libnx-x11: postinst-has-useless-call-to-ldconfig + - libnx-x11: postrm-has-useless-call-to-ldconfig + as they relate to a bug in debhelper (call of ldconfig although we did not + touch any directory controlled by /etc/ld.so.conf, amongst others + see BTS issue #205142). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100 diff --git a/debian/libnx-x11.lintian-overrides b/debian/libnx-x11.lintian-overrides index b2dffd8ed..e89634d2d 100644 --- a/debian/libnx-x11.lintian-overrides +++ b/debian/libnx-x11.lintian-overrides @@ -1 +1,3 @@ libnx-x11: possible-new-upstream-release-without-new-version +libnx-x11: postinst-has-useless-call-to-ldconfig +libnx-x11: postrm-has-useless-call-to-ldconfig |