[Pkg-zsh-commits] [SCM] Debian zsh package branch, debian, updated. debian/5.0.2-2-21-g45d5aff

Axel Beckert abe at deuxchevaux.org
Mon Jan 14 00:37:33 UTC 2013


The following commit has been merged in the debian branch:
commit 6c668f5eba56ca74f5c0024f3a4b68b0943136ea
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jan 13 14:06:29 2013 +0100

    Bump dh compat to 9 for multiarch and additional debug symbol features
    
    * Enables compressed debugging symbols, saving > 50% space on disk
    * Enables Build-IDs for debugging symbols
    * Enables multiarch support, /usr/lib/zsh becomes e.g.
      /usr/lib/x86_64-linux-gnu/zsh on amd64
    
    Git-Dch: Full

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 08dfdce..d5d4a0d 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 4fbd1b1..0000000
--- 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 05607ec..ba077a4 100644
--- a/debian/zsh.dirs
+++ b/debian/zsh.dirs
@@ -1,2 +1 @@
 bin
-usr/lib/zsh

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list