diff options
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/zsh-dbg.dirs | 1 | ||||
-rw-r--r-- | debian/zsh.dirs | 1 |
4 files changed, 2 insertions, 4 deletions
diff --git a/debian/compat b/debian/compat index 7f8f011eb..ec635144f 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 08dfdce15..d5d4a0dd0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: zsh Section: shells Priority: optional Build-Depends: bsdmainutils, - debhelper (>= 7~), + debhelper (>= 9~), dh-autoreconf, dpkg-dev (>= 1.16.1~), ghostscript, diff --git a/debian/zsh-dbg.dirs b/debian/zsh-dbg.dirs deleted file mode 100644 index 4fbd1b17d..000000000 --- a/debian/zsh-dbg.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/lib/debug/bin diff --git a/debian/zsh.dirs b/debian/zsh.dirs index 05607ece4..ba077a403 100644 --- a/debian/zsh.dirs +++ b/debian/zsh.dirs @@ -1,2 +1 @@ bin -usr/lib/zsh |