diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-01-31 20:27:29 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-01-31 20:34:01 +0100 |
commit | 1600c44df4501023809fcabd58c820b228ee9bfc (patch) | |
tree | be6c503c8dbaed1c2b0df0cbdc18a54f449f983c | |
parent | da1b680be1e3307cc2c2de34b81be554f4a32be6 (diff) | |
download | zsh-1600c44df4501023809fcabd58c820b228ee9bfc.tar.gz zsh-1600c44df4501023809fcabd58c820b228ee9bfc.zip |
Minor fixups for previous commit
-rw-r--r-- | debian/zsh-static.links | 2 | ||||
-rw-r--r-- | debian/zsh-static.lintian-overrides | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/zsh-static.links b/debian/zsh-static.links index 1f4ad1e3e..32d05c099 100644 --- a/debian/zsh-static.links +++ b/debian/zsh-static.links @@ -1 +1 @@ -/usr/share/man/man1/zsh.1.gz /usr/share/man/man1/zsh5-static.1.gz +/usr/share/man/man1/zsh.1.gz /usr/share/man/man1/zsh-static.1.gz diff --git a/debian/zsh-static.lintian-overrides b/debian/zsh-static.lintian-overrides index 68a294c7f..b1314facb 100644 --- a/debian/zsh-static.lintian-overrides +++ b/debian/zsh-static.lintian-overrides @@ -1,5 +1,5 @@ -zsh-static: embedded-library bin/zsh5-static: libm -zsh-static: embedded-library bin/zsh5-static: ncurses -zsh-static: package-contains-broken-symlink usr/share/man/man1/zsh5-static.1.gz zsh.1.gz +zsh-static: embedded-library bin/zsh-static: libm +zsh-static: embedded-library bin/zsh-static: ncurses +zsh-static: package-contains-broken-symlink usr/share/man/man1/zsh-static.1.gz zsh.1.gz # Migration wrapper which is not meant to be used zsh-static: binary-without-manpage bin/zsh5-static |