From 3144b692316e7258abc4400b01c3da76f52eb42a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 23 Apr 2013 11:19:54 +0200 Subject: [PATCH] New package idzebra-2.0-dbg ZEB-654 --- debian/control | 12 ++++++++++++ debian/rules | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ce3d2ef..dc70df5 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,18 @@ Description: virtual package with most components formats (eg. email, XML, MARC) and allows access to them through exact boolean search expressions and relevance-ranked free-text queries. +Package: idzebra-2.0-dbg +Section: debug +Architecture: any +Depends: libidzebra-2.0 (= ${binary:Version}), ${misc:Depends} +Description: debugging symbols for the search engine + This package contains debugging symbols for the search engine. + . + IDZebra is a high-performance, general-purpose structured text indexing + and retrieval engine. It reads structured records in a variety of input + formats (eg. email, XML, MARC) and allows access to them through exact + boolean search expressions and relevance-ranked free-text queries. + Package: libidzebra-2.0-modules Section: libs Architecture: any diff --git a/debian/rules b/debian/rules index 907bf16..390a83f 100755 --- a/debian/rules +++ b/debian/rules @@ -88,7 +88,7 @@ binary-arch: build install # dh_installinfo dh_installman dh_link - dh_strip + dh_strip --dbg-package=idzebra-2.0-dbg dh_compress dh_fixperms # dh_perl -- 1.7.10.4