From: Adam Dickmeiss Date: Tue, 23 Apr 2013 09:19:54 +0000 (+0200) Subject: New package idzebra-2.0-dbg ZEB-654 X-Git-Tag: v2.0.55~9 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=3144b692316e7258abc4400b01c3da76f52eb42a New package idzebra-2.0-dbg ZEB-654 --- 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