From bcc0d13ab9dbdb6ebebc7c9d305e4eba84d09c66 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 Apr 2013 14:54:26 +0200 Subject: [PATCH] Debug package libyaz4-dbg. YAZ-653 --- debian/control | 12 +++++++++++- debian/rules | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 7970a3c..b4fe544 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra -Build-Depends: debhelper (>= 4), +Build-Depends: debhelper (>= 5), pkg-config, libxslt1-dev, libgnutls-dev, @@ -22,6 +22,16 @@ Description: libraries for the Z39.50 toolkit . This package includes runtime files. +Package: libyaz4-dbg +Section: debug +Architecture: any +Depends: libyaz4 (= ${binary:Version}), ${misc:Depends} +Description: debugging symbols for libyaz4 + YAZ is a toolkit that allows you to develop software using the + ANSI Z39.50/ISO23950 standard for information retrieval. + . + This package contains the debugging symbols for libyaz4. + Package: yaz Section: utils Architecture: any diff --git a/debian/rules b/debian/rules index f60b5cf..a558d3f 100755 --- a/debian/rules +++ b/debian/rules @@ -90,7 +90,7 @@ binary-arch: build install # dh_installinfo dh_installman dh_link - dh_strip + dh_strip --dbg-package=libyaz4-dbg dh_compress dh_fixperms # dh_perl -- 1.7.10.4