diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-01-19 02:55:12 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-04-18 21:48:00 +0200 |
commit | 014da817fb7969306ff26195b8b91e4db8380833 (patch) | |
tree | d36c8bb2f01f783be6c64dd27cbd887905f14523 | |
parent | 8f09d2b6ae32d3e33cb276d180d8f4c0c61f4a7d (diff) | |
download | zsh-014da817fb7969306ff26195b8b91e4db8380833.tar.gz zsh-014da817fb7969306ff26195b8b91e4db8380833.zip |
Remove some more redundant entries from debian/zsh-*.dirs
They're no more needed because debhelper tools create them
automatically when they install files into them.
-rw-r--r-- | debian/zsh-common.dirs | 1 | ||||
-rw-r--r-- | debian/zsh-dev.dirs | 1 | ||||
-rw-r--r-- | debian/zsh-static.dirs | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/debian/zsh-common.dirs b/debian/zsh-common.dirs index d37728bac..bf201bbea 100644 --- a/debian/zsh-common.dirs +++ b/debian/zsh-common.dirs @@ -1,4 +1,3 @@ etc/zsh -usr/share/menu usr/share/man usr/share/zsh/help diff --git a/debian/zsh-dev.dirs b/debian/zsh-dev.dirs index d21ae6547..804889085 100644 --- a/debian/zsh-dev.dirs +++ b/debian/zsh-dev.dirs @@ -1,4 +1,3 @@ usr/include/zsh usr/share/zsh-dev -usr/share/doc/zsh-dev usr/share/aclocal diff --git a/debian/zsh-static.dirs b/debian/zsh-static.dirs index 6c6a9684b..c9329a6b2 100644 --- a/debian/zsh-static.dirs +++ b/debian/zsh-static.dirs @@ -1,4 +1,2 @@ bin -usr/share/man/man1 usr/share/doc/zsh-static -usr/share/lintian/overrides |