diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-06-14 18:14:07 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-06-14 18:58:50 +0200 |
commit | ff82f833f831e5f7da822838b30b088057aa9c42 (patch) | |
tree | 16276b934bec3dd65f915ed0c8a694865c9b03cc | |
parent | 4cbb6b9fabbd94ce38ed31e61289df69d8a06f3c (diff) | |
download | zsh-ff82f833f831e5f7da822838b30b088057aa9c42.tar.gz zsh-ff82f833f831e5f7da822838b30b088057aa9c42.zip |
Override Lintian warnings about statically linked stuff in zsh-static
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/zsh-static.lintian-overrides | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index cf04c66e0..2e451727f 100755 --- a/debian/rules +++ b/debian/rules @@ -305,6 +305,7 @@ binary-arch-static: checkroot build-static $(INSTALL_DIR) debian/tmp-static/usr/share/man/man1/ cd debian/tmp-static && $(INSTALL_DIR) bin \ usr/share/doc/$(package)-static \ + usr/share/lintian/overrides \ DEBIAN $(INSTALL_SCRIPT) debian/static.prerm debian/tmp-static/DEBIAN/prerm @@ -312,6 +313,7 @@ binary-arch-static: checkroot build-static $(INSTALL_SCRIPT) debian/static.postrm debian/tmp-static/DEBIAN/postrm $(INSTALL_FILE) debian/changelog debian/tmp-static/usr/share/doc/$(package)-static/changelog.Debian + $(INSTALL_FILE) debian/$(package)-static.lintian-overrides debian/tmp-static/usr/share/lintian/overrides/$(package)-static awk 'BEGIN { print "The following modules are statically-compiled into the static $(package) binary:\n"; } /link=static/ { printf "%s (%s %s)\n", substr($$1,6), $$4, $$5; }' obj-static/config.modules >debian/tmp-static/usr/share/doc/$(package)-static/README.Debian diff --git a/debian/zsh-static.lintian-overrides b/debian/zsh-static.lintian-overrides new file mode 100644 index 000000000..7e3c5116d --- /dev/null +++ b/debian/zsh-static.lintian-overrides @@ -0,0 +1,2 @@ +zsh-static: embedded-library bin/zsh4-static: libm +zsh-static: embedded-library bin/zsh4-static: ncurses |