From d1a80cfe16b0a6a24bd3db3be14cb04552050dd5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 Apr 2013 17:12:27 +0200 Subject: [PATCH] Debug package libmetaproxy4-dbg MP-435 --- debian/control | 15 ++++++++++++++- debian/rules | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 82426fc..ace948f 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), libyaz4-dev (>= 4.2.50), libyazpp5-dev (>= 1.4.0), libxslt1-dev, @@ -39,6 +39,19 @@ Description: Z39.50/SRU router (runtime) . This package includes the Metaproxy libraries. +Package: libmetaproxy4-dbg +Section: debug +Architecture: any +Depends: libmetaproxy4 (= ${binary:Version}), ${misc:Depends} +Description: debugging symbols for libmetaproxy4 + This is a universal router, proxy and encapsulated metasearcher + for information retrieval protocols. It accepts, processes, interprets + and redirects requests from IR clients using standard protocols such as + the binary ANSI/NISO Z39.50 and the information search and retrieval web + service SRU as well as functioning as a limited HTTP server. + . + This package contains the debugging symbols for libmetaproxy4. + Package: libmetaproxy4-dev Section: libdevel Architecture: any diff --git a/debian/rules b/debian/rules index 0e08d95..0b3b5a1 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=libmetaproxy4-dbg dh_compress dh_fixperms # dh_perl -- 1.7.10.4